Class Details
Templating like class for building SQL statements.
Examples: 'name = :name AND author = :author' 'id = IN(:ids)' 'id IN(:subselect)'
Templating like class for building SQL statements.
Examples: 'name = :name AND author = :author' 'id = IN(:ids)' 'id IN(:subselect)'
Bind a value to the specific one based index. There must be a bind marker for each value bound or to_s() will throw an exception.
Returns the connection object.
Sets the connection object. It is highly recommended to set this so we can use the adapter's native escaping mechanism.
Returns all the values currently bound.
June 27 2010
April 16, 2013