HomeMogDBMogDB StackUqbar
v3.0

Documentation:v3.0

Supported Versions:

Other Versions:

Processing the Result Set

  1. cursor.fetchone(): Fetches the next row in a query result set and returns a sequence. If no data is available, null is returned.
  2. cursor.fetchall(): Fetches all remaining rows in a query result and returns a list. An empty list is returned when no rows are available.
Copyright © 2011-2024 www.enmotech.com All rights reserved.