public static class ColumnImpl.TypeImpl extends SQLFactoryImpl.IdentImpl implements Column.Type
| Constructor and Description |
|---|
ColumnImpl.TypeImpl(java.lang.String pName,
int pJDBCType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getJDBCType()
Returns the types JDBC type.
|
equals, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamepublic ColumnImpl.TypeImpl(java.lang.String pName,
int pJDBCType)
public int getJDBCType()
Column.TypeReturns the types JDBC type. The JDBC type is a constant,
as specified by Types.
getJDBCType in interface Column.Type