Home | History | Annotate | Download | only in Modules

Lines Matching refs:curs

345 #define CHECK_CURSOR_NOT_CLOSED(curs) \
346 _CHECK_OBJECT_NOT_CLOSED(curs->dbc, DBCursorClosedError, DBCursor)
351 #define CHECK_SEQUENCE_NOT_CLOSED(curs) \
352 _CHECK_OBJECT_NOT_CLOSED(curs->sequence, DBError, DBSequence)