public listTables ([mixed $schemaName]) List all tables in database
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public addForeignKey (mixed $tableName, mixed $schemaName,
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public addIndex (mixed $tableName, mixed $schemaName,
public getColumnDefinition (Phalcon\Db\ColumnInterface
Page 2 of 3