Uses of Interface
com.redwood.scheduler.api.model.OracleConnection
-
Packages that use OracleConnection Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of OracleConnection in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type OracleConnection Modifier and Type Field Description static QueryObjectType<OracleConnection>
OracleConnection. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return OracleConnection Modifier and Type Method Description OracleConnection
SchedulerSession. createOracleConnection()
Return a new instance of OracleConnection.OracleConnection
SchedulerSession. getOracleConnectionByUniqueId(Long uniqueId)
Get theOracleConnection
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type OracleConnection Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(OracleConnection theOracleConnection)
void
ConcreteObjectCallback. handle(OracleConnection theOracleConnection)
-