|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSpace.Name | |
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.Name in net.sf.jaxme.sqls.db2 |
Classes in net.sf.jaxme.sqls.db2 that implement TableSpace.Name | |
static class |
TableSpaceImpl.NameImpl
|
Methods in net.sf.jaxme.sqls.db2 that return TableSpace.Name | |
TableSpace.Name |
TableSpaceImpl.getName()
|
TableSpace.Name |
TableSpace.getName()
Returns the tablespace name. |
TableSpace.Name |
DB2SQLFactoryImpl.PredefinedTableSpace.getName()
|
Methods in net.sf.jaxme.sqls.db2 with parameters of type TableSpace.Name | |
TableSpace |
DB2SQLFactoryImpl.newTableSpace(TableSpace.Name pName,
TableSpace.Type pType)
|
protected TableSpace |
DB2SQLFactoryImpl.newTableSpaceImpl(TableSpace.Name pName,
TableSpace.Type pType)
|
TableSpace |
DB2SQLFactoryImpl.getTableSpace(TableSpace.Name pName)
|
TableSpace |
DB2SQLFactory.newTableSpace(TableSpace.Name pName,
TableSpace.Type pType)
Creates a new TableSpace with the given name. |
TableSpace |
DB2SQLFactory.getTableSpace(TableSpace.Name pName)
Returns the tablespace with the given name or null, if no such tablespace exists. |
Constructors in net.sf.jaxme.sqls.db2 with parameters of type TableSpace.Name | |
TableSpaceImpl(DB2SQLFactory pFactory,
TableSpace.Name pName,
TableSpace.Type pType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |