|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlproc.engine.impl.SqlEmptyMonitor
public class SqlEmptyMonitor
The empty implementation of SqlMonitor
interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.sqlproc.engine.SqlMonitor |
---|
SqlMonitor.Runner |
Constructor Summary | |
---|---|
SqlEmptyMonitor()
|
Method Summary | ||
---|---|---|
|
run(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and
SqlCrudEngine . |
|
|
runList(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine . |
|
|
runListSql(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine devoted
only to SQL statement execution. |
|
|
runSql(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and
SqlCrudEngine devoted only to SQL statement execution.. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlEmptyMonitor()
Method Detail |
---|
public <E> List<E> runList(SqlMonitor.Runner runner, Class<E> resultClass)
SqlQueryEngine
.
runList
in interface SqlMonitor
runner
- the anonymous instance of SqlMonitor.Runner
, which encapsulates the query executionresultClass
- the class used for the return values of the query execution output
public <E> E run(SqlMonitor.Runner runner, Class<E> resultClass)
SqlCrudEngine
and
SqlCrudEngine
.
run
in interface SqlMonitor
runner
- the anonymous instance of SqlMonitor.Runner
, which encapsulates the query executionresultClass
- the class used for the return value of the query execution output
public <E> List<E> runListSql(SqlMonitor.Runner runner, Class<E> resultClass)
SqlQueryEngine
devoted
only to SQL statement execution.
runListSql
in interface SqlExtendedMonitor
runner
- the anonymous instance of SqlMonitor.Runner
, which encapsulates the query executionresultClass
- the class used for the return values of the query execution output
public <E> E runSql(SqlMonitor.Runner runner, Class<E> resultClass)
SqlCrudEngine
and
SqlCrudEngine
devoted only to SQL statement execution..
runSql
in interface SqlExtendedMonitor
runner
- the anonymous instance of SqlMonitor.Runner
, which encapsulates the query executionresultClass
- the class used for the return value of the query execution output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |