|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlInputValue.Case | |
|---|---|
| org.sqlproc.engine.impl | |
| Uses of SqlInputValue.Case in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl declared as SqlInputValue.Case | |
|---|---|
private SqlInputValue.Case |
SqlMetaConst.caseConversion
Which conversion should be done on input value. |
private SqlInputValue.Case |
SqlMetaIdent.caseConversion
Which conversion should be done on input value. |
private SqlInputValue.Case |
SqlInputValue.caseConversion
Which conversion should be done on inputValue. |
| Methods in org.sqlproc.engine.impl that return SqlInputValue.Case | |
|---|---|
static SqlInputValue.Case |
SqlInputValue.Case.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SqlInputValue.Case[] |
SqlInputValue.Case.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.Case | |
|---|---|
SqlInputValue(java.lang.Object inputValue,
SqlInputValue.Case caseConversion,
SqlType type)
Creates a new instance of this entity. |
|
SqlMetaConst(SqlInputValue.Case caseConversion)
Creates a new instance of this entity. |
|
SqlMetaConst(SqlInputValue.Case caseConversion,
boolean not)
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)
Creates a new instance of this entity. |
|
SqlMetaIdent(SqlInputValue.Case caseConversion,
boolean not)
Creates a new instance of this entity. |
|
SqlMetaIdent(SqlInputValue.Case caseConversion,
boolean not,
SqlType type)
Creates a new instance of this entity. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||