|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sqlproc.engine.impl.type.SqlMetaType
org.sqlproc.engine.impl.type.SqlGenericType
org.sqlproc.engine.impl.type.SqlDoubleType
public class SqlDoubleType
The SQL META Types for DOUBLE.
| Field Summary |
|---|
| Fields inherited from class org.sqlproc.engine.impl.type.SqlMetaType |
|---|
CLASS_TO_TYPE_MAP, DEFAULT, ENUM_INT, ENUM_STRING, logger, META_TO_TYPE_MAP, TYPES |
| Constructor Summary | |
|---|---|
SqlDoubleType()
|
|
| Method Summary | |
|---|---|
java.lang.Class<?>[] |
getClassTypes()
The list of Java class type; |
org.hibernate.type.Type |
getHibernateType()
The Hibernate type. |
java.lang.String[] |
getMetaTypes()
The list of String representation of the internal types, which means special processing of the input/output value. |
| Methods inherited from class org.sqlproc.engine.impl.type.SqlGenericType |
|---|
setParameter, setResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlDoubleType()
| Method Detail |
|---|
public org.hibernate.type.Type getHibernateType()
getHibernateType in class SqlGenericTypepublic java.lang.Class<?>[] getClassTypes()
getClassTypes in class SqlGenericTypepublic java.lang.String[] getMetaTypes()
getMetaTypes in class SqlGenericType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||