Public Types | Public Attributes | Friends

dbUserFunctionArgument Class Reference

#include <query.h>

List of all members.

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

Detailed Description

This class represent argument of user defined funtion.

See also:
dbUserFunction class.

The documentation for this class was generated from the following file: