module documentation

Default implementations of per-dialect sqlalchemy.engine classes. These are semi-private implementation classes which are only of importance to database dialect authors; dialects will usually use the classes here as the base class for their own corresponding classes.

Class DefaultDialect Default implementation of Dialect
Class DefaultExecutionContext No class docstring; 0/9 property, 2/29 instance variables, 0/4 class variable, 5/29 methods, 4/4 class methods documented
Class StrCompileDialect Undocumented
Constant CACHE_HIT Undocumented
Constant CACHE_MISS Undocumented
Constant CACHING_DISABLED Undocumented
Constant NO_CACHE_KEY Undocumented
Constant NO_DIALECT_SUPPORT Undocumented
Constant SERVER_SIDE_CURSOR_RE Undocumented
CACHE_HIT = (source)

Undocumented

CACHE_MISS = (source)

Undocumented

CACHING_DISABLED = (source)

Undocumented

NO_CACHE_KEY = (source)

Undocumented

NO_DIALECT_SUPPORT = (source)

Undocumented

SERVER_SIDE_CURSOR_RE = (source)

Undocumented

Value
re.compile(r'\s*SELECT',
           re.I|re.UNICODE)