public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table
abstract public addIndex (mixed $tableName, mixed $schemaName,
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public getProfiles () Returns all the processed profiles
public boolean insertAsDict (string $table, array $data, [array $dataTypes]) Inserts data
abstract public fetchArray () ...
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
integer TYPE_DATETIME
public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition
abstract public getReferencedColumns () ...
Page 22 of 44