Uses of Class
org.sqlproc.engine.impl.SqlType

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

Uses of SqlType in org.sqlproc.engine.impl
 

Fields in org.sqlproc.engine.impl declared as SqlType
private  SqlType SqlMappingItem.sqlType
          The (META) type of an attribute in the result class and/or the database column type.
private  SqlType SqlMetaConst.sqlType
          The type of this input value.
private  SqlType SqlMetaIdent.sqlType
          The type of this input value.
private  SqlType SqlInputValue.type
          The input value META type.
 

Methods in org.sqlproc.engine.impl that return SqlType
(package private)  SqlType SqlMappingItem.getSqlType()
          Returns the internal type of an attribute in the result class.
(package private)  SqlType SqlMetaConst.getSqlType()
          Returns the type of this input value.
(package private)  SqlType SqlMetaIdent.getSqlType()
          Returns the type of this input value.
 

Methods in org.sqlproc.engine.impl with parameters of type SqlType
(package private)  void SqlMappingItem.setSqlType(SqlType sqlType)
          Sets the internal type of an attribute in the result class.
 

Constructors in org.sqlproc.engine.impl with parameters of type SqlType
SqlInputValue(SqlInputValue.Type valueType, Object inputValue, Object parentInputValue, Class<?> inputValueType, SqlInputValue.Code caseConversion, SqlInputValue.Mode inOutMode, SqlType type, String inputName)
          Creates a new instance of this entity.
SqlInputValue(SqlInputValue.Type valueType, Object inputValue, Object parentInputValue, Class<?> inputValueType, String sequenceOrIdentitySelect, SqlType type)
          Creates a new instance of this entity.
SqlMetaConst(SqlInputValue.Code caseConversion, boolean not, SqlType type)
          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.
SqlMetaOperator(SqlInputValue.Code caseConversion, boolean not, SqlType type)
          Creates a new instance of this entity.
 



Copyright © 2013. All Rights Reserved.