SQLite Specific SQL

package Query
subpackage Drivers

 Methods

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() : NULL

Returns

NULL

Get the query plan for the sql query

explain(string $sql) : string

Parameters

$sql

string

Returns

string

Return sql to list functions

function_list() : NULL

Returns

NULL

Return sql to list stored procedures

procedure_list() : NULL

Returns

NULL

Random ordering keyword

random() : string

Returns

string

Return sql to list sequences

sequence_list() : NULL

Returns

NULL

Overridden in SQLite class

system_table_list() : string

Returns

string

Returns sql to list tables

table_list() : string

Returns

string

Returns sql to list triggers

trigger_list() : NULL

Returns

NULL

SQL to show list of field types

type_list() : string[]

Returns

string[]

Returns sql to list views

view_list() : string

Returns

string