Uses of Enum Class
org.sqlproc.engine.impl.SqlInputValue.Mode
Packages that use SqlInputValue.Mode
-
Uses of SqlInputValue.Mode in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlInputValue.ModeModifier and TypeFieldDescriptionprivate SqlInputValue.Mode
SqlInputValue.inOutMode
Which mode of callable statement parameter it is.private SqlInputValue.Mode
SqlMetaIdent.inOutMode
Which mode of callable statement parameter it is.Methods in org.sqlproc.engine.impl that return SqlInputValue.ModeModifier and TypeMethodDescriptionstatic SqlInputValue.Mode
Returns the enum constant of this class with the specified name.static SqlInputValue.Mode[]
SqlInputValue.Mode.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.ModeModifierConstructorDescription(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)
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.