| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlType |
SqlMetaIdent.sqlType
The type of this input value.
|
private SqlType |
SqlMetaConst.sqlType
The type of this input value.
|
private SqlType |
SqlMappingItem.sqlType
The (META) type of an attribute in the result class and/or the database column type.
|
private SqlType |
SqlInputValue.type
The input value META type.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) SqlType |
SqlMetaIdent.getSqlType()
Returns the type of this input value.
|
(package private) SqlType |
SqlMetaConst.getSqlType()
Returns the type of this input value.
|
(package private) SqlType |
SqlMappingItem.getSqlType()
Returns the internal type of an attribute in the result class.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SqlMappingItem.setSqlType(SqlType sqlType)
Sets the internal type of an attribute in the result class.
|
| Constructor and Description |
|---|
SqlInputValue(SqlProcessContext ctx,
SqlInputValue.Type valueType,
Object inputValue,
Object parentInputValue,
Class<?> inputValueType,
SqlInputValue.Code caseConversion,
SqlInputValue.Mode inOutMode,
SqlType type,
String inputName,
String fullInputName)
Creates a new instance of this entity.
|
SqlInputValue(SqlProcessContext ctx,
SqlInputValue.Type valueType,
Object inputValue,
Object parentInputValue,
Class<?> inputValueType,
String sequenceOrIdentitySelect,
SqlType type,
String dbIdentityName)
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 © 2016. All rights reserved.