HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

cursor.fetchone()

Function

This method extracts the next row of the query result set and returns a tuple.

Prototype

cursor.fetchone()

Parameter

None

Return Value

A single tuple is the first result in the result set. If no more data is available, None is returned.

Examples

For details, see Example: Common Operations.

Copyright © 2011-2024 www.enmotech.com All rights reserved.