public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values
public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public boolean insertAsDict (string $table, array $data, [array $dataTypes]) Inserts data
public boolean insert (string | array $table, array $values, [array $fields], [array $dataTypes])
public listTables ([mixed $schemaName]) List all tables on a database
extends abstract class Phalcon\Db\Adapter\Pdo
public string | ** fetchColumn (string $sqlQuery, [array $placeholders], [int | string $column])
public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition
Page 5 of 10