1 #ifndef BZS_DB_PROTOCOL_TDAP_CLIENT_RECORDSET_H
2 #define BZS_DB_PROTOCOL_TDAP_CLIENT_RECORDSET_H
21 #include "groupQuery.h"
38 class recordsetImple* m_imple;
41 typedef std::vector<row_ptr>::iterator
iterator;
48 row& operator[](
size_t index)
const;
61 void removeField(
int index);
64 recordset& orderBy(
const _TCHAR* name1,
const _TCHAR* name2 = NULL,
65 const _TCHAR* name3 = NULL,
const _TCHAR* name4 = NULL,
66 const _TCHAR* name5 = NULL,
const _TCHAR* name6 = NULL,
67 const _TCHAR* name7 = NULL,
const _TCHAR* name8 = NULL);
70 void appendField(
const _TCHAR* name,
int type,
short len);
86 #endif // BZS_DB_PROTOCOL_TDAP_CLIENT_RECORDSET_H
const _TCHAR * protocol(const _TCHAR *uri)
Definition: uri.h:42
activeTableの読み取りクエリー 結果セットクラス
Definition: recordset.h:34
グルーピング Firstクラス
Definition: groupQuery.h:301
std::vector< row_ptr >::iterator iterator
Definition: recordset.h:41
グルーピング条件を指定するクラス
Definition: groupQuery.h:190
fielddef のコレクションクラス
Definition: field.h:73
recordset のソートパラメータコレクションクラス
Definition: groupQuery.h:72
グルーピング レコード数カウンター
Definition: groupQuery.h:229
recordset フィルタリングクエリー
Definition: groupQuery.h:95
フィールドコレクションのベースクラス
Definition: fields.h:123
グルーピング Lastクラス
Definition: groupQuery.h:287
recordset 用テーブルアクセスクラス
Definition: activeTable.h:80