extends abstract class Phalcon\Db\Adapter
public query (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements
public listViews ([mixed $schemaName]) List all views on a database
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Drops a column from a
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
public releaseSavepoint (mixed $name) Releases given savepoint
public Phalcon\Db\ReferenceInterface[] d
public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument
public describeReferences (mixed $table, [mixed $schema]) Lists table references
Page 1 of 10