| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlProcessor |
SqlProcessor.getInstance(StringBuilder sbStatements,
SqlTypeFactory typeFactory,
Map<String,Object> defaultFeatures,
Set<String> onlyStatements,
String... filters)
Simple factory method (design pattern).
|
SqlProcessor |
SqlProcessorParser.parse2(SqlTypeFactory _typeFactory,
Map<String,Object> defaultFeatures,
Set<String> onlyStatements,
String[] filters) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
SqlProcessorParser.add(SqlProcessor processor,
String type,
String name,
SqlMappingRule mapping,
List<String> activeFilters,
String... filters) |
(package private) boolean |
SqlProcessorParser.add(SqlProcessor processor,
String type,
String name,
SqlMetaStatement statement,
List<String> activeFilters,
String... filters) |
(package private) boolean |
SqlProcessorParser.add(SqlProcessor processor,
String type,
String name,
String feature,
List<String> activeFilters,
String... filters) |
Copyright © 2014. All Rights Reserved.