#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_t const * strValue | |
oid_t oidValue | |
void * rawValue | |
} | u |
Friends | |
class | dbDatabase |
This class represent argument of user defined funtion.