|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlEngineFactory
The factory definition, which can be used to construct the SqlEngine
instances.
The factory can be based on Spring DI framework for example.
For more info please see the Tutorials.
Method Summary | |
---|---|
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). |
Method Detail |
---|
SqlQueryEngine getQueryEngine(String name)
name
- the name of the required SQL Query Engine instance
SqlCrudEngine getCrudEngine(String name)
name
- the name of the required SQL CRUD Engine instance
SqlProcedureEngine getProcedureEngine(String name)
name
- the name of the required SQL Procedure Engine instance
SqlQueryEngine getCheckedQueryEngine(String name) throws SqlEngineException
name
- the name of the required SQL Query Engine instance
SqlEngineException
- in the case the related statement is missingSqlCrudEngine getCheckedCrudEngine(String name)
name
- the name of the required SQL CRUD Engine instance
SqlEngineException
- in the case the related statement is missingSqlProcedureEngine getCheckedProcedureEngine(String name)
name
- the name of the required SQL Procedure Engine instance
SqlEngineException
- in the case the related statement is missing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |