|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlMetaType | |
|---|---|
| org.sqlproc.engine.impl | |
| Uses of SqlMetaType in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl declared as SqlMetaType | |
|---|---|
private SqlMetaType |
SqlType.metaType
The internal type, which means special processing of the input/output value. |
| Fields in org.sqlproc.engine.impl with type parameters of type SqlMetaType | |
|---|---|
(package private) static java.util.Map<java.lang.Class<?>,SqlMetaType> |
SqlMetaType.classToTypeMap
The map between a Java class types and an internal types. |
(package private) static java.util.Map<java.lang.String,SqlMetaType> |
SqlMetaType.metaToTypeMap
The map between a String representation of an internal types and an internal types. |
| Methods in org.sqlproc.engine.impl that return SqlMetaType | |
|---|---|
(package private) SqlMetaType |
SqlType.getMetaType()
Returns the internal type. |
static SqlMetaType |
SqlMetaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SqlMetaType[] |
SqlMetaType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaType | |
|---|---|
SqlType(SqlMetaType metaType,
org.hibernate.type.Type hibernateType)
Creates a new instance with specified internal and Hibernate types. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||