List of all members.
Detailed Description
Class that executes SQL statement and provides an iterator to read results back in chunks as NumPy record arrays or nested lists.
Member Function Documentation
def MGT::Sql::BulkReader::allAsArray |
( |
|
self ) |
|
Return all (remaining) records as one numpy record array or nested list.
def MGT::Sql::BulkReader::chunks |
( |
|
self ) |
|
Iterate through result rows in chunks (as numpy arrays or nested lists).
Each chunk is of length limited by 'bufLen' argument supplied to the __init__().
def MGT::Sql::BulkReader::nrows |
( |
|
self ) |
|
Return total number of rows in the result, or None if it cannot be determined.
It looks like not every DBAPI module (or SQL backend) is capable of returning a rowcount.
The documentation for this class was generated from the following file: