databaseForVersion abstract method
Creates a database with the state of an old schema version
and using the
given underlying db
connection.
Implementation
GeneratedDatabase databaseForVersion(QueryExecutor db, int version);
Creates a database with the state of an old schema version
and using the
given underlying db
connection.
GeneratedDatabase databaseForVersion(QueryExecutor db, int version);