Updated on 2023-10-23 GMT+08:00

cursor.close()

Function

This method closes the cursor of the current connection.

Prototype

cursor.close()

Parameter

None

Return Value

None

Example

For details, see Example: Common Operations.