public interface ColumnInformation
| Modifier and Type | Method and Description | 
|---|---|
Identifier | 
getColumnIdentifier()
The simple (not qualified) column name. 
 | 
int | 
getColumnSize()
The column size (length). 
 | 
TableInformation | 
getContainingTableInformation()
Access to the containing table. 
 | 
int | 
getDecimalDigits()
The precision, for numeric types 
 | 
TruthValue | 
getNullable()
Is the column nullable. 
 | 
int | 
getTypeCode()
The JDBC type-code. 
 | 
String | 
getTypeName()
The database specific type name. 
 | 
TableInformation getContainingTableInformation()
Identifier getColumnIdentifier()
TruthValue getNullable()
int getTypeCode()
String getTypeName()
int getColumnSize()
int getDecimalDigits()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.