Database.closeQuery()

Signature

void closeQuery(String cursorName)

Domain

action

Description

Closes the cursor for the query

Parameters

NameTypeDescription
cursorNameStringThe name of the database cursor to be closed

Returns

TypeDescription
void

Cautions

none