| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlCrudEngine |
SqlDefaultFactory.getCheckedCrudEngine(String name)
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlEngineFactory.getCheckedCrudEngine(String name)
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlDefaultFactory.getCheckedStaticCrudEngine(String name)
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlEngineFactory.getCheckedStaticCrudEngine(String name)
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlDefaultFactory.getCrudEngine(String name)
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlEngineFactory.getCrudEngine(String name)
Returns the named static or dynamic SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlDefaultFactory.getDynamicCrudEngine(String name,
String sqlStatement)
Returns the named dynamic SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlEngineFactory.getDynamicCrudEngine(String name,
String sqlStatement)
Returns the named dynamic SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlDefaultFactory.getStaticCrudEngine(String name)
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlEngineFactory.getStaticCrudEngine(String name)
Returns the named static SQL CRUD Engine instance (the primary SQL Processor class).
|
Copyright © 2017. All rights reserved.