mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
SqlCtrl: SqlArray ReQuery(SqlBool)
git-svn-id: svn://ultimatepp.org/upp/trunk@2044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f77bcee71c
commit
e8256d6a89
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ public:
|
|||
void AppendQuery(SqlBool where);
|
||||
void Query(SqlBool where) { SetWhere(where); Query(); }
|
||||
void ReQuery();
|
||||
void ReQuery(SqlBool where) { SetWhere(where); ReQuery(); }
|
||||
|
||||
void Limit(int _offset, int _count) { offset = _offset; count = _count; }
|
||||
void Limit(int count) { Limit(0, count); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue