Uses of Class
org.sqlproc.engine.impl.SqlInputValue.Type
-
Packages that use SqlInputValue.Type Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlInputValue.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlInputValue.Type Modifier and Type Field Description private SqlInputValue.TypeSqlInputValue. valueTypeThe type of the input value, please seeSqlInputValue.Type.Methods in org.sqlproc.engine.impl that return SqlInputValue.Type Modifier and Type Method Description SqlInputValue.TypeSqlInputValue. getValueType()Returns the type of the input value, please seeSqlInputValue.Type.static SqlInputValue.TypeSqlInputValue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlInputValue.Type[]SqlInputValue.Type. 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.Type Constructor Description 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.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.
-