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.
|
SqlMetaConst(SqlInputValue.Code caseConversion) |
Creates a new instance of this entity.
|
SqlMetaConst(SqlInputValue.Code caseConversion,
boolean not) |
Creates a new instance of this entity.
|
SqlMetaConst(SqlInputValue.Code caseConversion,
boolean not,
SqlType type) |
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.
|
SqlMetaOperator(SqlInputValue.Code caseConversion) |
Creates a new instance of this entity.
|
SqlMetaOperator(SqlInputValue.Code caseConversion,
boolean not) |
Creates a new instance of this entity.
|
SqlMetaOperator(SqlInputValue.Code caseConversion,
boolean not,
SqlType type) |
Creates a new instance of this entity.
|