![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/macros.h>#include <iostream.h>#include <ilviews/base/hash.h>#include <ilviews/base/array.h>#include <ilviews/ilv.h>#include <ilviews/dataccess/module.h>#include <ilviews/dataccess/string.h>#include <ilviews/dataccess/date.h>#include <ilviews/dataccess/decimal.h>#include <ilviews/dataccess/format.h>#include <strstream.h>Classes | |
| class | IliBinary |
| class type More... | |
| class | IliDatatype |
| User interface class. More... | |
| class | IliPointerTypeClass |
| User interface class. More... | |
Typedefs | |
| typedef unsigned char | IliByte |
Variables | |
| const IliDatatype * | IliAnyType |
| const IliDatatype * | IliBinaryType |
| const IliDatatype * | IliBooleanType |
| const IliDatatype * | IliByteType |
| const IliDatatype * | IliDateType |
| const IliDatatype * | IliDecimalType |
| const IliDatatype * | IliDoubleType |
| const IliDatatype * | IliFloatType |
| const IliDatatype * | IliIntegerType |
| const IliDatatype * | IliLongStringType |
| const IlUInt | IliNTS |
| const IliDatatype * | IliNullType |
| const IliDatatype * | IliStringType |
| const IliDatatype * | IliTimeType |
[library dataccess ilviews/dataccess/datatype.h] Declarations about data types.
This type is used to represent byte values.
This data type object manages values of type IlAny.
This data type manages values of type IliBinary. It allocates and frees automatically any memory needed to store a binary value.
This data type manages values of type IlBoolean.
This data type manages values of type IliByte.
This data type manages values of type IliDate.
This data type manages values of type IliDecimal.
This data type manages values of type IlDouble.
This data type manages values of type IlFloat.
This data type manages values of type IlInt.
This data type manages values of the character string type. It allocates and frees automatically any memory required to store a character string value. This data type does not distinguish between the empty character string and the NULL character string; they are both regarded as a null value.
This constant can be used to specify a null-terminated character string in member functions that require a string length argument.
This data type manages one value: the null value.
This data type manages values of the character string type. It allocates and frees automatically any memory needed to store a character string value. This data type does not distinguish between the empty character string and the NULL character string; they are both regarded as a null value. This type corresponds to the VARCHAR SQL type. The CHAR SQL type is processed like the VARCHAR SQL type.
This data type manages values of type IliTime.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.