| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlMappingResult |
SqlQueryEngine.QueryExecutor.mappingResult |
| Modifier and Type | Method and Description |
|---|---|
private <E> List<E> |
SqlProcedureEngine.callQuery(SqlQuery query,
SqlMappingResult mappingResult,
Class<E> resultClass)
Internal callQuery implementation
|
private <E> E |
SqlCrudEngine.get(SqlQuery query,
SqlMappingResult mappingResult,
Class<E> resultClass,
SqlControl sqlControl)
Internal get implementation
|
| Modifier and Type | Method and Description |
|---|---|
static SqlMappingResult |
SqlMappingRule.merge(SqlMappingRule mapping,
SqlProcessResult processResult)
Merge mapping rule for one META SQL query based on SqlMapping.g and SqlStatement.g.
|
Copyright © 2016. All rights reserved.