| 
|   | ODBCColumn (unsigned int dimension, int scale, const string name="") | 
|   | Constructor.  More...
  | 
|   | 
|   | ~ODBCColumn () | 
|   | 
| void  | setValue (T value) | 
|   | 
| T  | getValue () | 
|   | 
| int  | getInt () | 
|   | 
| long  | getLong () | 
|   | 
| short  | getShort () | 
|   | 
| DataColumnBase *  | Clone () | 
|   | 
| void  | Sync () | 
|   | 
| template<>  | 
| void  | Sync () | 
|   | 
| template<>  | 
|   | ODBCColumn (unsigned int dimension, int scale, const string name) | 
|   | 
| template<>  | 
|   | ODBCColumn (unsigned int dimension, int scale, const string name) | 
|   | 
| template<>  | 
|   | ODBCColumn (unsigned int dimension, int scale, const string name) | 
|   | 
| template<>  | 
| long  | getLong () | 
|   | 
| template<>  | 
| int  | getInt () | 
|   | 
| template<>  | 
| short  | getShort () | 
|   | 
  Public Member Functions inherited from FinTP::DataColumn< T > | 
|   | DataColumn (unsigned int dimension=0, int scale=0, const string &name="") | 
|   | 
| virtual  | ~DataColumn () | 
|   | 
| void  | Clear () | 
|   | 
| virtual void  | setDimension (const unsigned int newValue) | 
|   | 
| virtual string  | Dump () | 
|   | 
| template<>  | 
|   | DataColumn (unsigned int dimension, int scale, const string &name) | 
|   | 
| template<>  | 
|   | DataColumn (const DataColumn< string > &source) | 
|   | 
| template<>  | 
|   | ~DataColumn () | 
|   | 
| template<>  | 
| void  | setValue (string value) | 
|   | 
| template<>  | 
| DataColumnBase *  | Clone () | 
|   | 
| template<>  | 
| void  | Clear () | 
|   | 
| template<>  | 
| string  | Dump () | 
|   | 
| template<>  | 
| void  | setDimension (const unsigned int newValue) | 
|   | 
| template<>  | 
| DataType::DATA_TYPE  | getColType () | 
|   | 
| template<>  | 
| DataType::DATA_TYPE  | getColType () | 
|   | 
| template<>  | 
| DataType::DATA_TYPE  | getColType () | 
|   | 
  Public Member Functions inherited from FinTP::DataColumnBase | 
|   | DataColumnBase () | 
|   | 
|   | DataColumnBase (unsigned int dimension, int scale, const string &name="", const DataType::DATA_TYPE dataType=DataType::INVALID_TYPE, const DataType::DATA_TYPE baseType=DataType::INVALID_TYPE) | 
|   | 
|   | DataColumnBase (const DataColumnBase &source) | 
|   | 
| DataColumnBase &  | operator= (const DataColumnBase &source) | 
|   | 
| virtual  | ~DataColumnBase () | 
|   | 
| void  | setType (const DataType::DATA_TYPE dataType) | 
|   | 
| DataType::DATA_TYPE  | getType () const  | 
|   | Useful for casting to the right DataColumn subtype.  More...
  | 
|   | 
| void  | setBaseType (const DataType::DATA_TYPE dataType) | 
|   | 
| DataType::DATA_TYPE  | getBaseType () const  | 
|   | 
| unsigned int  | getDimension () const  | 
|   | 
| void  | setName (const string &newName) | 
|   | 
| string  | getName () const  | 
|   | 
| void  | setScale (const int newValue) | 
|   | 
| int  | getScale () const  | 
|   | 
| void *  | getStoragePointer () | 
|   | 
| const long *  | getBufferIndicator () | 
|   | 
| virtual string  | getString () | 
|   | 
template<class T>
class FinTP::ODBCColumn< T >
ODBCColumn template class Redifine the ODBCColumnBase taking in considerration different data types. 
Store ODBC column information