public getDefaultIdValue () Returns the default identity value to be inserted in an identity column
public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values
extends abstract class Phalcon\Db\Adapter\Pdo
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