Query.Statement.execute()

Signature

void execute(String statementName, String resultsetName)

Domain

action

Description

Executes a statement and binds a result set to it.

Parameters

NameTypeDescription
statementNameStringname of the statement to execute.
resultsetNameStringname of the result set produced by the execution.

Returns

None.

Cautions

none