public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
abstract public getColumnDefinition (Phalcon\D
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
abstract public addIndex (mixed $tableName, mixed $schemaName,
public modifyColumn (mixed $tableName, mixed $schemaName,
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
abstract public supportsSavepoints () ...
abstract public sharedLock (mixed $sqlQuery) ...
public close () Closes the active connection returning success. Phalcon automatically closes and destroys active connections
Page 14 of 44