public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns
public getDefaultIdValue () Returns the default identity value to be inserted in an identity column
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
extends abstract class Phalcon\Db\Adapter\Pdo
public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values
public modifyColumn (mixed $tableName, mixed $schemaName,
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing