/AWS1/CL_DZNLINEAGESQLQUERYR00¶
The SQL query run details of a data lineage run.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_querystarttime TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP¶
The query start time in the SQL query run details of a data lineage run.
iv_queryendtime TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP¶
The query end time in the SQL query run details of a data lineage run.
iv_totalqueriesprocessed TYPE /AWS1/DZNINTEGER /AWS1/DZNINTEGER¶
The total queries processed in the SQL query run details of a data lineage run.
iv_numqueriesfailed TYPE /AWS1/DZNINTEGER /AWS1/DZNINTEGER¶
The number of queries that failed in the SQL query run details of a data lineage run.
it_errormessages TYPE /AWS1/CL_DZNFAILEDQUERYPROCI00=>TT_FAILEDQUERYPROCINGERRORMSGS TT_FAILEDQUERYPROCINGERRORMSGS¶
The error message of the SQL query run details of a data lineage run.
Queryable Attributes¶
queryStartTime¶
The query start time in the SQL query run details of a data lineage run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTARTTIME() |
Getter for QUERYSTARTTIME, with configurable default |
ASK_QUERYSTARTTIME() |
Getter for QUERYSTARTTIME w/ exceptions if field has no valu |
HAS_QUERYSTARTTIME() |
Determine if QUERYSTARTTIME has a value |
queryEndTime¶
The query end time in the SQL query run details of a data lineage run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYENDTIME() |
Getter for QUERYENDTIME, with configurable default |
ASK_QUERYENDTIME() |
Getter for QUERYENDTIME w/ exceptions if field has no value |
HAS_QUERYENDTIME() |
Determine if QUERYENDTIME has a value |
totalQueriesProcessed¶
The total queries processed in the SQL query run details of a data lineage run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALQUERIESPROCESSED() |
Getter for TOTALQUERIESPROCESSED, with configurable default |
ASK_TOTALQUERIESPROCESSED() |
Getter for TOTALQUERIESPROCESSED w/ exceptions if field has |
HAS_TOTALQUERIESPROCESSED() |
Determine if TOTALQUERIESPROCESSED has a value |
numQueriesFailed¶
The number of queries that failed in the SQL query run details of a data lineage run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMQUERIESFAILED() |
Getter for NUMQUERIESFAILED, with configurable default |
ASK_NUMQUERIESFAILED() |
Getter for NUMQUERIESFAILED w/ exceptions if field has no va |
HAS_NUMQUERIESFAILED() |
Determine if NUMQUERIESFAILED has a value |
errorMessages¶
The error message of the SQL query run details of a data lineage run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGES() |
Getter for ERRORMESSAGES, with configurable default |
ASK_ERRORMESSAGES() |
Getter for ERRORMESSAGES w/ exceptions if field has no value |
HAS_ERRORMESSAGES() |
Determine if ERRORMESSAGES has a value |