\Query\Drivers\FirebirdSQL

Firebird Specific SQL

Summary

Methods
Properties
Constants
limit()
explain()
random()
dbList()
tableList()
systemTableList()
viewList()
triggerList()
functionList()
procedureList()
sequenceList()
columnList()
typeList()
fkList()
indexList()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

limit()

limit(string  $sql, integer  $limit, integer|boolean  $offset = FALSE) : string

Limit clause

Parameters

string $sql
integer $limit
integer|boolean $offset

Returns

string

explain()

explain(string  $sql) : string

Get the query plan for the sql query

Parameters

string $sql

Returns

string

random()

random() : string

Random ordering keyword

Returns

string

dbList()

dbList() : NULL

Returns sql to list other databases

Returns

NULL

tableList()

tableList() : string

Returns sql to list tables

Returns

string

systemTableList()

systemTableList() : string

Returns sql to list system tables

Returns

string

viewList()

viewList() : string

Returns sql to list views

Returns

string

triggerList()

triggerList() : string

Returns sql to list triggers

Returns

string

functionList()

functionList() : string

Return sql to list functions

Returns

string

procedureList()

procedureList() : string

Return sql to list stored procedures

Returns

string

sequenceList()

sequenceList() : string

Return sql to list sequences

Returns

string

columnList()

columnList(string  $table) : string

Return sql to list columns of the specified table

Parameters

string $table

Returns

string

typeList()

typeList() : string

SQL to show list of field types

Returns

string

fkList()

fkList(string  $table) : string

Get the list of foreign keys for the current table

Parameters

string $table

Returns

string

indexList()

indexList(string  $table) : array

Get the list of indexes for the current table

Parameters

string $table

Returns

array