|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
org.apache.ws.jaxme.sqls.impl.ColumnImpl.TypeImpl
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 |
public ColumnImpl.TypeImpl(java.lang.String pName, int pJDBCType)
Method Detail |
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |