limit() limit(string $sql, integer $limit, integer|boolean $offset = FALSE) : string Get database specific sql for limit clause Parameters string $sql integer $limit integer|boolean $offset Returns string
explain() explain(string $sql) : string Modify the query to get the query plan Parameters string $sql Returns string
column_list() column_list(string $table) : string Get information about the columns in the specified table Parameters string $table Returns string
fk_list() fk_list(string $table) : array Get the list of foreign keys for the current table Parameters string $table Returns array
index_list() index_list(string $table) : array Get the list of indexes for the current table Parameters string $table Returns array