public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’
public modifyColumn (mixed $tableName, mixed $schemaName,
public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition
public getTransactionLevel () Returns the current transaction nesting level
public getInternalHandler () Return internal PDO handler
public PDOStatement executePrepared
public connect ([array $descriptor]) This method is automatically called in \Phalcon\Db\Adapter\Pdo constructor. Call
public execute (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
Page 4 of 4