rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

datatype.h File Reference

#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 IliDatatypeIliAnyType
const IliDatatypeIliBinaryType
const IliDatatypeIliBooleanType
const IliDatatypeIliByteType
const IliDatatypeIliDateType
const IliDatatypeIliDecimalType
const IliDatatypeIliDoubleType
const IliDatatypeIliFloatType
const IliDatatypeIliIntegerType
const IliDatatypeIliLongStringType
const IlUInt IliNTS
const IliDatatypeIliNullType
const IliDatatypeIliStringType
const IliDatatypeIliTimeType

Detailed Description

[library dataccess ilviews/dataccess/datatype.h] Declarations about data types.


Typedef Documentation

This type is used to represent byte values.

See also:
IliDatatype.

Variable Documentation

This data type object manages values of type IlAny.

See also:
IliDatatype.

This data type manages values of type IliBinary. It allocates and frees automatically any memory needed to store a binary value.

See also:
IliDatatype.

This data type manages values of type IlBoolean.

See also:
IliDatatype.

This data type manages values of type IliByte.

See also:
IliDatatype.

This data type manages values of type IliDate.

See also:
IliDatatype.

This data type manages values of type IliDecimal.

See also:
IliDatatype.

This data type manages values of type IlDouble.

See also:
IliDatatype.

This data type manages values of type IlFloat.

See also:
IliDatatype.

This data type manages values of type IlInt.

See also:
IliDatatype.

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.

See also:
IliDatatype.

This constant can be used to specify a null-terminated character string in member functions that require a string length argument.

See also:
IliDatatype.

This data type manages one value: the null value.

See also:
IliDatatype.

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.

See also:
IliDatatype.

This data type manages values of type IliTime.

See also:
IliDatatype.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© 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.