public listViews ([mixed $schemaName]) List all views on a database
public describeReferences (mixed $table, [mixed $schema]) Lists table references
public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Drops a column from a
public string getConnectionId () Gets the active connection unique identifier
public createSavepoint (mixed $name) Creates a new savepoint
public releaseSavepoint (mixed $name) Releases given savepoint
public boolean delete (string | array $table, [string $whereCondition], [array $placeholders], [array
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public setDialect (Phalcon\Db\DialectInterface
Page 1 of 6