Updated on 2025-07-15 GMT+08:00

cursor.close()

Description

This method closes the cursor of the current connection.

Prototype

cursor.close()

Parameter

None

Return Value

None

Example

For details, see Example: Common Operations.