|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
static boolean |
SqlUtils.isEmpty(Object obj,
SqlType sqlType,
boolean inSqlSetOrInsert)
|
static boolean |
SqlUtils.isTrue(Object obj,
SqlType 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,
Class<?> inputValueType,
SqlInputValue.Case caseConversion,
SqlType type)
Creates a new instance of this entity. |
|
SqlInputValue(SqlInputValue.Type valueType,
Object inputValue,
Class<?> inputValueType,
String sequenceOrIdentitySelect,
SqlType type)
Creates a new instance of this entity. |
|
SqlMetaConst(SqlInputValue.Case caseConversion,
boolean not,
SqlType type)
Creates a new instance of this entity. |
|
SqlMetaIdent(SqlInputValue.Case caseConversion,
boolean not,
SqlType type)
Creates a new instance of this entity. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||