SqlProcessorLoader(StringBuilder sbStatements,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
String filter,
SqlMonitorFactory monitorFactory) |
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,
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,
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.
|
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.
|
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.
|