Uses of Enum Class
org.sqlproc.engine.impl.SqlInputValue.Type
Packages that use SqlInputValue.Type
-
Uses of SqlInputValue.Type in org.sqlproc.engine.impl
Subclasses with type arguments of type SqlInputValue.Type in org.sqlproc.engine.implModifier and TypeClassDescription(package private) static enumEnumeration for the type of input value.Fields in org.sqlproc.engine.impl declared as SqlInputValue.TypeModifier and TypeFieldDescriptionprivate SqlInputValue.TypeSqlInputValue.valueTypeThe type of the input value, please seeSqlInputValue.Type.Methods in org.sqlproc.engine.impl that return SqlInputValue.TypeModifier and TypeMethodDescriptionSqlInputValue.getValueType()Returns the type of the input value, please seeSqlInputValue.Type.static SqlInputValue.TypeReturns the enum constant of this class with the specified name.static SqlInputValue.Type[]SqlInputValue.Type.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.TypeModifierConstructorDescription(package private)SqlInputValue(SqlProcessContext ctx, SqlInputValue.Type valueType, Object inputValue, Object parentInputValue, String sequenceOrIdentitySelect, SqlType type, String dbIdentityName, Class<?>... inputValueTypes) Creates a new instance of this entity.(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.