Uses of Interface
net.sf.jaxme.sqls.db2.TableSpace.Container

Packages that use TableSpace.Container
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 TableSpace.Container in net.sf.jaxme.sqls.db2
 

Subinterfaces of TableSpace.Container in net.sf.jaxme.sqls.db2
static interface TableSpace.DatabaseManagedContainer
          Interface of a database managed container.
static interface TableSpace.SystemManagedContainer
          Interface of a system managed container, aka operating system file.
 

Classes in net.sf.jaxme.sqls.db2 that implement TableSpace.Container
static class TableSpaceImpl.DatabaseManagedContainerImpl
           
static class TableSpaceImpl.SystemManagedContainerImpl
           
 

Methods in net.sf.jaxme.sqls.db2 that return TableSpace.Container
 TableSpace.Container TableSpaceImpl.newSystemManagedContainer(java.lang.String pFile)
           
 TableSpace.Container TableSpaceImpl.newDatabaseManagedContainerInFile(java.lang.String pFile, long pNumPages)
           
 TableSpace.Container TableSpaceImpl.newDatabaseManagedContainerInDevice(java.lang.String pDevice, long pNumPages)
           
 TableSpace.Container TableSpace.newSystemManagedContainer(java.lang.String pFile)
          Creates a new system managed container with the given file.
 TableSpace.Container TableSpace.newDatabaseManagedContainerInFile(java.lang.String pFile, long pNumPages)
          Creates a new database managed container with the given file or device and the given number of pages.
 TableSpace.Container TableSpace.newDatabaseManagedContainerInDevice(java.lang.String pDevice, long pNumPages)
          Creates a new database managed container with the given raw operating system device and the given number of pages.
 TableSpace.Container DB2SQLFactoryImpl.PredefinedTableSpace.newSystemManagedContainer(java.lang.String pFile)
           
 TableSpace.Container DB2SQLFactoryImpl.PredefinedTableSpace.newDatabaseManagedContainerInFile(java.lang.String pFile, long pNumPages)
           
 TableSpace.Container DB2SQLFactoryImpl.PredefinedTableSpace.newDatabaseManagedContainerInDevice(java.lang.String pDevice, long pNumPages)