public class ColumnInformationImpl extends java.lang.Object implements ColumnInformation
| Constructor and Description |
|---|
ColumnInformationImpl(TableInformation containingTableInformation,
Identifier columnIdentifier,
int typeCode,
java.lang.String typeName,
int columnSize,
int decimalDigits,
TruthValue nullable) |
| 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.
|
java.lang.String |
getTypeName()
The database specific type name.
|
java.lang.String |
toString() |
public ColumnInformationImpl(TableInformation containingTableInformation, Identifier columnIdentifier, int typeCode, java.lang.String typeName, int columnSize, int decimalDigits, TruthValue nullable)
public TableInformation getContainingTableInformation()
ColumnInformationgetContainingTableInformation in interface ColumnInformationpublic Identifier getColumnIdentifier()
ColumnInformationgetColumnIdentifier in interface ColumnInformationpublic int getTypeCode()
ColumnInformationgetTypeCode in interface ColumnInformationpublic java.lang.String getTypeName()
ColumnInformationgetTypeName in interface ColumnInformationpublic int getColumnSize()
ColumnInformationgetColumnSize in interface ColumnInformationpublic int getDecimalDigits()
ColumnInformationgetDecimalDigits in interface ColumnInformationpublic TruthValue getNullable()
ColumnInformationgetNullable in interface ColumnInformationpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.