| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlInputValue.Type |
SqlInputValue.valueType
The type of the input value, please see
SqlInputValue.Type. |
| Modifier and Type | Method and Description |
|---|---|
SqlInputValue.Type |
SqlInputValue.getValueType()
Returns the type of the input value, please see
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.
|
| Constructor and Description |
|---|
SqlInputValue(SqlProcessContext ctx,
SqlInputValue.Type valueType,
Object inputValue,
Object parentInputValue,
SqlInputValue.Code caseConversion,
SqlInputValue.Mode inOutMode,
SqlType type,
String inputName,
String fullInputName,
Boolean inSetOrInsert,
Class<?>... inputValueTypes)
Creates a new instance of this entity.
|
SqlInputValue(SqlProcessContext ctx,
SqlInputValue.Type valueType,
Object inputValue,
Object parentInputValue,
String sequenceOrIdentitySelect,
SqlType type,
String dbIdentityName,
Class<?>... inputValueTypes)
Creates a new instance of this entity.
|
Copyright © 2017. All rights reserved.