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

Packages that use SqlInputValue.Mode
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
 

Uses of SqlInputValue.Mode in org.sqlproc.engine.impl
 

Fields in org.sqlproc.engine.impl declared as SqlInputValue.Mode
private  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.Mode
static SqlInputValue.Mode SqlInputValue.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SqlInputValue.Mode[] SqlInputValue.Mode.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.Mode
SqlInputValue(SqlInputValue.Type valueType, Object inputValue, Object parentInputValue, Class<?> inputValueType, SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode, SqlType type)
          Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode)
          Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode, boolean not)
          Creates a new instance of this entity.
SqlMetaIdent(SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode, boolean not, SqlType type)
          Creates a new instance of this entity.
 



Copyright © 2013. All Rights Reserved.