|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferPool | |
net.sf.jaxme.sqls.db2 | DB2 support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with DB2 specific features. |
Uses of BufferPool in net.sf.jaxme.sqls.db2 |
Methods in net.sf.jaxme.sqls.db2 that return BufferPool | |
BufferPool |
TableSpaceImpl.getBufferPool()
|
BufferPool |
TableSpace.getBufferPool()
Returns the BufferPool used by this TableSpace . |
BufferPool |
DB2SQLFactoryImpl.PredefinedTableSpace.getBufferPool()
|
Methods in net.sf.jaxme.sqls.db2 with parameters of type BufferPool | |
void |
TableSpaceImpl.setBufferPool(BufferPool pBufferPool)
|
void |
TableSpace.setBufferPool(BufferPool pBufferPool)
Sets the BufferPool used by this TableSpace . |
java.util.Collection |
DB2SQLGeneratorImpl.getCreate(BufferPool pBufferPool)
|
java.util.Collection |
DB2SQLGeneratorImpl.getDrop(BufferPool pBufferPool)
|
java.util.Collection |
DB2SQLGenerator.getCreate(BufferPool pBufferPool)
Returns an SQL statement creating the given BufferPool. |
java.util.Collection |
DB2SQLGenerator.getDrop(BufferPool pBufferPool)
Returns an SQL statement dropping the given BufferPool. |
void |
DB2SQLFactoryImpl.PredefinedTableSpace.setBufferPool(BufferPool pBufferPool)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |