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
column_list() column_list(string $table) : string Return sql to list columns of the specified 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) : array Get the list of indexes for the current table Parameters string $table Returns array