Home | Trees | Index | Help |
|
---|
Package Modeling :: Package DatabaseAdaptors :: Package SQLiteAdaptorLayer :: Module SQLiteSchemaGeneration |
|
Extends/changes the default behaviour to cope with unsupported SQL92 features in SQLite (see http://www.sqlite.org/omitted.html).
This class addresses the following issues:
- CREATE TABLE statements should include foreign key constraints (see foreignKeyConstraintStatementsForRelationship()) and primary key constraints (see SQLiteSQLExpression.addCreateClauseForAttribute()), since ALTER TABLE is not supported by SQLite
CVS information
$Id: SQLiteSchemaGeneration.py,v 1.7 2004/08/02 19:58:54 sbigaret Exp $
Classes | |
---|---|
SQLiteSchemaGeneration |
See Modeling.interfaces.SchemaGeneration for further details |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:22 2006 | http://epydoc.sf.net |