org.eclipse.datatools.enablement.sybase.asa.base.catalog
Class SybaseASACatalogBaseSchema

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.FlatEObjectImpl
                  extended by org.eclipse.datatools.modelbase.sql.schema.impl.EModelElementImpl
                      extended by org.eclipse.datatools.modelbase.sql.schema.impl.ENamedElementImpl
                          extended by org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
                              extended by org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
                                  extended by org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl.SybaseASABaseSchemaImpl
                                      extended by org.eclipse.datatools.enablement.sybase.asa.base.catalog.SybaseASACatalogBaseSchema
All Implemented Interfaces:
ICatalogObject, SybaseASABaseSchema, Schema, SQLObject, org.eclipse.datatools.sqltools.internal.refresh.ICatalogObject2, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject
Direct Known Subclasses:
SybaseASACatalogSchema

public class SybaseASACatalogBaseSchema
extends SybaseASABaseSchemaImpl
implements org.eclipse.datatools.sqltools.internal.refresh.ICatalogObject2


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
SybaseASACatalogBaseSchema()
           
 
Method Summary
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 Database getCatalogDatabase()
           
 java.sql.Connection getConnection()
           
 org.eclipse.emf.common.util.EList getIndices()
          Returns the value of the 'Indices' reference list.
 AuthorizationIdentifier getOwner()
          Returns the value of the 'Owner' reference.
 java.lang.String getRefreshContext(java.lang.Object obj)
           
 org.eclipse.emf.common.util.EList getRoutines()
          Returns the value of the 'Routines' 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 getUserDefinedTypes()
          Returns the value of the 'User Defined Types' reference list.
 boolean needsRefresh(java.lang.String context)
           
 void refresh()
           
 void refresh(java.lang.String context)
           
 
Methods inherited from class org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl.SybaseASABaseSchemaImpl
getNormalTables, getProxyTables, getSuperIndices, getSuperTriggers, getSystemAndNormalTables, getSystemTables, getTempTables, getViewTables
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
basicGetCatalog, basicGetDatabase, basicGetOwner, basicSetCatalog, basicSetDatabase, basicSetOwner, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eUnset, getAssertions, getBuiltInFunctions, getCatalog, getCharSets, getDatabase, getProcedures, getSequences, getUDFs, setCatalog, setDatabase, setOwner
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel, toString
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.ENamedElementImpl
eContents, eCrossReferences, getName, getNameGen, setName
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl
eIsProxy, eProxyURI, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.Schema
getAssertions, getBuiltInFunctions, getCatalog, getCharSets, getDatabase, getProcedures, getSequences, getUDFs, setCatalog, setDatabase, setOwner
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Constructor Detail

SybaseASACatalogBaseSchema

public SybaseASACatalogBaseSchema()
Method Detail

getCatalogDatabase

public Database getCatalogDatabase()
Specified by:
getCatalogDatabase in interface ICatalogObject

getConnection

public java.sql.Connection getConnection()
Specified by:
getConnection in interface ICatalogObject

refresh

public void refresh()
Specified by:
refresh in interface ICatalogObject

refresh

public void refresh(java.lang.String context)
Specified by:
refresh in interface org.eclipse.datatools.sqltools.internal.refresh.ICatalogObject2

needsRefresh

public boolean needsRefresh(java.lang.String context)
Specified by:
needsRefresh in interface org.eclipse.datatools.sqltools.internal.refresh.ICatalogObject2

getRefreshContext

public java.lang.String getRefreshContext(java.lang.Object obj)
Specified by:
getRefreshContext in interface org.eclipse.datatools.sqltools.internal.refresh.ICatalogObject2

getOwner

public AuthorizationIdentifier getOwner()
Description copied from interface: Schema
Returns the value of the 'Owner' reference. It is bidirectional and its opposite is 'Owned Schema'.

If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...

Specified by:
getOwner in interface Schema
Overrides:
getOwner in class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
Returns:
the value of the 'Owner' reference.
See Also:
Schema.setOwner(AuthorizationIdentifier), SQLSchemaPackage.getSchema_Owner(), AuthorizationIdentifier.getOwnedSchema()

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

getRoutines

public org.eclipse.emf.common.util.EList getRoutines()
Description copied from interface: Schema
Returns the value of the 'Routines' reference list. The list contents are of type 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...

Specified by:
getRoutines in interface Schema
Overrides:
getRoutines in class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
Returns:
the value of the 'Routines' reference list.
See Also:
SQLSchemaPackage.getSchema_Routines(), Routine.getSchema()

getTables

public org.eclipse.emf.common.util.EList getTables()
Description copied from interface: Schema
Returns the value of the 'Tables' reference list. The list contents are of type 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...

Specified by:
getTables in interface Schema
Overrides:
getTables in class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
Returns:
the value of the 'Tables' reference list.
See Also:
SQLSchemaPackage.getSchema_Tables(), Table.getSchema()

getUserDefinedTypes

public org.eclipse.emf.common.util.EList getUserDefinedTypes()
Description copied from interface: Schema
Returns the value of the 'User Defined Types' reference list. The list contents are of type 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...

Specified by:
getUserDefinedTypes in interface Schema
Overrides:
getUserDefinedTypes in class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
Returns:
the value of the 'User Defined Types' reference list.
See Also:
SQLSchemaPackage.getSchema_UserDefinedTypes(), UserDefinedType.getSchema()

getTriggers

public org.eclipse.emf.common.util.EList getTriggers()
Description copied from interface: Schema
Returns the value of the 'Triggers' reference list. The list contents are of type 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...

Specified by:
getTriggers in interface Schema
Overrides:
getTriggers in class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
Returns:
the value of the 'Triggers' reference list.
See Also:
SQLSchemaPackage.getSchema_Triggers(), Trigger.getSchema()

getIndices

public org.eclipse.emf.common.util.EList getIndices()
Description copied from interface: Schema
Returns the value of the 'Indices' reference list. The list contents are of type 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...

Specified by:
getIndices in interface Schema
Overrides:
getIndices in class org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl
Returns:
the value of the 'Indices' reference list.
See Also:
SQLSchemaPackage.getSchema_Indices(), Index.getSchema()