| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlCrudEngine |
SqlEngineFactory.getCheckedCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlProcessorLoader.getCheckedCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlSimpleFactory.getCheckedCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlEngineFactory.getCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlProcessorLoader.getCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
SqlCrudEngine |
SqlSimpleFactory.getCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
private SqlCrudEngine |
SqlProcessorLoader.getCrudEngine(String name,
StringBuilder errors)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class).
|
Copyright © 2014. All Rights Reserved.