- count
string count(string sql, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLimit
int getLimit(string sql, string dbType)
@param sql
@param dbType
@return if not exists limit, return -1;
- hasUnorderedLimit
bool hasUnorderedLimit(string sql, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
string limit(string sql, string dbType, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
string limit(SQLSelect select, string dbType, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
bool limit(SQLSelect select, string dbType, int offset, int count, bool check)
Undocumented in source. Be warned that the author may not have intended to support it.