Interface of an SQL factory for DB2 databases.
57585960616263
*/ public class DB2Test extends CreateTest { public DB2Test(String pName) { super(pName); } protected SQLFactory newSQLFactory() { return new DB2SQLFactoryImpl(); }
25262728293031