.BaseCursorResult
, .CursorResult
.Class | BaseCursorResult |
Base class for database result objects. |
Class | CursorResult |
A Result that is representing state from a DBAPI cursor. |
Class | LegacyCursorResult |
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 | _LegacyNoResultMetaData |
Undocumented |
Class | _NoResultMetaData |
Undocumented |
Class | BufferedColumnResultProxy |
A ResultProxy with column buffering behavior. |
Class | BufferedColumnRow |
Row is now BufferedColumn in all cases |
Class | BufferedRowCursorFetchStrategy |
A cursor fetch strategy with row buffering behavior. |
Class | BufferedRowResultProxy |
A ResultProxy with row buffering behavior. |
Class | CursorFetchStrategy |
Call fetch methods from a DBAPI cursor. |
Class | CursorResultMetaData |
Result metadata for DBAPI cursors. |
Class | FullyBufferedCursorFetchStrategy |
A cursor strategy that buffers rows fully upon creation. |
Class | FullyBufferedResultProxy |
A result proxy that buffers rows fully upon creation. |
Class | LegacyCursorResultMetaData |
Undocumented |
Class | NoCursorDMLFetchStrategy |
Cursor strategy for a DML result that has no open cursor. |
Class | NoCursorDQLFetchStrategy |
Cursor strategy for a DQL result that has no open cursor. |
Class | NoCursorFetchStrategy |
Cursor strategy for a result that has no open cursor. |
Class | ResultFetchStrategy |
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 |