org.apache.ws.jaxme.sqls.db2
public interface DB2SQLFactory extends SQLFactory
Interface of an SQL factory for DB2 databases.
| Method Summary | |
|---|---|
| TableSpace | getTableSpace(TableSpace.Name pName) Returns the tablespace with the given name or null, if no such tablespace exists. |
| TableSpace | getTableSpace(String pName) Returns the tablespace with the given name or null, if no such tablespace exists. |
| Iterator | getTableSpaces() Returns a list of all tablespaces. |
| TableSpace | newTableSpace(String pName, TableSpace.Type pType) Creates a new TableSpace with the given name. |
| TableSpace | newTableSpace(TableSpace.Name pName, TableSpace.Type pType) Creates a new TableSpace with the given name. |
Returns the tablespace with the given name or null, if no such tablespace exists.
Returns the tablespace with the given name or null, if no such tablespace exists.
Returns a list of all tablespaces.
This Iterator does not include the predefined table spaces
SYSCATSPACE, TEMPSPACE1, or
USERSPACE1. These table spaces are accessible via
getTableSpace only.
Creates a new TableSpace with the given name.
Creates a new TableSpace with the given name.