Skip to content

/AWS1/CL_ATH=>LISTPREPAREDSTATEMENTS()

About ListPreparedStatements

Lists the prepared statements in the specified workgroup.

Method Signature

IMPORTING

Required arguments:

IV_WORKGROUP TYPE /AWS1/ATHWORKGROUPNAME /AWS1/ATHWORKGROUPNAME

The workgroup to list the prepared statements for.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/ATHTOKEN /AWS1/ATHTOKEN

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

IV_MAXRESULTS TYPE /AWS1/ATHMAXPREPAREDSTMTSCOUNT /AWS1/ATHMAXPREPAREDSTMTSCOUNT

The maximum number of results to return in this request.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ATHLSTPREPAREDSTMTS01 /AWS1/CL_ATHLSTPREPAREDSTMTS01