com.ibm.mm.sdk.common
Class DKAttributeDef
java.lang.Object
|
+--com.ibm.mm.sdk.common.DKAttributeDef
- All Implemented Interfaces:
- java.io.Serializable
- public class DKAttributeDef
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
DKAttributeDef(java.lang.String dsType,
java.lang.String attrOf,
java.lang.String attrName,
short attrType,
int attrSize,
short attrId,
boolean attrNullable,
int attrPrecision,
int attrScale,
int attrStrType)
Deprecated. Replace by DKAttrDefDL class |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
datastoreType
public java.lang.String datastoreType
attributeOf
public java.lang.String attributeOf
name
public java.lang.String name
type
public short type
size
public int size
id
public short id
nullable
public boolean nullable
precision
public int precision
scale
public int scale
stringType
public int stringType
DKAttributeDef
public DKAttributeDef(java.lang.String dsType,
java.lang.String attrOf,
java.lang.String attrName,
short attrType,
int attrSize,
short attrId,
boolean attrNullable,
int attrPrecision,
int attrScale,
int attrStrType)
- Deprecated. Replace by DKAttrDefDL class
- Construct attribute definition class
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.