module documentation

Constants specific to the SQL storage portion of the ORM.

Constant CURSOR Undocumented
Constant GET_ITERATOR_CHUNK_SIZE Undocumented
Constant INNER Undocumented
Constant LOUTER Undocumented
Constant MULTI Undocumented
Constant NO_RESULTS Undocumented
Constant ORDER_DIR Undocumented
Constant SINGLE Undocumented

Undocumented

Value
'cursor'
GET_ITERATOR_CHUNK_SIZE: int = (source)

Undocumented

Value
100

Undocumented

Value
'INNER JOIN'

Undocumented

Value
'LEFT OUTER JOIN'

Undocumented

Value
'multi'
NO_RESULTS: str = (source)

Undocumented

Value
'no results'
ORDER_DIR: dict = (source)

Undocumented

Value
{'ASC': ('ASC', 'DESC'), 'DESC': ('DESC', 'ASC')}

Undocumented

Value
'single'