org.orbroker

callback

package callback

Broker execution callback.

Visibility
  1. Public
  2. All

Type Members

  1. trait AfterExecLoggingCallback extends SQLLoggingCallback

    Log SQL after execution along with execution time in milliseconds.

  2. trait ExecutionCallback extends AnyRef

    Notification callback when executing SQL.

  3. trait FullLoggingCallback extends SQLLoggingCallback

    Log both before and after execution of all SQL statements.

  4. trait IgnoreWarnings extends ExecutionCallback

    Ignore certain warnings.

  5. class JDKLoggingCallback extends ExecutionCallback with WarningLoggingCallback with SQLLoggingCallback

    Callback for logging to the JDK logger.

  6. class MultiProxyCallback extends ExecutionCallback

    Callback to serve as proxy for multiple callbacks.

  7. class NoOpCallback extends ExecutionCallback

    NoOp callback.

  8. trait SQLLoggingCallback extends ExecutionCallback

  9. class ScalaLoggedCallback extends ExecutionCallback with WarningLoggingCallback with SQLLoggingCallback

    Callback for logging to scala.util.logging.Logged.

  10. trait TimedSQLCallback extends ExecutionCallback

    Limit callback to slow execution.

  11. trait WarningLoggingCallback extends ExecutionCallback

    Log all warnings.

Value Members

  1. object LoggingCallback extends AnyRef