| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlInputValue.Mode |
SqlMetaIdent.inOutMode
Which mode of callable statement parameter it is.
|
private SqlInputValue.Mode |
SqlInputValue.inOutMode
Which mode of callable statement parameter it is.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlInputValue.Mode |
SqlInputValue.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlInputValue.Mode[] |
SqlInputValue.Mode.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.
|
SqlMetaIdent(SqlInputValue.Code caseConversion,
SqlInputValue.Mode inOutMode)
Creates a new instance of this entity.
|
SqlMetaIdent(SqlInputValue.Code caseConversion,
SqlInputValue.Mode inOutMode,
boolean not)
Creates a new instance of this entity.
|
SqlMetaIdent(SqlInputValue.Code caseConversion,
SqlInputValue.Mode inOutMode,
boolean not,
SqlType type)
Creates a new instance of this entity.
|
Copyright © 2016. All rights reserved.