public class IfxColumnInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
ifxRealType |
protected java.lang.String |
ifxTypeClassName |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
copy(IfxColumnInfo colInfo) |
void |
dumpInfo(Trace trace,
int indent) |
protected int |
getAdjustedColumnLength() |
protected boolean |
isSearchable() |
protected boolean |
isSigned() |
protected boolean |
isVariableLengthType(IfxSqliConnect conn) |
protected java.lang.String ifxTypeClassName
protected int ifxRealType
public java.lang.Object clone()
clone in class java.lang.Objectpublic void copy(IfxColumnInfo colInfo)
public void dumpInfo(Trace trace, int indent)
protected int getAdjustedColumnLength()
protected boolean isVariableLengthType(IfxSqliConnect conn)
protected boolean isSigned()
protected boolean isSearchable()