public Phalcon\Db\IndexInterface[] describeIndexes
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public escapeString (mixed $str) Escapes a value to avoid SQL injections according to the active charset in the connection
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns
extends abstract class Phalcon\Db\Adapter\Pdo
public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’
public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call
Page 3 of 4