Uses of Interface
org.sqlproc.engine.SqlMonitor.Runner
-
Packages that use SqlMonitor.Runner Package Description 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 Modifier and Type Method Description <E> E
SqlMonitor. run(SqlMonitor.Runner runner, Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods inSqlCrudEngine
andSqlCrudEngine
.<E> List<E>
SqlMonitor. runList(SqlMonitor.Runner runner, Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods inSqlQueryEngine
.<E> List<E>
SqlExtendedMonitor. runListSql(SqlMonitor.Runner runner, Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods inSqlQueryEngine
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 inSqlCrudEngine
andSqlCrudEngine
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 Modifier and Type Method Description <E> E
SqlEmptyMonitor. run(SqlMonitor.Runner runner, Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods inSqlCrudEngine
andSqlCrudEngine
.<E> List<E>
SqlEmptyMonitor. runList(SqlMonitor.Runner runner, Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods inSqlQueryEngine
.<E> List<E>
SqlEmptyMonitor. runListSql(SqlMonitor.Runner runner, Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods inSqlQueryEngine
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 inSqlCrudEngine
andSqlCrudEngine
devoted only to SQL statement execution..
-