fintp_udal
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FinTP::DataType Class Reference

Contains an enum of all the internal datatypes used by udal and a static helper function that returns a friendly name of the datatype. More...

#include <DataParameter.h>

Public Types

enum  DATA_TYPE {
  INVALID_TYPE, CHAR_TYPE, DATE_TYPE, TIMESTAMP_TYPE,
  SHORTINT_TYPE, LONGINT_TYPE, NUMBER_TYPE, LARGE_CHAR_TYPE,
  BINARY, CURSOR_TYPE, ARRAY
}
 Database parameter type. More...
 

Static Public Member Functions

static string ToString (DATA_TYPE type)
 returns a friendly name of the datatype. More...
 

Detailed Description

Contains an enum of all the internal datatypes used by udal and a static helper function that returns a friendly name of the datatype.

Member Enumeration Documentation

Database parameter type.

Enumerator
INVALID_TYPE 
CHAR_TYPE 
DATE_TYPE 
TIMESTAMP_TYPE 
SHORTINT_TYPE 
LONGINT_TYPE 
NUMBER_TYPE 
LARGE_CHAR_TYPE 
BINARY 
CURSOR_TYPE 
ARRAY 

Member Function Documentation

string DataType::ToString ( DATA_TYPE  type)
static

returns a friendly name of the datatype.

Parameters
typeDATA_TYPE Datatype instance containing type information.
Returns
type as a string.

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