Uses of Class
org.sqlproc.engine.impl.SqlInputValue.Type

Packages that use SqlInputValue.Type
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
private  SqlInputValue.Type SqlInputValue.valueType
          The type of the input value, please see SqlInputValue.Type.
 

Methods in org.sqlproc.engine.impl that return SqlInputValue.Type
 SqlInputValue.Type SqlInputValue.getValueType()
          Returns the type of the input value, please see SqlInputValue.Type.
static SqlInputValue.Type SqlInputValue.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
SqlInputValue(SqlProcessContext ctx, SqlInputValue.Type valueType, Object inputValue, Object parentInputValue, Class<?> inputValueType, SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode, SqlType type, String inputName, String fullInputName)
          Creates a new instance of this entity.
SqlInputValue(SqlProcessContext ctx, SqlInputValue.Type valueType, Object inputValue, Object parentInputValue, Class<?> inputValueType, String sequenceOrIdentitySelect, SqlType type, String dbIdentityName)
          Creates a new instance of this entity.
 



Copyright © 2015. All rights reserved.