0 AND a.attrelid = c.oid AND a.atttypid = t.oid ORDER BY a.attnum"; } public function limit($limit, $offset) { return " LIMIT $limit OFFSET $offset"; } public function getSchemas($queryResult) { } public function getTables($queryResult) { } public function getFields($queryResult) { } public function detectQueryType($sql) { } }