org.apache.ws.jaxme.sqls.db2
Interface DB2SQLFactory
- SQLFactory
- DB2SQLFactoryImpl
public interface DB2SQLFactory
Interface of an SQL factory for DB2 databases.
getDefaultSchema , getMaxColumnNameLength , getMaxSchemaNameLength , getMaxTableNameLength , getObjectFactory , getSchema , getSchema , getSchema , getSchema , getSchemas , getTable , getTable , isColumnNameCaseSensitive , isSchemaNameCaseSensitive , isTableNameCaseSensitive , newDeleteStatement , newInsertStatement , newSQLGenerator , newSchema , newSchema , newSelectStatement , newUpdateStatement |
getTableSpace
public TableSpace getTableSpace(String pName)
Returns the tablespace with the given name or null, if no such
tablespace exists.
getTableSpace
public TableSpace getTableSpace(TableSpace.Name pName)
Returns the tablespace with the given name or null, if no such
tablespace exists.
getTableSpaces
public Iterator getTableSpaces()
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(TableSpace.Name)
only.