| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<String,SqlMappingIdentity> |
SqlMappingResult.identities
The collection of identities related to all output columns.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlUtils.getIdsKey(Object[] resultValues,
Map<String,SqlMappingIdentity> identities,
String fullName) |
(package private) void |
SqlMappingItem.setQueryResultData(SqlProcessContext ctx,
Object resultInstance,
int resultIndex,
Object[] resultValues,
Map<String,Object> ids,
Map<String,Object> idsProcessed,
Map<String,SqlMappingIdentity> identities,
Map<String,Class<?>> moreResultClasses)
Initializes the attribute of the result class with the output value from the SQL query execution.
|
Copyright © 2018. All rights reserved.