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 supportSequences () Check whether the database system requires a sequence to produce auto-numeric values
extends abstract class Phalcon\Db\Adapter\Pdo
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
public modifyColumn (mixed $tableName, mixed $schemaName,
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing