|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of an SQL factory for DB2 databases.
Nested Class Summary |
Nested classes inherited from class net.sf.jaxme.sqls.SQLFactory |
SQLFactory.Ident |
Method Summary | |
TableSpace |
getTableSpace(java.lang.String pName)
Returns the tablespace with the given name or null, if no such tablespace exists. |
TableSpace |
getTableSpace(TableSpace.Name pName)
Returns the tablespace with the given name or null, if no such tablespace exists. |
java.util.Iterator |
getTableSpaces()
Returns a list of all tablespaces. |
TableSpace |
newTableSpace(java.lang.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. |
Methods inherited from interface net.sf.jaxme.sqls.SQLFactory |
getDefaultSchema, getMaxColumnNameLength, getMaxSchemaNameLength, getMaxTableNameLength, getSchema, getSchema, getSchema, getSchema, getSchemas, isColumnNameCaseSensitive, isSchemaNameCaseSensitive, isTableNameCaseSensitive, newDeleteStatement, newInsertStatement, newSchema, newSchema, newSelectStatement, newSQLGenerator, newUpdateStatement |
Method Detail |
public TableSpace newTableSpace(java.lang.String pName, TableSpace.Type pType)
Creates a new TableSpace
with the given name.
public TableSpace newTableSpace(TableSpace.Name pName, TableSpace.Type pType)
Creates a new TableSpace
with the given name.
public TableSpace getTableSpace(TableSpace.Name pName)
Returns the tablespace with the given name or null, if no such tablespace exists.
public TableSpace getTableSpace(java.lang.String pName)
Returns the tablespace with the given name or null, if no such tablespace exists.
public java.util.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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |