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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName
public ColumnImpl.TypeImpl(java.lang.String pName, int pJDBCType)
public int getJDBCType()
Column.Type
Returns the types JDBC type. The JDBC type is a constant,
as specified by Types
.
getJDBCType
in interface Column.Type