public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public addIndex (mixed $tableName, mixed $schemaName,
final public escapeSchema (mixed $str, [mixed $escapeChar]) Escape Schema
public releaseSavepoint (mixed $name) Generate SQL to release a savepoint
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
implements Phalcon\Db\DialectInterface
Page 7 of 9