Uses of Interface
org.sqlproc.engine.SqlMonitor.Runner

Packages that use SqlMonitor.Runner
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
 

Uses of SqlMonitor.Runner in org.sqlproc.engine
 

Methods in org.sqlproc.engine with parameters of type SqlMonitor.Runner
<E> E
SqlMonitor.run(SqlMonitor.Runner runner, Class<E> resultClass)
          The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and SqlCrudEngine.
<E> List<E>
SqlMonitor.runList(SqlMonitor.Runner runner, Class<E> resultClass)
          The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine.
<E> List<E>
SqlExtendedMonitor.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.
<E> E
SqlExtendedMonitor.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..
 

Uses of SqlMonitor.Runner in org.sqlproc.engine.impl
 

Methods in org.sqlproc.engine.impl with parameters of type SqlMonitor.Runner
<E> E
SqlEmptyMonitor.run(SqlMonitor.Runner runner, Class<E> resultClass)
          The SQLMonitor visitor method called from inside the main execution methods in SqlCrudEngine and SqlCrudEngine.
<E> List<E>
SqlEmptyMonitor.runList(SqlMonitor.Runner runner, Class<E> resultClass)
          The SQLMonitor visitor method called from inside the main execution methods in SqlQueryEngine.
<E> List<E>
SqlEmptyMonitor.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.
<E> E
SqlEmptyMonitor.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..
 



Copyright © 2015. All rights reserved.