Skip to content

/AWS1/CL_ODBSCHEDULEDOPDETAILS

The scheduled start and stop times for an Autonomous Database on a specific day of the week.

CONSTRUCTOR

IMPORTING

Required arguments:

io_dayofweek TYPE REF TO /AWS1/CL_ODBDAYOFWEEK /AWS1/CL_ODBDAYOFWEEK

The day of the week on which the scheduled operation occurs.

Optional arguments:

iv_scheduledstarttime TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The scheduled start time for the Autonomous Database, in UTC.

iv_scheduledstoptime TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The scheduled stop time for the Autonomous Database, in UTC.


Queryable Attributes

dayOfWeek

The day of the week on which the scheduled operation occurs.

Accessible with the following methods

Method Description
GET_DAYOFWEEK() Getter for DAYOFWEEK

scheduledStartTime

The scheduled start time for the Autonomous Database, in UTC.

Accessible with the following methods

Method Description
GET_SCHEDULEDSTARTTIME() Getter for SCHEDULEDSTARTTIME, with configurable default
ASK_SCHEDULEDSTARTTIME() Getter for SCHEDULEDSTARTTIME w/ exceptions if field has no
HAS_SCHEDULEDSTARTTIME() Determine if SCHEDULEDSTARTTIME has a value

scheduledStopTime

The scheduled stop time for the Autonomous Database, in UTC.

Accessible with the following methods

Method Description
GET_SCHEDULEDSTOPTIME() Getter for SCHEDULEDSTOPTIME, with configurable default
ASK_SCHEDULEDSTOPTIME() Getter for SCHEDULEDSTOPTIME w/ exceptions if field has no v
HAS_SCHEDULEDSTOPTIME() Determine if SCHEDULEDSTOPTIME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SCHEDULEDOPDETAILSLIST

TYPES TT_SCHEDULEDOPDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBSCHEDULEDOPDETAILS WITH DEFAULT KEY
.