|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlType | |
|---|---|
| org.sqlproc.engine.impl | |
| Uses of SqlType in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl declared as SqlType | |
|---|---|
private SqlType |
SqlMetaConst.sqlType
The type of this input value. |
private SqlType |
SqlMetaIdent.sqlType
The type of this input value. |
private SqlType |
SqlMappingItem.sqlType
The type of an attribute in the result class and/or the database column type. |
private SqlType |
SqlInputValue.type
Dynamic input value type. |
| Methods in org.sqlproc.engine.impl that return SqlType | |
|---|---|
(package private) SqlType |
SqlMetaConst.getSqlType()
Returns the type of this input value. |
(package private) SqlType |
SqlMetaIdent.getSqlType()
Returns the type of this input value. |
| Constructors in org.sqlproc.engine.impl with parameters of type SqlType | |
|---|---|
SqlInputValue(java.lang.Object inputValue,
SqlInputValue.Case caseConversion,
SqlType type)
Creates a new instance of this entity. |
|
SqlMetaConst(SqlInputValue.Case caseConversion,
boolean not,
SqlType type)
Creates a new instance of this entity. |
|
SqlMetaIdent(SqlInputValue.Case caseConversion,
boolean not,
SqlType type)
Creates a new instance of this entity. |
|
SqlType(java.lang.String sMetaType,
SqlType previousType)
Creates a new instance with specified internal type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||