Skip to content

/AWS1/CL_DMGDATABASEINSTSOFT00

Describes an inventory database instance for a Fleet Advisor collector.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_engine TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.

iv_engineversion TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.

iv_engineedition TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.

iv_servicepack TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The service pack level of the database.

iv_supportlevel TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The support level of the database, for example Mainstream support.

iv_osarchitecture TYPE /AWS1/DMGINTEGEROPTIONAL /AWS1/DMGINTEGEROPTIONAL

The operating system architecture of the database.

iv_tooltip TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

Information about the database engine software, for example Mainstream support ends on November 14th, 2024.


Queryable Attributes

Engine

The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.

Accessible with the following methods

Method Description
GET_ENGINE() Getter for ENGINE, with configurable default
ASK_ENGINE() Getter for ENGINE w/ exceptions if field has no value
HAS_ENGINE() Determine if ENGINE has a value

EngineVersion

The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.

Accessible with the following methods

Method Description
GET_ENGINEVERSION() Getter for ENGINEVERSION, with configurable default
ASK_ENGINEVERSION() Getter for ENGINEVERSION w/ exceptions if field has no value
HAS_ENGINEVERSION() Determine if ENGINEVERSION has a value

EngineEdition

The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.

Accessible with the following methods

Method Description
GET_ENGINEEDITION() Getter for ENGINEEDITION, with configurable default
ASK_ENGINEEDITION() Getter for ENGINEEDITION w/ exceptions if field has no value
HAS_ENGINEEDITION() Determine if ENGINEEDITION has a value

ServicePack

The service pack level of the database.

Accessible with the following methods

Method Description
GET_SERVICEPACK() Getter for SERVICEPACK, with configurable default
ASK_SERVICEPACK() Getter for SERVICEPACK w/ exceptions if field has no value
HAS_SERVICEPACK() Determine if SERVICEPACK has a value

SupportLevel

The support level of the database, for example Mainstream support.

Accessible with the following methods

Method Description
GET_SUPPORTLEVEL() Getter for SUPPORTLEVEL, with configurable default
ASK_SUPPORTLEVEL() Getter for SUPPORTLEVEL w/ exceptions if field has no value
HAS_SUPPORTLEVEL() Determine if SUPPORTLEVEL has a value

OsArchitecture

The operating system architecture of the database.

Accessible with the following methods

Method Description
GET_OSARCHITECTURE() Getter for OSARCHITECTURE, with configurable default
ASK_OSARCHITECTURE() Getter for OSARCHITECTURE w/ exceptions if field has no valu
HAS_OSARCHITECTURE() Determine if OSARCHITECTURE has a value

Tooltip

Information about the database engine software, for example Mainstream support ends on November 14th, 2024.

Accessible with the following methods

Method Description
GET_TOOLTIP() Getter for TOOLTIP, with configurable default
ASK_TOOLTIP() Getter for TOOLTIP w/ exceptions if field has no value
HAS_TOOLTIP() Determine if TOOLTIP has a value