org.apache.ws.jaxme.sqls.db2
Class TableSpace.Type
java.lang.Object
org.apache.ws.jaxme.sqls.db2.TableSpace.Type
- TableSpace
public class TableSpace.Type
extends java.lang.Object
LONG
public static final TableSpace.Type LONG
LONG: Stores long or LOB table columns. It may also store
structured type columns. The tablespace must be a DMS tablespace.
REGULAR
public static final TableSpace.Type REGULAR
REGULAR: Stores all data except for temporary tables.
SYSTEM_TEMPORARY
public static final TableSpace.Type SYSTEM_TEMPORARY
SYSTEM TEMPORARY: Stores temporary tables (work areas used
by the database manager to perform operations such as sorts or
joins). Note that a database must always have at least one
SYSTEM TEMPORARY
tablespace, as temporary tables
can only be stored in such a tablespace. A temporary tablespace
is created automatically when a database is created. See
CREATE DATABASE
in the Command Reference for more information.
equals
public boolean equals(Object pOther)
getName
public String getName()
hashCode
public int hashCode()
toString
public String toString()