|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--vortex.dbDescriptor
RDBMS data descriptors. After a fetch() is performed all the output columns will be described in these objects. Use dbCursor.numOutputCols() and dbCursor.getColDesc() to access a dbDescriptor.
Because all numeric data is retrieved in the network independent dbNumber format precision and scale can be used to determine the original numeric type.
| Field Summary | |
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 Summary | |
dbDescriptor()
|
|
| Method Summary | |
boolean |
isLargeObject()
Return true if a Binary (BLOB) or Character (CLOB) Large OBject. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
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
| Constructor Detail |
public dbDescriptor()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLargeObject()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||