Package org.eclipse.datatools.enablement.sqlite.loader

Class Summary
SQLiteSchemaLoader Override schema loader for SQLite that inserts a dummy schema to allow loading of the rest of the SQL model.
SQLiteTableColumnLoader  
SQLiteTableConstraintLoader The JDBC driver we've tried for SQLite doesn't support foreign keys, so we simply don't return them (without this, we end up with a "is not supported" error that pops up in the console.