|
| | OracleColumn (unsigned int dimension, int scale, const string &name="") |
| | Constructor. More...
|
| |
| | ~OracleColumn () |
| |
| void | setValue (T value) |
| |
| T | getValue () |
| |
| int | getInt () |
| |
| long | getLong () |
| |
| short | getShort () |
| |
| DataColumnBase * | Clone () |
| | Makes a deep copy of this object. More...
|
| |
| template<> |
| | OracleColumn (unsigned int dimension, int scale, const string &name) |
| |
| template<> |
| | OracleColumn (unsigned int dimension, int scale, const string &name) |
| |
| template<> |
| | OracleColumn (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 () |
| |
| virtual void | Sync () |
| |
| template<> |
| | DataColumn (unsigned int dimension, int scale, const string &name) |
| |
| template<> |
| | DataColumn (const DataColumn< string > &source) |
| |
| template<> |
| | ~DataColumn () |
| |
| template<> |
| void | Sync () |
| |
| 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::OracleColumn< T >
OracleColumn template class Redefine the OracleColumnBase taking in consideration different data types.