SQLAlchemy 0.3 Documentation
Version: 0.3.10 Last Updated: 07/29/07 00:15:33
- Module Functions
- class DateTimeMixin(object)
- class PassiveDefault(DefaultGenerator)
- class SLBinary(Binary)
- class SLBoolean(Boolean)
- class SLChar(CHAR)
- class SLDate(DateTimeMixin,Date)
- class SLDateTime(DateTimeMixin,DateTime)
- class SLInteger(Integer)
- class SLNumeric(Numeric)
- class SLSmallInteger(SmallInteger)
- class SLString(String)
- class SLText(TEXT)
- class SLTime(DateTimeMixin,Time)
- class SQLiteCompiler(ANSICompiler)
- class SQLiteDialect(ANSIDialect)
- class SQLiteExecutionContext(DefaultExecutionContext)
- class SQLiteIdentifierPreparer(ANSIIdentifierPreparer)
- class SQLiteSchemaDropper(ANSISchemaDropper)
- class SQLiteSchemaGenerator(ANSISchemaGenerator)
module sqlalchemy.databases.sqlite
class PassiveDefault(DefaultGenerator)
A default that takes effect on the database side.
class SLBoolean(Boolean)
back to section topclass SLDate(DateTimeMixin,Date)
back to section topclass SLDateTime(DateTimeMixin,DateTime)
back to section topclass SLTime(DateTimeMixin,Time)
back to section topclass SQLiteCompiler(ANSICompiler)
back to section topclass SQLiteDialect(ANSIDialect)
back to section topclass SQLiteIdentifierPreparer(ANSIIdentifierPreparer)
back to section topclass SQLiteSchemaDropper(ANSISchemaDropper)
back to section topclass SQLiteSchemaGenerator(ANSISchemaGenerator)
back to section top
Up: Generated Documentation
|
Previous: module sqlalchemy.ext.associationproxy
|
Next: module sqlalchemy.databases.postgres
