public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
public describeReferences (mixed $table, [mixed $schema]) Lists table references
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public boolean delete (string | array $table, [string $whereCondition], [array $placeholders], [array
extends abstract class Phalcon\Db\Adapter
public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument
public commit ([mixed $nesting]) Commits the active transaction in the connection
public string escapeIdentifier (string $identifier) Escapes a column/table/schema name
public listViews ([mixed $schemaName]) List all views on a database
public string getConnectionId () Gets the active connection unique identifier
Page 1 of 10