|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Schema
A representation of the model object 'Schema'. Reference: 5WD-02-Foundation-2002-12 4.20 SQL-schemas
The following features are supported:
SQLSchemaPackage.getSchema()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getAssertions()
Returns the value of the 'Assertions' reference list. |
org.eclipse.emf.common.util.EList |
getBuiltInFunctions()
Get a list of built-in (aka system) functions belonging to this schema. |
org.eclipse.emf.common.util.EList |
getCharSets()
Returns the value of the 'Char Sets' reference list. |
Database |
getDatabase()
Returns the value of the 'Database' reference. |
org.eclipse.emf.common.util.EList |
getIndices()
Returns the value of the 'Indices' reference list. |
AuthorizationIdentifier |
getOwner()
Returns the value of the 'Owner' reference. |
org.eclipse.emf.common.util.EList |
getProcedures()
Get a list of procedures belonging to this schema. |
org.eclipse.emf.common.util.EList |
getRoutines()
Returns the value of the 'Routines' reference list. |
org.eclipse.emf.common.util.EList |
getSequences()
Returns the value of the 'Sequences' reference list. |
org.eclipse.emf.common.util.EList |
getTables()
Returns the value of the 'Tables' reference list. |
org.eclipse.emf.common.util.EList |
getTriggers()
Returns the value of the 'Triggers' reference list. |
org.eclipse.emf.common.util.EList |
getUDFs()
Get a list of user-defined functions belonging to this schema. |
org.eclipse.emf.common.util.EList |
getUserDefinedTypes()
Returns the value of the 'User Defined Types' reference list. |
void |
setDatabase(Database value)
Sets the value of the ' Database' reference. |
void |
setOwner(AuthorizationIdentifier value)
Sets the value of the ' Owner' reference. |
| 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 |
|---|
org.eclipse.emf.common.util.EList getTriggers()
Trigger.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Triggers' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_Triggers(),
Trigger.getSchema()org.eclipse.emf.common.util.EList getIndices()
Index.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Indices' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_Indices(),
Index.getSchema()org.eclipse.emf.common.util.EList getTables()
Table.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Tables' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_Tables(),
Table.getSchema()org.eclipse.emf.common.util.EList getSequences()
Sequence.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Sequences' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_Sequences(),
Sequence.getSchema()Database getDatabase()
Schemas'.
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(Database),
SQLSchemaPackage.getSchema_Database(),
Database.getSchemas()void setDatabase(Database value)
Database' reference.
value - the new value of the 'Database' reference.getDatabase()org.eclipse.emf.common.util.EList getAssertions()
Assertion.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Assertions' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_Assertions(),
Assertion.getSchema()org.eclipse.emf.common.util.EList getUserDefinedTypes()
UserDefinedType.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'User Defined Types' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_UserDefinedTypes(),
UserDefinedType.getSchema()org.eclipse.emf.common.util.EList getCharSets()
CharacterSet.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Char Sets' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_CharSets(),
CharacterSet.getSchema()org.eclipse.emf.common.util.EList getRoutines()
Routine.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Routines' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSchema_Routines(),
Routine.getSchema()org.eclipse.emf.common.util.EList getProcedures()
org.eclipse.emf.common.util.EList getUDFs()
org.eclipse.emf.common.util.EList getBuiltInFunctions()
AuthorizationIdentifier getOwner()
Owned Schema'.
If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...
setOwner(AuthorizationIdentifier),
SQLSchemaPackage.getSchema_Owner(),
AuthorizationIdentifier.getOwnedSchema()void setOwner(AuthorizationIdentifier value)
Owner' reference.
value - the new value of the 'Owner' reference.getOwner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||