Uses of Enum Class
org.sqlproc.engine.impl.SqlInputValue.Code
Packages that use SqlInputValue.Code
-
Uses of SqlInputValue.Code in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlInputValue.CodeModifier and TypeFieldDescriptionprivate SqlInputValue.Code
SqlInputValue.caseConversion
Which conversion should be done on inputValue.private SqlInputValue.Code
SqlMetaConst.caseConversion
Which conversion should be done on input value.private SqlInputValue.Code
SqlMetaIdent.caseConversion
Which conversion should be done on input value.Methods in org.sqlproc.engine.impl that return SqlInputValue.CodeModifier and TypeMethodDescriptionstatic SqlInputValue.Code
Returns the enum constant of this class with the specified name.static SqlInputValue.Code[]
SqlInputValue.Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlproc.engine.impl with parameters of type SqlInputValue.CodeModifierConstructorDescription(package private)
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.(package private)
SqlMetaConst
(SqlInputValue.Code caseConversion) Creates a new instance of this entity.(package private)
SqlMetaConst
(SqlInputValue.Code caseConversion, boolean not) Creates a new instance of this entity.(package private)
SqlMetaConst
(SqlInputValue.Code caseConversion, boolean not, SqlType type) Creates a new instance of this entity.(package private)
SqlMetaIdent
(SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode) Creates a new instance of this entity.(package private)
SqlMetaIdent
(SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode, boolean not) Creates a new instance of this entity.(package private)
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.