Updated on 2024-06-03 GMT+08:00

cursor.close()

Function

This method closes the cursor of the current connection.

Prototype

cursor.close()

Parameter

None

Return Value

None

Examples

For details, see Example: Common Operations.