|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlInputValue.Type | |
|---|---|
| org.sqlproc.engine.impl | The private part of the SQL Processor implementation. |
| Uses of SqlInputValue.Type in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl declared as SqlInputValue.Type | |
|---|---|
private SqlInputValue.Type |
SqlInputValue.valueType
The type of the input value, please see SqlInputValue.Type. |
| Methods in org.sqlproc.engine.impl that return SqlInputValue.Type | |
|---|---|
static SqlInputValue.Type |
SqlInputValue.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SqlInputValue.Type[] |
SqlInputValue.Type.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 SqlInputValue.Type | |
|---|---|
SqlInputValue(SqlInputValue.Type valueType,
Object inputValue,
Object parentInputValue,
Class<?> inputValueType,
SqlInputValue.Code caseConversion,
SqlInputValue.Mode inOutMode,
SqlType type)
Creates a new instance of this entity. |
|
SqlInputValue(SqlInputValue.Type valueType,
Object inputValue,
Object parentInputValue,
Class<?> inputValueType,
String sequenceOrIdentitySelect,
SqlType type)
Creates a new instance of this entity. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||