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/10 property, 1/29 instance variable, 0/4 class variable, 5/30 methods, 4/4 class methods documented |
Constant | AUTOCOMMIT_REGEXP |
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 |
Class | _RendersLiteral |
Undocumented |
Class | _StrDate |
Undocumented |
Class | _StrDateTime |
Undocumented |
Class | _StrTime |
Undocumented |
Class | StrCompileDialect |
Undocumented |