SqlCrudEngine(String name,
String statement,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlCrudEngine from one META SQL statement string.
|
SqlCrudEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
|
SqlCrudEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
SqlEngineConfiguration configuration) |
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
|
SqlCrudEngine(String name,
SqlMetaStatement statement,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlCrudEngine from one META SQL statement instance.
|
SqlEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
SqlEngineConfiguration configuration) |
Creates a new instance of the SqlEngine from one META SQL statement and one SQL Mapping rule instance.
|
SqlProcedureEngine(String name,
String statement,
String mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement string
and one SQL Mapping rule string.
|
SqlProcedureEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one
SQL mapping rule instances.
|
SqlProcedureEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
SqlEngineConfiguration configuration) |
Creates a new instance of the SqlProcedureEngine from one stored procedure execution META SQL statement and one
SQL mapping rule instances.
|
SqlQueryEngine(String name,
String statement,
String mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlQueryEngine from one META SQL statement string and one SQL Mapping rule string.
|
SqlQueryEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory) |
Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
|
SqlQueryEngine(String name,
SqlMetaStatement statement,
SqlMappingRule mapping,
SqlMonitor monitor,
Map<String,Object> features,
SqlTypeFactory typeFactory,
SqlPluginFactory pluginFactory,
SqlEngineConfiguration configuration) |
Creates a new instance of the SqlQueryEngine from one META SQL statement and one SQL mapping rule instances.
|