Query.Statement.close()

Signature

void close(String statementName)

Domain

ACTION

Description

Closes the statement and all its resultsets.

Parameters

NameTypeDescription
statementNameStringname of the statement.

Returns

TypeDescription
void

Cautions

none