1 17 package org.apache.ws.jaxme.sqls.db2; 18 19 import org.apache.ws.jaxme.sqls.SQLFactory; 20 21 22 27 public interface BufferPool { 28 public interface Name extends SQLFactory.Ident { 29 } 30 31 34 public Name getName(); 35 36 42 public PageSize getPageSize(); 43 44 46 public int getNumberOfPages(); 47 48 51 public void setExtendedStorage(Boolean pExtendedStorage); 52 53 55 public Boolean getExtendedStorage(); 56 } 57 | Popular Tags |