setQuery()
setQuery(string $sql, mixed $binds = null, boolean $setEscape = true) : mixed
Sets the raw query string to use for this statement.
Parameters
string | $sql | |
mixed | $binds | |
boolean | $setEscape |
Interface QueryInterface
Represents a single statement that can be executed against the database. Statements are platform-specific and can handle binding of binds.
Loading…