Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

glite::rgma::Types Class Reference

#include <Types.h>

List of all members.

Static Public Member Functions

std::string getTypeName (int type)

Static Public Attributes

const int INTEGER = 4
const int REAL = 7
const int DOUBLE = 8
const int CHAR = 1
const int VARCHAR = 12
const int BOOLEAN = 16
const int TIMESTAMP = 93
const int DATE = 91
const int TIME = 92


Detailed Description

Constants for SQL column types.


Member Function Documentation

std::string glite::rgma::Types::getTypeName int  type  )  [static]
 

Gets the name associated with a type number.

Parameters:
type Type number.
Returns:
Name associated with type.


Member Data Documentation

const int glite::rgma::Types::BOOLEAN = 16 [static]
 

The constant that identifies the generic SQL type BOOLEAN.

const int glite::rgma::Types::CHAR = 1 [static]
 

The constant that identifies the generic SQL type CHAR.

const int glite::rgma::Types::DATE = 91 [static]
 

Deprecated:
The constant that identifies the generic SQL type DATE.

const int glite::rgma::Types::DOUBLE = 8 [static]
 

The constant that identifies the generic SQL type DOUBLE.

const int glite::rgma::Types::INTEGER = 4 [static]
 

The constant that identifies the generic SQL type INTEGER.

const int glite::rgma::Types::REAL = 7 [static]
 

The constant that identifies the generic SQL type REAL.

const int glite::rgma::Types::TIME = 92 [static]
 

The constant that identifies the generic SQL type TIME.

Deprecated:

const int glite::rgma::Types::TIMESTAMP = 93 [static]
 

The constant that identifies the generic SQL type TIMESTAMP.

const int glite::rgma::Types::VARCHAR = 12 [static]
 

The constant that identifies the generic SQL type VARCHAR.


The documentation for this class was generated from the following files:
Generated on Wed Apr 25 19:11:33 2007 for glite-rgma-api-cpp by doxygen 1.3.5