#include <query.h>
Public Types | |
| enum | dbArgumentType { atInteger, atBoolean, atString, atReal, atReference, atRawBinary } |
Public Attributes | |
| dbArgumentType | type |
| union { | |
| real8 realValue | |
| db_int8 intValue | |
| bool boolValue | |
| char const * strValue | |
| oid_t oidValue | |
| void * rawValue | |
| } | u |
Private Member Functions | |
| dbUserFunctionArgument (dbExprNode *expr, dbInheritedAttribute &iattr, dbSynthesizedAttribute &sattr, int i) | |
Friends | |
| class | dbDatabase |
| enum dbArgumentType |
| dbUserFunctionArgument | ( | dbExprNode * | expr, | |
| dbInheritedAttribute & | iattr, | |||
| dbSynthesizedAttribute & | sattr, | |||
| int | i | |||
| ) | [private] |
friend class dbDatabase [friend] |
| bool boolValue |
| char const* strValue |
| void* rawValue |
| union { ... } u |