Class Hierarchy All Classes All Fields and Methods

Class com.ibm.ims.base.DLITypeInfo

java.lang.Object
   |
   +----com.ibm.ims.base.DLITypeInfo

public class DLITypeInfo
extends Object

Constructor Index
Constructor Description
DLITypeInfo()  
Method Index
Method Description
int DLITypeInfo(String, int, int, int) Constructs a DLITypeInfo object.

Constructors

DLITypeInfo

public DLITypeInfo() 

Methods

DLITypeInfo

public int DLITypeInfo(String fieldName,
                       int type,
                       int startingOffset,
                       int length) 

Constructs a DLITypeInfo object. The DLITypeInfo class defines several constants that can be supplied as values for the type argument: CHAR, INTEGER, DOUBLE, FLOAT, BIT, BIGINT, TINYINT, and SMALLINT. Certain types have predefined lengths and cannot be changed. The INTEGER and FLOAT types are always 4 bytes long. The DOUBLE and BIGINT types are always 8 bytes long. The SMALLINT type is always 2 bytes long. The TINYINT and BIT types are always 1 byte long. If another length value is specified for one of these types, an exception will be thrown.

Class Hierarchy All Classes All Fields and Methods