extends abstract class Phalcon\Db\Adapter\Pdo
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name
public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public Phalcon\Db\IndexInterface[] describeIndexes
public escapeString (mixed $str) Escapes a value to avoid SQL injections according to the active charset in the connection
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
public int | boolean lastInsertId ([string $sequenceName]) Returns the insert id for the auto_increment/serial
public modifyColumn (mixed $tableName, mixed $schemaName,
Page 3 of 4