Rogue Wave Views Data Access Package API Reference Guide |
Rogue Wave Views Documentation Home |
#include <ilviews/macros.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 <iostream.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
Declarations about data types.
This type is used to represent byte values.
IliAnyType |
This data type object manages values of type IlAny
.
IliBinaryType |
This data type manages values of type IliBinary
. It allocates and frees automatically any memory needed to store a binary value.
IliBooleanType |
This data type manages values of type IlBoolean
.
IliByteType |
This data type manages values of type IliByte
.
IliDateType |
This data type manages values of type IliDate
.
IliDecimalType |
This data type manages values of type IliDecimal
.
IliDoubleType |
This data type manages values of type IlDouble
.
IliFloatType |
This data type manages values of type IlFloat
.
IliIntegerType |
This data type manages values of type IlInt
.
IliLongStringType |
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 0
character string; they are both regarded as a null value.
IliNTS |
This constant can be used to specify a null-terminated character string in member functions that require a string length argument.
IliNullType |
This data type manages one value: the null value.
IliStringType |
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 0
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.
IliTimeType |
This data type manages values of type IliTime
.
© Copyright 2016, 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.