public getDescriptor () Return descriptor used to connect to the active database
public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition
public listTables ([mixed $schemaName]) List all tables on a database
public array fetchAll (string $sqlQuery, [int $fetchMode], [array $bindParams], [array $bindTypes])
public boolean insert (string | array $table, array $values, [array $fields], [array $dataTypes])
public string | ** fetchColumn (string $sqlQuery, [array $placeholders], [int | string $column])
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Drops a table’s primary key
public boolean insertAsDict (string $table, array $data, [array $dataTypes]) Inserts data
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Drops a foreign
Page 3 of 6