abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...
abstract public limit (mixed $sqlQuery, mixed $number) ...
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
abstract public getReferencedSchema () ...
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Drops a table from a
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
extends abstract class Phalcon\Db\Adapter\Pdo
abstract public addForeignKey (mixed $tableName, mixed $schemaName,
public sharedLock (mixed $sqlQuery) Returns a SQL modified with a LOCK IN SHARE MODE clause
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
Page 32 of 44