public static interface SqlMonitor.Runner
SqlQueryEngine and SqlCrudEngine main public methods. An
anonymous instance of this interface is used to encapsulate the SQL Processor application logic, and as a
parameter is propagated to the SQLMonitor instance. This gives the SQLMonitor the opportunity to surround the SQL
Processor execution with a duration tracking code.| Modifier and Type | Method and Description |
|---|---|
Object |
run()
The main contract, which is invoked from inside SQLMonitor
|
Object run() throws SqlProcessorException
SqlProcessorExceptionCopyright © 2018. All rights reserved.