| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlValidatorFactory |
SqlDefaultFactory.validatorFactory
The validator factory used in the process of the SQL Monitor instances creation.
|
private SqlValidatorFactory |
SqlProcessorLoader.validatorFactory
The validator factory used in the process of the SQL Monitor instances creation
|
| Modifier and Type | Method and Description |
|---|---|
SqlValidatorFactory |
SqlDefaultFactory.getValidatorFactory()
Returns the validator factory used in the process of the SQL Monitor instances creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlDefaultFactory.setValidatorFactory(SqlValidatorFactory validatorFactory)
Sets the validator factory used in the process of the SQL Monitor instances creation.
|
| Constructor and Description |
|---|
SqlProcessorLoader(StringBuilder sbStatements,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
String filter,
SqlMonitorFactory monitorFactory,
SqlValidatorFactory validatorFactory,
List<SqlMetaType> customTypes,
SqlEngineConfiguration configuration,
String... onlyStatements)
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a
collection of the META SQL statements, mapping rules and optional features.
|
SqlProcessorLoader(StringBuilder sbStatements,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
String filter,
SqlMonitorFactory monitorFactory,
SqlValidatorFactory validatorFactory,
List<SqlMetaType> customTypes,
String... onlyStatements)
Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a
collection of the META SQL statements, mapping rules and optional features.
|
Copyright © 2016. All rights reserved.