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
system_table_list() system_table_list() : array<mixed,string> List the system tables Returns array<mixed,string>
type_list() type_list() : array<mixed,string> SQL to show list of field types Returns array<mixed,string>
column_list() column_list(string $table) : string SQL to show infromation about columns in a table Parameters string $table Returns string
fk_list() fk_list(string $table) : string Get the list of foreign keys for the current table Parameters string $table Returns string
index_list() index_list(string $table) : string Get the list of indexes for the current table Parameters string $table Returns string