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 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
limit() limit(string $sql, int $limit, int|bool $offset) : string Limit clause Parameters string $sql int $limit int|bool $offset Returns string