#include <StoredTypeDescriptorFactory.h>
Inheritance diagram for StoredTypeDescriptorFactory:

Public Member Functions | |
| virtual | ~StoredTypeDescriptorFactory () |
| virtual StoredTypeDescriptor const & | newDataType (StoredTypeDescriptor::Ordinal iTypeOrdinal) const=0 |
| Instantiates a StoredTypeDescriptor. | |
Definition at line 36 of file StoredTypeDescriptorFactory.h.
| StoredTypeDescriptorFactory::~StoredTypeDescriptorFactory | ( | ) | [virtual] |
| virtual StoredTypeDescriptor const& StoredTypeDescriptorFactory::newDataType | ( | StoredTypeDescriptor::Ordinal | iTypeOrdinal | ) | const [pure virtual] |
Instantiates a StoredTypeDescriptor.
TODO: extend this to cover type parameters such as precision and scale?
| iTypeOrdinal | the ordinal for the type |
Implemented in StandardTypeDescriptorFactory.
Referenced by TupleDescriptor::readPersistent(), and CmdInterpreter::readTupleDescriptor().
1.5.1