Go to the source code of this file.
◆ SORT_ASC
◆ SORT_DESC
◆ SQLP_ADD
#define SQLP_ADD 1 /* + */ |
◆ SQLP_ADD_COLUMN
#define SQLP_ADD_COLUMN 7 |
◆ SQLP_AND
◆ SQLP_BOOL
#define SQLP_BOOL 5 /* used only for type of expression */ |
◆ SQLP_CREATE
Definition at line 9 of file sqlp.h.
◆ SQLP_D
#define SQLP_D 4 /* float */ |
◆ SQLP_DATE
◆ SQLP_DELETE
◆ SQLP_DIV
#define SQLP_DIV 4 /* / */ |
◆ SQLP_DOUBLE
◆ SQLP_DROP
◆ SQLP_DROP_COLUMN
#define SQLP_DROP_COLUMN 8 |
◆ SQLP_EQ
#define SQLP_EQ 11 /* = */ |
◆ SQLP_EXPR
#define SQLP_EXPR 6 /* expression XXX */ |
◆ SQLP_GE
#define SQLP_GE 15 /* >= */ |
◆ SQLP_GT
#define SQLP_GT 14 /* > */ |
◆ SQLP_I
#define SQLP_I 3 /* integer */ |
◆ SQLP_INSERT
◆ SQLP_INTEGER
◆ SQLP_ISNULL
#define SQLP_ISNULL 18 /* IS NULL */ |
◆ SQLP_LE
#define SQLP_LE 13 /* <= */ |
◆ SQLP_LT
#define SQLP_LT 12 /* < */ |
◆ SQLP_MAX_ERR
◆ SQLP_MAX_TABLE
#define SQLP_MAX_TABLE 200 |
◆ SQLP_MLTP
#define SQLP_MLTP 3 /* * */ |
◆ SQLP_MTCH
#define SQLP_MTCH 17 /* ~ */ |
◆ SQLP_NE
#define SQLP_NE 16 /* <> */ |
◆ SQLP_NODE_COLUMN
#define SQLP_NODE_COLUMN 1 |
◆ SQLP_NODE_EXPRESSION
#define SQLP_NODE_EXPRESSION 3 |
◆ SQLP_NODE_VALUE
#define SQLP_NODE_VALUE 2 |
◆ SQLP_NOT
◆ SQLP_NOTNULL
#define SQLP_NOTNULL 19 /* IS NULL */ |
◆ SQLP_NULL
#define SQLP_NULL 1 /* value NULL -> unknown type */ |
◆ SQLP_OR
◆ SQLP_S
#define SQLP_S 2 /* string */ |
◆ SQLP_SELECT
◆ SQLP_SUBTR
#define SQLP_SUBTR 2 /* - */ |
◆ SQLP_TIME
◆ SQLP_UPDATE
◆ SQLP_VARCHAR
◆ SQLPNODE
◆ sqlpStmt