DCL 3.7.4
Loading...
Searching...
No Matches
PqQuery.h File Reference

Go to the source code of this file.

Classes

class  PqQuery

Macros

#define __DCL_PQ_QUERY_H__   20260106
#define __FORMAT_TEXT   0
#define __FORMAT_BINARY   1
#define __FORMAT_DEFAULT   __FORMAT_TEXT
#define __CURSOR_FETCH_DEFAULT   100
#define __CURSOR_ENABLED(_conn)

Macro Definition Documentation

◆ __CURSOR_ENABLED

#define __CURSOR_ENABLED ( _conn)
Value:
(_conn->cursor() >= 0)

Definition at line 10 of file PqQuery.h.

◆ __CURSOR_FETCH_DEFAULT

#define __CURSOR_FETCH_DEFAULT   100

Definition at line 9 of file PqQuery.h.

◆ __DCL_PQ_QUERY_H__

#define __DCL_PQ_QUERY_H__   20260106

Definition at line 2 of file PqQuery.h.

◆ __FORMAT_BINARY

#define __FORMAT_BINARY   1

Definition at line 7 of file PqQuery.h.

◆ __FORMAT_DEFAULT

#define __FORMAT_DEFAULT   __FORMAT_TEXT

Definition at line 8 of file PqQuery.h.

◆ __FORMAT_TEXT

#define __FORMAT_TEXT   0

Definition at line 6 of file PqQuery.h.