#include <FdoStd.h>
#include <Fdo/Expression/LiteralValue.h>
#include <Fdo/Schema/DataType.h>
#include <Fdo/Expression/ExpressionException.h>
Go to the source code of this file.
Classes | |
class | FdoDataValue |
The FdoDataValue class derives from FdoLiteralValue and represents a literal value such as a string or a number. More... | |
Typedefs | |
typedef FdoPtr< FdoDataValue > | FdoDataValueP |
FdoDataValueP is a FdoPtr on FdoDataValue, provided for convenience. |