Skip to content

/AWS1/CL_DBRDATABASEOUTPUT

Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_GLUECONNECTIONNAME TYPE /AWS1/DBRGLUECONNECTIONNAME /AWS1/DBRGLUECONNECTIONNAME

The Glue connection that stores the connection information for the target database.

IO_DATABASEOPTIONS TYPE REF TO /AWS1/CL_DBRDATABASETBLOUTOPTS /AWS1/CL_DBRDATABASETBLOUTOPTS

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

Optional arguments:

IV_DATABASEOUTPUTMODE TYPE /AWS1/DBRDATABASEOUTPUTMODE /AWS1/DBRDATABASEOUTPUTMODE

The output mode to write into the database. Currently supported option: NEW_TABLE.


Queryable Attributes

GlueConnectionName

The Glue connection that stores the connection information for the target database.

Accessible with the following methods

Method Description
GET_GLUECONNECTIONNAME() Getter for GLUECONNECTIONNAME, with configurable default
ASK_GLUECONNECTIONNAME() Getter for GLUECONNECTIONNAME w/ exceptions if field has no
HAS_GLUECONNECTIONNAME() Determine if GLUECONNECTIONNAME has a value

DatabaseOptions

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

Accessible with the following methods

Method Description
GET_DATABASEOPTIONS() Getter for DATABASEOPTIONS

DatabaseOutputMode

The output mode to write into the database. Currently supported option: NEW_TABLE.

Accessible with the following methods

Method Description
GET_DATABASEOUTPUTMODE() Getter for DATABASEOUTPUTMODE, with configurable default
ASK_DATABASEOUTPUTMODE() Getter for DATABASEOUTPUTMODE w/ exceptions if field has no
HAS_DATABASEOUTPUTMODE() Determine if DATABASEOUTPUTMODE 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_DATABASEOUTPUTLIST

TYPES TT_DATABASEOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DBRDATABASEOUTPUT WITH DEFAULT KEY
.