|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LUWDatabase
A representation of the model object 'Database'. DB2 Universal Database SQL Reference Version 8.1 (Vol.1 and 2) http://www7b.software.ibm.com/dmdd/library/techarticle/0206sqlref/0206sqlref.html Relational databases A relational database is a database that is treated as a set of tables and manipulated in accordance with the relational model of data. It contains a set of objects used to store, manage, and access data. Examples of such objects are tables, views, indexes, functions, triggers, and packages. A partitioned relational database is a relational database whose data is managed across multiple partitions (also called nodes). This separation of data across partitions is transparent to users of most SQL statements. However, some data definition language (DDL) statements take partition information into consideration (for example, CREATE DATABASE PARTITION GROUP). (Data definition language is the subset of SQL statements used to describe data relationships in a database.) A federated database is a relational database whose data is stored in multiple data sources (such as separate relational databases). The data appears as if it were all in a single large database and can be accessed through traditional SQL queries. Changes to the data can be explicitly directed to the appropriate data source.
The following features are supported:
Federated
Groups
Wrappers
Servers
Function Mappings
Type Mappings
Reverse Type Mappings
Bufferpools
Tablespaces
LUWPackage.getLUWDatabase()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getBufferpools()
Returns the value of the 'Bufferpools' reference list. |
org.eclipse.emf.common.util.EList |
getFunctionMappings()
Returns the value of the 'Function Mappings' reference list. |
org.eclipse.emf.common.util.EList |
getGroups()
Returns the value of the 'Groups' reference list. |
org.eclipse.emf.common.util.EList |
getReverseTypeMappings()
Returns the value of the 'Reverse Type Mappings' reference list. |
org.eclipse.emf.common.util.EList |
getServers()
Returns the value of the 'Servers' reference list. |
org.eclipse.emf.common.util.EList |
getTablespaces()
Returns the value of the 'Tablespaces' reference list. |
org.eclipse.emf.common.util.EList |
getTypeMappings()
Returns the value of the 'Type Mappings' reference list. |
org.eclipse.emf.common.util.EList |
getWrappers()
Returns the value of the 'Wrappers' reference list. |
boolean |
isFederated()
Returns the value of the 'Federated' attribute. |
void |
setFederated(boolean value)
Sets the value of the ' Federated ' attribute. |
Methods inherited from interface com.ibm.db.models.db2.DB2Database |
---|
isPartitioned, setPartitioned |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.Database |
---|
getAuthorizationIds, getSchemas, getUserDefinedTypes, getVendor, getVersion, setVendor, setVersion |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
---|
getInstanceProperties |
Methods inherited from interface commonj.sdo.DataObject |
---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Method Detail |
---|
boolean isFederated()
If the meaning of the 'Federated' attribute isn't clear, there really should be more of a description here...
setFederated(boolean)
,
LUWPackage.getLUWDatabase_Federated()
void setFederated(boolean value)
Federated
' attribute.
value
- the new value of the 'Federated' attribute.isFederated()
org.eclipse.emf.common.util.EList getGroups()
LUWPartitionGroup
.
It is bidirectional and its opposite is 'Database
'.
If the meaning of the 'Groups' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_Groups()
,
LUWPartitionGroup.getDatabase()
org.eclipse.emf.common.util.EList getWrappers()
LUWWrapper
.
It is bidirectional and its opposite is 'LUW Database
'.
If the meaning of the 'Wrappers' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_Wrappers()
,
LUWWrapper.getLUWDatabase()
org.eclipse.emf.common.util.EList getServers()
LUWServer
.
It is bidirectional and its opposite is 'LUW Database
'.
If the meaning of the 'Servers' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_Servers()
,
LUWServer.getLUWDatabase()
org.eclipse.emf.common.util.EList getFunctionMappings()
LUWFunctionMapping
.
It is bidirectional and its opposite is 'LUW Database
'.
If the meaning of the 'Function Mappings' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_FunctionMappings()
,
LUWFunctionMapping.getLUWDatabase()
org.eclipse.emf.common.util.EList getTypeMappings()
LUWTypeMapping
.
If the meaning of the 'Type Mappings' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_TypeMappings()
org.eclipse.emf.common.util.EList getReverseTypeMappings()
LUWTypeMapping
.
If the meaning of the 'Reverse Type Mappings' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_ReverseTypeMappings()
org.eclipse.emf.common.util.EList getBufferpools()
LUWBufferPool
.
It is bidirectional and its opposite is 'Database
'.
If the meaning of the 'Bufferpools' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_Bufferpools()
,
LUWBufferPool.getDatabase()
org.eclipse.emf.common.util.EList getTablespaces()
LUWTableSpace
.
It is bidirectional and its opposite is 'Database
'.
If the meaning of the 'Tablespaces' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDatabase_Tablespaces()
,
LUWTableSpace.getDatabase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |