public class dbDescriptor
extends java.lang.Object
Because all numeric data is retrieved in the network independent dbNumber format precision and scale can be used to determine the original numeric type.
Modifier and Type | Field and Description |
---|---|
int |
cnl
Name length.
|
int |
dtd
Original database data type.
|
int |
dto
Original data type.
|
int |
flag
Flag
|
int |
length
Maximum length of output column.
|
java.lang.String |
name
Name of the output column.
|
boolean |
nullsAllowed
NULL values allowed in underlying RDBMS column.
|
int |
precision
Precision of a numeric output column.
|
int |
scale
Scale of a numeric output column.
|
int |
type
Data type of output column.
|
Constructor and Description |
---|
dbDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
isLargeObject()
Return true if a Binary (BLOB) or Character (CLOB) Large OBject.
|
java.lang.String |
toString() |
public int type
public int dto
public int dtd
public int length
public java.lang.String name
public boolean nullsAllowed
public int precision
public int scale
public int cnl
public int flag
Updated June 17 2024