org.apache.ws.jaxme.sqls.impl
Class ColumnImpl.TypeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
      extended by org.apache.ws.jaxme.sqls.impl.ColumnImpl.TypeImpl
All Implemented Interfaces:
java.io.Serializable, Column.Type, SQLFactory.Ident
Enclosing class:
ColumnImpl

public static class ColumnImpl.TypeImpl
extends SQLFactoryImpl.IdentImpl
implements Column.Type

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ws.jaxme.sqls.Column.Type
BIGINT, BINARY, BIT, BLOB, CHAR, CLOB, DATE, DOUBLE, FLOAT, INTEGER, OTHER, SMALLINT, TIME, TIMESTAMP, TINYINT, VARBINARY, VARCHAR
 
Constructor Summary
ColumnImpl.TypeImpl(java.lang.String pName, int pJDBCType)
           
 
Method Summary
 int getJDBCType()
          Returns the types JDBC type.
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.Column.Type
getName
 

Constructor Detail

ColumnImpl.TypeImpl

public ColumnImpl.TypeImpl(java.lang.String pName,
                           int pJDBCType)
Method Detail

getJDBCType

public int getJDBCType()
Description copied from interface: Column.Type

Returns the types JDBC type. The JDBC type is a constant, as specified by Types.

Specified by:
getJDBCType in interface Column.Type