superwaba.ext.xplat.sql.db2e.db2ex
Class Db2eColumnInfo

java.lang.Object
  |
  +--superwaba.ext.xplat.sql.db2e.db2ex.Db2eColumnInfo

public class Db2eColumnInfo
extends java.lang.Object

A DB2e column information


Field Summary
 boolean allowNulls
           
 java.lang.String name
           
 int precision
           
 int scale
           
 int type
           
 
Constructor Summary
Db2eColumnInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public int type

precision

public int precision

scale

public int scale

allowNulls

public boolean allowNulls
Constructor Detail

Db2eColumnInfo

public Db2eColumnInfo()