extends abstract class Phalcon\Db\Adapter\Pdo
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing
public boolean insert (string | array $table, array $values, [array $fields], [array $dataTypes])
public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Drops a table’s primary key
public array fetchAll (string $sqlQuery, [int $fetchMode], [array $bindParams], [array $bindTypes])
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public boolean insertAsDict (string $table, array $data, [array $dataTypes]) Inserts data
public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition
Page 5 of 10