Skip to content

/AWS1/CL_ODBDATABASETOOL

Information about a database management tool for an Autonomous Database.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_isenabled TYPE /AWS1/ODBBOOLEAN /AWS1/ODBBOOLEAN

Indicates whether the database management tool is enabled.

iv_name TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The name of the database management tool.

iv_computecount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The compute capacity allocated to the database management tool.

iv_maxidletimeinminutes TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER

The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.


Queryable Attributes

isEnabled

Indicates whether the database management tool is enabled.

Accessible with the following methods

Method Description
GET_ISENABLED() Getter for ISENABLED, with configurable default
ASK_ISENABLED() Getter for ISENABLED w/ exceptions if field has no value
HAS_ISENABLED() Determine if ISENABLED has a value

name

The name of the database management tool.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

computeCount

The compute capacity allocated to the database management tool.

Accessible with the following methods

Method Description
GET_COMPUTECOUNT() Getter for COMPUTECOUNT, with configurable default
ASK_COMPUTECOUNT() Getter for COMPUTECOUNT w/ exceptions if field has no value
STR_COMPUTECOUNT() String format for COMPUTECOUNT, with configurable default
HAS_COMPUTECOUNT() Determine if COMPUTECOUNT has a value

maxIdleTimeInMinutes

The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.

Accessible with the following methods

Method Description
GET_MAXIDLETIMEINMINUTES() Getter for MAXIDLETIMEINMINUTES, with configurable default
ASK_MAXIDLETIMEINMINUTES() Getter for MAXIDLETIMEINMINUTES w/ exceptions if field has n
HAS_MAXIDLETIMEINMINUTES() Determine if MAXIDLETIMEINMINUTES 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_DATABASETOOLLIST

TYPES TT_DATABASETOOLLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBDATABASETOOL WITH DEFAULT KEY
.