public string escapeIdentifier (string $identifier) Escapes a column/table/schema name
public query (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements
public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument
public Phalcon\Db\ReferenceInterface[] d
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
extends abstract class Phalcon\Db\Adapter
public fetchOne (mixed $sqlQuery, [mixed $fetchMode], [mixed $bindParams], [mixed $bindTypes]) Returns
public getDescriptor () Return descriptor used to connect to the active database
public describeReferences (mixed $table, [mixed $schema]) Lists table references
public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause
Page 2 of 10