public interface SqlEngineFactory
SqlEngine
instances.
The factory can be based on Spring DI framework for example.
For more info please see the Tutorials.
Modifier and Type | Method and Description |
---|---|
SqlCrudEngine |
getCheckedCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlProcedureEngine |
getCheckedProcedureEngine(String name)
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
|
SqlQueryEngine |
getCheckedQueryEngine(String name)
Returns the named SQL Query Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
getCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlProcedureEngine |
getProcedureEngine(String name)
Returns the named SQL Procedure Engine instance (the primary SQL Processor class).
|
SqlQueryEngine |
getQueryEngine(String name)
Returns the named SQL Query Engine instance (the primary SQL Processor class).
|
SqlQueryEngine getQueryEngine(String name)
name
- the name of the required SQL Query Engine instanceSqlCrudEngine getCrudEngine(String name)
name
- the name of the required SQL CRUD Engine instanceSqlProcedureEngine getProcedureEngine(String name)
name
- the name of the required SQL Procedure Engine instanceSqlQueryEngine getCheckedQueryEngine(String name) throws SqlEngineException
name
- the name of the required SQL Query Engine instanceSqlEngineException
- in the case the related statement is missingSqlCrudEngine getCheckedCrudEngine(String name)
name
- the name of the required SQL CRUD Engine instanceSqlEngineException
- in the case the related statement is missingSqlProcedureEngine getCheckedProcedureEngine(String name)
name
- the name of the required SQL Procedure Engine instanceSqlEngineException
- in the case the related statement is missingCopyright © 2014. All Rights Reserved.