Uses of Class
org.sqlproc.engine.impl.SqlType
-
Packages that use SqlType Package Description 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 Modifier and Type Field Description private SqlTypeSqlMappingItem. sqlTypeThe (META) type of an attribute in the result class and/or the database column type.private SqlTypeSqlMetaConst. sqlTypeThe type of this input value.private SqlTypeSqlMetaIdent. sqlTypeThe type of this input value.private SqlTypeSqlInputValue. typeThe input value META type.Methods in org.sqlproc.engine.impl that return SqlType Modifier and Type Method Description (package private) SqlTypeSqlMappingItem. getSqlType()Returns the internal type of an attribute in the result class.(package private) SqlTypeSqlMetaConst. getSqlType()Returns the type of this input value.(package private) SqlTypeSqlMetaIdent. getSqlType()Returns the type of this input value.Methods in org.sqlproc.engine.impl with parameters of type SqlType Modifier and Type Method Description (package private) voidSqlMappingItem. 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 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.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.
-