Interface of a DB2 BufferPool. This object is used to create a CREATE BUFFERPOOL ... statement.
CREATE BUFFERPOOL ...
57585960616263
*/ public class DB2Test extends CreateTest { public DB2Test(String pName) { super(pName); } protected SQLFactory newSQLFactory() { return new DB2SQLFactoryImpl(); }
25262728293031