Main Page   Class Hierarchy   Compound List   File List   Compound Members  

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 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:
Generated on Fri Nov 15 21:06:30 2002 for FastDB by doxygen1.2.15