module documentation

Define cursor-specific result set constructs including .BaseCursorResult, .CursorResult.
Class ​Base​Cursor​Result Base class for database result objects.
Class ​Cursor​Result A Result that is representing state from a DBAPI cursor.
Class ​Legacy​Cursor​Result Legacy version of .CursorResult.
Constant MD​_INDEX Undocumented
Constant MD​_LOOKUP​_KEY Undocumented
Constant MD​_OBJECTS Undocumented
Constant MD​_PROCESSOR Undocumented
Constant MD​_RENDERED​_NAME Undocumented
Constant MD​_RESULT​_MAP​_INDEX Undocumented
Constant MD​_UNTRANSLATED Undocumented
Class _​Legacy​No​Result​Meta​Data Undocumented
Class _​No​Result​Meta​Data Undocumented
Class ​Buffered​Column​Result​Proxy A ResultProxy with column buffering behavior.
Class ​Buffered​Column​Row Row is now BufferedColumn in all cases
Class ​Buffered​Row​Cursor​Fetch​Strategy A cursor fetch strategy with row buffering behavior.
Class ​Buffered​Row​Result​Proxy A ResultProxy with row buffering behavior.
Class ​Cursor​Fetch​Strategy Call fetch methods from a DBAPI cursor.
Class ​Cursor​Result​Meta​Data Result metadata for DBAPI cursors.
Class ​Fully​Buffered​Cursor​Fetch​Strategy A cursor strategy that buffers rows fully upon creation.
Class ​Fully​Buffered​Result​Proxy A result proxy that buffers rows fully upon creation.
Class ​Legacy​Cursor​Result​Meta​Data Undocumented
Class ​No​Cursor​DMLFetch​Strategy Cursor strategy for a DML result that has no open cursor.
Class ​No​Cursor​DQLFetch​Strategy Cursor strategy for a DQL result that has no open cursor.
Class ​No​Cursor​Fetch​Strategy Cursor strategy for a result that has no open cursor.
Class ​Result​Fetch​Strategy Define a fetching strategy for a result object.
Constant ​_DEFAULT​_FETCH Undocumented
Constant ​_LEGACY​_NO​_RESULT​_METADATA Undocumented
Constant ​_NO​_CURSOR​_DML Undocumented
Constant ​_NO​_CURSOR​_DQL Undocumented
Constant ​_NO​_RESULT​_METADATA Undocumented
Constant ​_UNPICKLED Undocumented
MD_INDEX: int =

Undocumented

Value
0
MD_LOOKUP_KEY: int =

Undocumented

Value
3
MD_OBJECTS: int =

Undocumented

Value
2
MD_PROCESSOR: int =

Undocumented

Value
5
MD_RENDERED_NAME: int =

Undocumented

Value
4
MD_RESULT_MAP_INDEX: int =

Undocumented

Value
1
MD_UNTRANSLATED: int =

Undocumented

Value
6
_DEFAULT_FETCH =

Undocumented

Value
CursorFetchStrategy()
_LEGACY_NO_RESULT_METADATA =

Undocumented

Value
_LegacyNoResultMetaData()
_NO_CURSOR_DML =

Undocumented

Value
NoCursorDMLFetchStrategy()
_NO_CURSOR_DQL =

Undocumented

Value
NoCursorDQLFetchStrategy()
_NO_RESULT_METADATA =

Undocumented

Value
_NoResultMetaData()
_UNPICKLED =

Undocumented

Value
util.symbol('unpickled')