Package com.redwood.scheduler.api.database
Scheduler API - Database
Related Documentation
Since 8.0 (M33.0).-
Interface Summary Interface Description DatabaseConnection A Database Connection.DatabaseConnectionBuilder DatabaseErrorLogger A functional interface to allow logging of SQL statements when the execution of them failed, including bind-parameters.DatabaseLogger A functional interface to allow logging of SQL statements before/after executing them, including bind-parameters.ResultSetCallback A callback using aResultSet
Unwrap Unwrap objects to allow the underlying object (not resource managed) to be returned. -
Class Summary Class Description DatabaseConnectionFactory Factory for database connections.Null A null of a given type.OutputParameter An output parameter of a given type.