Uses of Class
org.sqlproc.engine.impl.SqlType
Packages that use SqlType
-
Uses of SqlType in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlTypeModifier and TypeFieldDescriptionprivate 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 SqlTypeModifier and TypeMethodDescription(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 SqlTypeModifier and TypeMethodDescription(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 SqlTypeModifierConstructorDescription(package private)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.(package private)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.(package private)SqlMetaConst(SqlInputValue.Code caseConversion, boolean not, SqlType type) Creates a new instance of this entity.(package private)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.