package |
Query |
subpackage |
Drivers |
Methods
Get the 'average' keyword
avg() : string
Inherited
inherited_from |
\DB_SQL::avg() |
Returns
string
SQL to show infromation about columns in a table
column_list(string $table) : string
Parameters
$table
string
Returns
string
Returns sql to list other databases
db_list() : string
Get the 'distinct' keyword
distinct() : string
Inherited
inherited_from |
\DB_SQL::distinct() |
Returns
string
Return sql to list functions
function_list() : string
Limit clause
limit(string $sql, int $limit, int $offset) : string
Parameters
$sql
string
$limit
int
$offset
int
Returns
string
Get the max keyword sql
max() : string
Inherited
inherited_from |
\DB_SQL::max() |
Returns
string
Get the min keyword sql
min() : string
Inherited
inherited_from |
\DB_SQL::min() |
Returns
string
Return sql to list stored procedures
procedure_list() : string
Random ordering keyword
random() : string
Return sql to list sequences
sequence_list() : FALSE
Get the 'sum' keyword
sum() : string
Inherited
inherited_from |
\DB_SQL::sum() |
Returns
string
Overridden in MySQL class
system_table_list() : string
Returns sql to list tables
table_list(string $database) : string
Parameters
$database
string
Returns
string
Returns sql to list triggers
trigger_list() : string
SQL to show list of field types
type_list() : string
Returns sql to list views
view_list() : string