public getType () Type of database system the adapter is used for
public getDefaultIdValue () Returns the default identity value to be inserted in an identity column
public execute (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Creates a view
public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints
public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values
public rollbackSavepoint (mixed $name) Rollbacks given savepoint
public connect ([array $descriptor]) This method is automatically called in \Phalcon\Db\Adapter\Pdo constructor. Call
public PDOStatement executePrepared
public addIndex (mixed $tableName, mixed $schemaName,
Page 9 of 10