Query.ResultSet.Metadata.getQueryName()

Signature

String getQueryName(String resultSetName)

Domain

ACTION, CONDITION

Description

Gets the name of the query used to build the statement that owns the result set.

Parameters

NameTypeDescription
resultSetNameStringname of the result set.

Returns

TypeDescription
Stringname of the query used to build the statement that owns the result set.

Cautions

none