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

TypeDescription
void

Cautions

none