Interface of a table in a DB2 database.
57585960616263
*/ public class DB2Test extends CreateTest { public DB2Test(String pName) { super(pName); } protected SQLFactory newSQLFactory() { return new DB2SQLFactoryImpl(); }
25262728293031