Serialized Form


Package org.eclipse.wst.rdb.internal.models.sql.accesscontrol

Package org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl

Class org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.AuthorizationIdentifierImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

ownedSchema

org.eclipse.emf.common.util.EList ownedSchema
The cached value of the 'Owned Schema' reference list.

See Also:
AuthorizationIdentifierImpl.getOwnedSchema()

database

Database database
The cached value of the 'Database' reference.

See Also:
AuthorizationIdentifierImpl.getDatabase()

receivedRoleAuthorization

org.eclipse.emf.common.util.EList receivedRoleAuthorization
The cached value of the 'Received Role Authorization' reference list.

See Also:
AuthorizationIdentifierImpl.getReceivedRoleAuthorization()

grantedRoleAuthorization

org.eclipse.emf.common.util.EList grantedRoleAuthorization
The cached value of the 'Granted Role Authorization' reference list.

See Also:
AuthorizationIdentifierImpl.getGrantedRoleAuthorization()

grantedPrivilege

org.eclipse.emf.common.util.EList grantedPrivilege
The cached value of the 'Granted Privilege' reference list.

See Also:
AuthorizationIdentifierImpl.getGrantedPrivilege()

receivedPrivilege

org.eclipse.emf.common.util.EList receivedPrivilege
The cached value of the 'Received Privilege' containment reference list.

See Also:
AuthorizationIdentifierImpl.getReceivedPrivilege()

Class org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.GroupImpl extends AuthorizationIdentifierImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

user

org.eclipse.emf.common.util.EList user
The cached value of the 'User' reference list.

See Also:
GroupImpl.getUser()

Class org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.PrivilegeImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

grantable

boolean grantable
The cached value of the 'Grantable' attribute.

See Also:
PrivilegeImpl.isGrantable()

action

java.lang.String action
The cached value of the 'Action' attribute.

See Also:
PrivilegeImpl.getAction()

withHierarchy

boolean withHierarchy
The cached value of the 'With Hierarchy' attribute.

See Also:
PrivilegeImpl.isWithHierarchy()

grantor

AuthorizationIdentifier grantor
The cached value of the 'Grantor' reference.

See Also:
PrivilegeImpl.getGrantor()

object

SQLObject object
The cached value of the 'Object' reference.

See Also:
PrivilegeImpl.getObject()

actionObjects

org.eclipse.emf.common.util.EList actionObjects
The cached value of the 'Action Objects' reference list.

See Also:
PrivilegeImpl.getActionObjects()

Class org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.RoleAuthorizationImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

grantable

boolean grantable
The cached value of the 'Grantable' attribute.

See Also:
RoleAuthorizationImpl.isGrantable()

role

Role role
The cached value of the 'Role' reference.

See Also:
RoleAuthorizationImpl.getRole()

grantee

AuthorizationIdentifier grantee
The cached value of the 'Grantee' reference.

See Also:
RoleAuthorizationImpl.getGrantee()

grantor

AuthorizationIdentifier grantor
The cached value of the 'Grantor' reference.

See Also:
RoleAuthorizationImpl.getGrantor()

Class org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.RoleImpl extends AuthorizationIdentifierImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

roleAuthorization

org.eclipse.emf.common.util.EList roleAuthorization
The cached value of the 'Role Authorization' reference list.

See Also:
RoleImpl.getRoleAuthorization()

Class org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.UserImpl extends AuthorizationIdentifierImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

group

org.eclipse.emf.common.util.EList group
The cached value of the 'Group' reference list.

See Also:
UserImpl.getGroup()

Package org.eclipse.wst.rdb.internal.models.sql.constraints

Package org.eclipse.wst.rdb.internal.models.sql.constraints.impl

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.AssertionImpl extends ConstraintImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

searchCondition

SearchCondition searchCondition
The cached value of the 'Search Condition' containment reference.

See Also:
AssertionImpl.getSearchCondition()

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
AssertionImpl.getSchema()

constrainedTables

org.eclipse.emf.common.util.EList constrainedTables
The cached value of the 'Constrained Tables' reference list.

See Also:
AssertionImpl.getConstrainedTables()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.CheckConstraintImpl extends TableConstraintImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

searchCondition

SearchCondition searchCondition
The cached value of the 'Search Condition' containment reference.

See Also:
CheckConstraintImpl.getSearchCondition()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.ConstraintImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

deferrable

boolean deferrable
The cached value of the 'Deferrable' attribute.

See Also:
ConstraintImpl.isDeferrable()

initiallyDeferred

boolean initiallyDeferred
The cached value of the 'Initially Deferred' attribute.

See Also:
ConstraintImpl.isInitiallyDeferred()

enforced

boolean enforced
The cached value of the 'Enforced' attribute.

See Also:
ConstraintImpl.isEnforced()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.ForeignKeyImpl extends ReferenceConstraintImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

match

MatchType match
The cached value of the 'Match' attribute.

See Also:
ForeignKeyImpl.getMatch()

onUpdate

ReferentialActionType onUpdate
The cached value of the 'On Update' attribute.

See Also:
ForeignKeyImpl.getOnUpdate()

onDelete

ReferentialActionType onDelete
The cached value of the 'On Delete' attribute.

See Also:
ForeignKeyImpl.getOnDelete()

uniqueConstraint

UniqueConstraint uniqueConstraint
The cached value of the 'Unique Constraint' reference.

See Also:
ForeignKeyImpl.getUniqueConstraint()

referencedMembers

org.eclipse.emf.common.util.EList referencedMembers
The cached value of the 'Referenced Members' reference list.

See Also:
ForeignKeyImpl.getReferencedMembers()

uniqueIndex

Index uniqueIndex
The cached value of the 'Unique Index' reference.

See Also:
ForeignKeyImpl.getUniqueIndex()

referencedTable

BaseTable referencedTable
The cached value of the 'Referenced Table' reference.

See Also:
ForeignKeyImpl.getReferencedTable()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.IndexImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
IndexImpl.getSchema()

clustered

boolean clustered
The cached value of the 'Clustered' attribute.

See Also:
IndexImpl.isClustered()

fillFactor

int fillFactor
The cached value of the 'Fill Factor' attribute.

See Also:
IndexImpl.getFillFactor()

unique

boolean unique
The cached value of the 'Unique' attribute.

See Also:
IndexImpl.isUnique()

systemGenerated

boolean systemGenerated
The cached value of the 'System Generated' attribute.

See Also:
IndexImpl.isSystemGenerated()

members

org.eclipse.emf.common.util.EList members
The cached value of the 'Members' containment reference list.

See Also:
IndexImpl.getMembers()

table

Table table
The cached value of the 'Table' reference.

See Also:
IndexImpl.getTable()

foreignKey

org.eclipse.emf.common.util.EList foreignKey
The cached value of the 'Foreign Key' reference list.

See Also:
IndexImpl.getForeignKey()

includedMembers

org.eclipse.emf.common.util.EList includedMembers
The cached value of the 'Included Members' containment reference list.

See Also:
IndexImpl.getIncludedMembers()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.IndexMemberImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

incrementType

IncrementType incrementType
The cached value of the 'Increment Type' attribute.

See Also:
IndexMemberImpl.getIncrementType()

column

Column column
The cached value of the 'Column' reference.

See Also:
IndexMemberImpl.getColumn()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.PrimaryKeyImpl extends UniqueConstraintImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.ReferenceConstraintImpl extends TableConstraintImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

members

org.eclipse.emf.common.util.EList members
The cached value of the 'Members' reference list.

See Also:
ReferenceConstraintImpl.getMembers()

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.TableConstraintImpl extends ConstraintImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.constraints.impl.UniqueConstraintImpl extends ReferenceConstraintImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

foreignKey

org.eclipse.emf.common.util.EList foreignKey
The cached value of the 'Foreign Key' reference list.

See Also:
UniqueConstraintImpl.getForeignKey()

Package org.eclipse.wst.rdb.internal.models.sql.datatypes

Package org.eclipse.wst.rdb.internal.models.sql.datatypes.impl

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.ApproximateNumericDataTypeImpl extends NumericalDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.ArrayDataTypeImpl extends CollectionDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

maxCardinality

int maxCardinality
The cached value of the 'Max Cardinality' attribute.

See Also:
ArrayDataTypeImpl.getMaxCardinality()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.AttributeDefinitionImpl extends TypedElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

scopeCheck

ReferentialActionType scopeCheck
The cached value of the 'Scope Check' attribute.

See Also:
AttributeDefinitionImpl.getScopeCheck()

scopeChecked

boolean scopeChecked
The cached value of the 'Scope Checked' attribute.

See Also:
AttributeDefinitionImpl.isScopeChecked()

defaultValue

java.lang.String defaultValue
The cached value of the 'Default Value' attribute.

See Also:
AttributeDefinitionImpl.getDefaultValue()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.BinaryStringDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

length

int length
The cached value of the 'Length' attribute.

See Also:
BinaryStringDataTypeImpl.getLength()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.BooleanDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.CharacterSetImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

repertoire

java.lang.String repertoire
The cached value of the 'Repertoire' attribute.

See Also:
CharacterSetImpl.getRepertoire()

defaultCollation

java.lang.String defaultCollation
The cached value of the 'Default Collation' attribute.

See Also:
CharacterSetImpl.getDefaultCollation()

encoding

java.lang.String encoding
The cached value of the 'Encoding' attribute.

See Also:
CharacterSetImpl.getEncoding()

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
CharacterSetImpl.getSchema()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.CharacterStringDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

length

int length
The cached value of the 'Length' attribute.

See Also:
CharacterStringDataTypeImpl.getLength()

coercibility

CoercibilityType coercibility
The cached value of the 'Coercibility' attribute.

See Also:
CharacterStringDataTypeImpl.getCoercibility()

fixedLength

boolean fixedLength
The cached value of the 'Fixed Length' attribute.

See Also:
CharacterStringDataTypeImpl.isFixedLength()

collationName

java.lang.String collationName
The cached value of the 'Collation Name' attribute.

See Also:
CharacterStringDataTypeImpl.getCollationName()

characterSet

CharacterSet characterSet
The cached value of the 'Character Set' reference.

See Also:
CharacterStringDataTypeImpl.getCharacterSet()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.CollectionDataTypeImpl extends ConstructedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

element

org.eclipse.emf.common.util.EList element
The cached value of the 'Element' reference list.

See Also:
CollectionDataTypeImpl.getElement()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.ConstructedDataTypeImpl extends SQLDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.DataLinkDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

length

int length
The cached value of the 'Length' attribute.

See Also:
DataLinkDataTypeImpl.getLength()

linkControl

LinkControlOption linkControl
The cached value of the 'Link Control' attribute.

See Also:
DataLinkDataTypeImpl.getLinkControl()

integrityControl

IntegrityControlOption integrityControl
The cached value of the 'Integrity Control' attribute.

See Also:
DataLinkDataTypeImpl.getIntegrityControl()

readPermission

ReadPermissionOption readPermission
The cached value of the 'Read Permission' attribute.

See Also:
DataLinkDataTypeImpl.getReadPermission()

writePermission

WritePermissionOption writePermission
The cached value of the 'Write Permission' attribute.

See Also:
DataLinkDataTypeImpl.getWritePermission()

recovery

boolean recovery
The cached value of the 'Recovery' attribute.

See Also:
DataLinkDataTypeImpl.isRecovery()

unlink

UnlinkOption unlink
The cached value of the 'Unlink' attribute.

See Also:
DataLinkDataTypeImpl.getUnlink()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.DataTypeImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.DateDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.DistinctUserDefinedTypeImpl extends UserDefinedTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

predefinedRepresentation

PredefinedDataType predefinedRepresentation
The cached value of the 'Predefined Representation' containment reference.

See Also:
DistinctUserDefinedTypeImpl.getPredefinedRepresentation()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.DomainImpl extends DistinctUserDefinedTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

constraint

org.eclipse.emf.common.util.EList constraint
The cached value of the 'Constraint' containment reference list.

See Also:
DomainImpl.getConstraint()

defaultValue

java.lang.String defaultValue
The cached value of the 'Default Value' attribute.

See Also:
DomainImpl.getDefaultValue()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.ExactNumericDataTypeImpl extends NumericalDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

scale

int scale
The cached value of the 'Scale' attribute.

See Also:
ExactNumericDataTypeImpl.getScale()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.FieldImpl extends TypedElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

scopeCheck

ReferentialActionType scopeCheck
The cached value of the 'Scope Check' attribute.

See Also:
FieldImpl.getScopeCheck()

scopeChecked

boolean scopeChecked
The cached value of the 'Scope Checked' attribute.

See Also:
FieldImpl.isScopeChecked()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.FixedPrecisionDataTypeImpl extends ExactNumericDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.IntegerDataTypeImpl extends ExactNumericDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.IntervalDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

leadingQualifier

IntervalQualifierType leadingQualifier
The cached value of the 'Leading Qualifier' attribute.

See Also:
IntervalDataTypeImpl.getLeadingQualifier()

trailingQualifier

IntervalQualifierType trailingQualifier
The cached value of the 'Trailing Qualifier' attribute.

See Also:
IntervalDataTypeImpl.getTrailingQualifier()

leadingFieldPrecision

int leadingFieldPrecision
The cached value of the 'Leading Field Precision' attribute.

See Also:
IntervalDataTypeImpl.getLeadingFieldPrecision()

trailingFieldPrecision

int trailingFieldPrecision
The cached value of the 'Trailing Field Precision' attribute.

See Also:
IntervalDataTypeImpl.getTrailingFieldPrecision()

fractionalSecondsPrecision

int fractionalSecondsPrecision
The cached value of the 'Fractional Seconds Precision' attribute.

See Also:
IntervalDataTypeImpl.getFractionalSecondsPrecision()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.MultisetDataTypeImpl extends CollectionDataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.NumericalDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

precision

int precision
The cached value of the 'Precision' attribute.

See Also:
NumericalDataTypeImpl.getPrecision()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.PredefinedDataTypeImpl extends SQLDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

primitiveType

PrimitiveType primitiveType
The cached value of the 'Primitive Type' attribute.

See Also:
PredefinedDataTypeImpl.getPrimitiveType()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.ReferenceDataTypeImpl extends ConstructedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

scopeTable

Table scopeTable
The cached value of the 'Scope Table' reference.

See Also:
ReferenceDataTypeImpl.getScopeTable()

referencedType

StructuredUserDefinedType referencedType
The cached value of the 'Referenced Type' reference.

See Also:
ReferenceDataTypeImpl.getReferencedType()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.RowDataTypeImpl extends ConstructedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

fields

org.eclipse.emf.common.util.EList fields
The cached value of the 'Fields' containment reference list.

See Also:
RowDataTypeImpl.getFields()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.SQLDataTypeImpl extends DataTypeImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.StructuredUserDefinedTypeImpl extends UserDefinedTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

instantiable

boolean instantiable
The cached value of the 'Instantiable' attribute.

See Also:
StructuredUserDefinedTypeImpl.isInstantiable()

final_

boolean final_
The cached value of the 'Final' attribute.

See Also:
StructuredUserDefinedTypeImpl.isFinal()

super_

StructuredUserDefinedType super_
The cached value of the 'Super' reference.

See Also:
StructuredUserDefinedTypeImpl.getSuper()

sub

org.eclipse.emf.common.util.EList sub
The cached value of the 'Sub' reference list.

See Also:
StructuredUserDefinedTypeImpl.getSub()

attributes

org.eclipse.emf.common.util.EList attributes
The cached value of the 'Attributes' containment reference list.

See Also:
StructuredUserDefinedTypeImpl.getAttributes()

methods

org.eclipse.emf.common.util.EList methods
The cached value of the 'Methods' containment reference list.

See Also:
StructuredUserDefinedTypeImpl.getMethods()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.TimeDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

fractionalSecondsPrecision

int fractionalSecondsPrecision
The cached value of the 'Fractional Seconds Precision' attribute.

See Also:
TimeDataTypeImpl.getFractionalSecondsPrecision()

timeZone

boolean timeZone
The cached value of the 'Time Zone' attribute.

See Also:
TimeDataTypeImpl.isTimeZone()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.UserDefinedTypeImpl extends DataTypeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
UserDefinedTypeImpl.getSchema()

ordering

UserDefinedTypeOrdering ordering
The cached value of the 'Ordering' containment reference.

See Also:
UserDefinedTypeImpl.getOrdering()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.UserDefinedTypeOrderingImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

orderingForm

OrderingType orderingForm
The cached value of the 'Ordering Form' attribute.

See Also:
UserDefinedTypeOrderingImpl.getOrderingForm()

orderingCategory

OrderingCategoryType orderingCategory
The cached value of the 'Ordering Category' attribute.

See Also:
UserDefinedTypeOrderingImpl.getOrderingCategory()

orderingRoutine

Routine orderingRoutine
The cached value of the 'Ordering Routine' reference.

See Also:
UserDefinedTypeOrderingImpl.getOrderingRoutine()

Class org.eclipse.wst.rdb.internal.models.sql.datatypes.impl.XMLDataTypeImpl extends PredefinedDataTypeImpl implements Serializable

serialVersionUID: 1L


Package org.eclipse.wst.rdb.internal.models.sql.expressions

Package org.eclipse.wst.rdb.internal.models.sql.expressions.impl

Class org.eclipse.wst.rdb.internal.models.sql.expressions.impl.QueryExpressionDefaultImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

sql

java.lang.String sql
The cached value of the 'SQL' attribute.

See Also:
QueryExpressionDefaultImpl.getSQL()

Class org.eclipse.wst.rdb.internal.models.sql.expressions.impl.SearchConditionDefaultImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

sql

java.lang.String sql
The cached value of the 'SQL' attribute.

See Also:
SearchConditionDefaultImpl.getSQL()

Class org.eclipse.wst.rdb.internal.models.sql.expressions.impl.ValueExpressionDefaultImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

sql

java.lang.String sql
The cached value of the 'SQL' attribute.

See Also:
ValueExpressionDefaultImpl.getSQL()

Package org.eclipse.wst.rdb.internal.models.sql.routines

Package org.eclipse.wst.rdb.internal.models.sql.routines.impl

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.BuiltInFunctionImpl extends FunctionImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.FunctionImpl extends RoutineImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

nullCall

boolean nullCall
The cached value of the 'Null Call' attribute.

See Also:
FunctionImpl.isNullCall()

static_

boolean static_
The cached value of the 'Static' attribute.

See Also:
FunctionImpl.isStatic()

transformGroup

java.lang.String transformGroup
The cached value of the 'Transform Group' attribute.

See Also:
FunctionImpl.getTransformGroup()

typePreserving

boolean typePreserving
The cached value of the 'Type Preserving' attribute.

See Also:
FunctionImpl.isTypePreserving()

mutator

boolean mutator
The cached value of the 'Mutator' attribute.

See Also:
FunctionImpl.isMutator()

returnTable

RoutineResultTable returnTable
The cached value of the 'Return Table' containment reference.

See Also:
FunctionImpl.getReturnTable()

returnScaler

Parameter returnScaler
The cached value of the 'Return Scaler' containment reference.

See Also:
FunctionImpl.getReturnScaler()

returnCast

Parameter returnCast
The cached value of the 'Return Cast' containment reference.

See Also:
FunctionImpl.getReturnCast()

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.MethodImpl extends FunctionImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

overriding

boolean overriding
The cached value of the 'Overriding' attribute.

See Also:
MethodImpl.isOverriding()

constructor

boolean constructor
The cached value of the 'Constructor' attribute.

See Also:
MethodImpl.isConstructor()

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ParameterImpl extends TypedElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

mode

ParameterMode mode
The cached value of the 'Mode' attribute.

See Also:
ParameterImpl.getMode()

locator

boolean locator
The cached value of the 'Locator' attribute.

See Also:
ParameterImpl.isLocator()

stringTypeOption

CharacterStringDataType stringTypeOption
The cached value of the 'String Type Option' containment reference.

See Also:
ParameterImpl.getStringTypeOption()

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImpl extends RoutineImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

maxResultSets

int maxResultSets
The cached value of the 'Max Result Sets' attribute.

See Also:
ProcedureImpl.getMaxResultSets()

oldSavePoint

boolean oldSavePoint
The cached value of the 'Old Save Point' attribute.

See Also:
ProcedureImpl.isOldSavePoint()

resultSet

org.eclipse.emf.common.util.EList resultSet
The cached value of the 'Result Set' containment reference list.

See Also:
ProcedureImpl.getResultSet()

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.RoutineImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

specificName

java.lang.String specificName
The cached value of the 'Specific Name' attribute.

See Also:
RoutineImpl.getSpecificName()

language

java.lang.String language
The cached value of the 'Language' attribute.

See Also:
RoutineImpl.getLanguage()

parameterStyle

java.lang.String parameterStyle
The cached value of the 'Parameter Style' attribute.

See Also:
RoutineImpl.getParameterStyle()

deterministic

boolean deterministic
The cached value of the 'Deterministic' attribute.

See Also:
RoutineImpl.isDeterministic()

sqlDataAccess

DataAccess sqlDataAccess
The cached value of the 'Sql Data Access' attribute.

See Also:
RoutineImpl.getSqlDataAccess()

creationTS

java.lang.String creationTS
The cached value of the 'Creation TS' attribute.

See Also:
RoutineImpl.getCreationTS()

lastAlteredTS

java.lang.String lastAlteredTS
The cached value of the 'Last Altered TS' attribute.

See Also:
RoutineImpl.getLastAlteredTS()

authorizationID

java.lang.String authorizationID
The cached value of the 'Authorization ID' attribute.

See Also:
RoutineImpl.getAuthorizationID()

security

java.lang.String security
The cached value of the 'Security' attribute.

See Also:
RoutineImpl.getSecurity()

externalName

java.lang.String externalName
The cached value of the 'External Name' attribute.

See Also:
RoutineImpl.getExternalName()

parameters

org.eclipse.emf.common.util.EList parameters
The cached value of the 'Parameters' containment reference list.

See Also:
RoutineImpl.getParameters()

source

Source source
The cached value of the 'Source' containment reference.

See Also:
RoutineImpl.getSource()

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
RoutineImpl.getSchema()

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.RoutineResultTableImpl extends TableImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.SourceImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

body

java.lang.String body
The cached value of the 'Body' attribute.

See Also:
SourceImpl.getBody()

Class org.eclipse.wst.rdb.internal.models.sql.routines.impl.UserDefinedFunctionImpl extends FunctionImpl implements Serializable

serialVersionUID: 1L


Package org.eclipse.wst.rdb.internal.models.sql.schema

Package org.eclipse.wst.rdb.internal.models.sql.schema.impl

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.CommentImpl extends org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

description

java.lang.String description
The cached value of the 'Description' attribute.

See Also:
CommentImpl.getDescription()

sqlObject

SQLObject sqlObject
The cached value of the 'SQL Object' reference.

See Also:
CommentImpl.getSQLObject()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.DatabaseImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

vendor

java.lang.String vendor
The cached value of the 'Vendor' attribute.

See Also:
DatabaseImpl.getVendor()

version

java.lang.String version
The cached value of the 'Version' attribute.

See Also:
DatabaseImpl.getVersion()

schemas

org.eclipse.emf.common.util.EList schemas
The cached value of the 'Schemas' reference list.

See Also:
DatabaseImpl.getSchemas()

authorizationIds

org.eclipse.emf.common.util.EList authorizationIds
The cached value of the 'Authorization Ids' reference list.

See Also:
DatabaseImpl.getAuthorizationIds()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.DependencyImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

targetEnd

org.eclipse.emf.ecore.EObject targetEnd
The cached value of the 'Target End' reference.

See Also:
DependencyImpl.getTargetEnd()

dependencyType

java.lang.String dependencyType
The cached value of the 'Dependency Type' attribute.

See Also:
DependencyImpl.getDependencyType()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.IdentitySpecifierImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

generationType

GenerateType generationType
The cached value of the 'Generation Type' attribute.

See Also:
IdentitySpecifierImpl.getGenerationType()

startValue

java.math.BigInteger startValue
The cached value of the 'Start Value' attribute.

See Also:
IdentitySpecifierImpl.getStartValue()

increment

java.math.BigInteger increment
The cached value of the 'Increment' attribute.

See Also:
IdentitySpecifierImpl.getIncrement()

minimum

java.math.BigInteger minimum
The cached value of the 'Minimum' attribute.

See Also:
IdentitySpecifierImpl.getMinimum()

maximum

java.math.BigInteger maximum
The cached value of the 'Maximum' attribute.

See Also:
IdentitySpecifierImpl.getMaximum()

cycleOption

boolean cycleOption
The cached value of the 'Cycle Option' attribute.

See Also:
IdentitySpecifierImpl.isCycleOption()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.SchemaImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

triggers

org.eclipse.emf.common.util.EList triggers
The cached value of the 'Triggers' reference list.

See Also:
SchemaImpl.getTriggers()

indices

org.eclipse.emf.common.util.EList indices
The cached value of the 'Indices' reference list.

See Also:
SchemaImpl.getIndices()

tables

org.eclipse.emf.common.util.EList tables
The cached value of the 'Tables' reference list.

See Also:
SchemaImpl.getTables()

sequences

org.eclipse.emf.common.util.EList sequences
The cached value of the 'Sequences' reference list.

See Also:
SchemaImpl.getSequences()

database

Database database
The cached value of the 'Database' reference.

See Also:
SchemaImpl.getDatabase()

assertions

org.eclipse.emf.common.util.EList assertions
The cached value of the 'Assertions' reference list.

See Also:
SchemaImpl.getAssertions()

userDefinedTypes

org.eclipse.emf.common.util.EList userDefinedTypes
The cached value of the 'User Defined Types' reference list.

See Also:
SchemaImpl.getUserDefinedTypes()

charSets

org.eclipse.emf.common.util.EList charSets
The cached value of the 'Char Sets' reference list.

See Also:
SchemaImpl.getCharSets()

routines

org.eclipse.emf.common.util.EList routines
The cached value of the 'Routines' reference list.

See Also:
SchemaImpl.getRoutines()

owner

AuthorizationIdentifier owner
The cached value of the 'Owner' reference.

See Also:
SchemaImpl.getOwner()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.SequenceImpl extends TypedElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

identity

IdentitySpecifier identity
The cached value of the 'Identity' containment reference.

See Also:
SequenceImpl.getIdentity()

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
SequenceImpl.getSchema()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.SQLObjectImpl extends org.eclipse.emf.ecore.impl.ENamedElementImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

writeReplace

public java.lang.Object writeReplace()
                              throws java.io.ObjectStreamException

Throws:
java.io.ObjectStreamException
Serialized Fields

dependencies

org.eclipse.emf.common.util.EList dependencies
The cached value of the 'Dependencies' containment reference list.

See Also:
SQLObjectImpl.getDependencies()

description

java.lang.String description
The cached value of the 'Description' attribute.

See Also:
SQLObjectImpl.getDescription()

label

java.lang.String label
The cached value of the 'Label' attribute.

See Also:
SQLObjectImpl.getLabel()

comments

org.eclipse.emf.common.util.EList comments
The cached value of the 'Comments' reference list.

See Also:
SQLObjectImpl.getComments()

privileges

org.eclipse.emf.common.util.EList privileges
The cached value of the 'Privileges' reference list.

See Also:
SQLObjectImpl.getPrivileges()

Class org.eclipse.wst.rdb.internal.models.sql.schema.impl.TypedElementImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

containedType

SQLDataType containedType
The cached value of the 'Contained Type' containment reference.

See Also:
TypedElementImpl.getContainedType()

referencedType

UserDefinedType referencedType
The cached value of the 'Referenced Type' reference.

See Also:
TypedElementImpl.getReferencedType()

Package org.eclipse.wst.rdb.internal.models.sql.statements

Package org.eclipse.wst.rdb.internal.models.sql.statements.impl

Class org.eclipse.wst.rdb.internal.models.sql.statements.impl.SQLStatementDefaultImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

sql

java.lang.String sql
The cached value of the 'SQL' attribute.

See Also:
SQLStatementDefaultImpl.getSQL()

Package org.eclipse.wst.rdb.internal.models.sql.tables

Package org.eclipse.wst.rdb.internal.models.sql.tables.impl

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.BaseTableImpl extends TableImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

constraints

org.eclipse.emf.common.util.EList constraints
The cached value of the 'Constraints' containment reference list.

See Also:
BaseTableImpl.getConstraints()

referencingForeignKeys

org.eclipse.emf.common.util.EList referencingForeignKeys
The cached value of the 'Referencing Foreign Keys' reference list.

See Also:
BaseTableImpl.getReferencingForeignKeys()

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.ColumnImpl extends TypedElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

identitySpecifier

IdentitySpecifier identitySpecifier
The cached value of the 'Identity Specifier' containment reference.

See Also:
ColumnImpl.getIdentitySpecifier()

generateExpression

ValueExpression generateExpression
The cached value of the 'Generate Expression' containment reference.

See Also:
ColumnImpl.getGenerateExpression()

implementationDependent

boolean implementationDependent
The cached value of the 'Implementation Dependent' attribute.

See Also:
ColumnImpl.isImplementationDependent()

nullable

boolean nullable
The cached value of the 'Nullable' attribute.

See Also:
ColumnImpl.isNullable()

defaultValue

java.lang.String defaultValue
The cached value of the 'Default Value' attribute.

See Also:
ColumnImpl.getDefaultValue()

scopeCheck

ReferentialActionType scopeCheck
The cached value of the 'Scope Check' attribute.

See Also:
ColumnImpl.getScopeCheck()

scopeChecked

boolean scopeChecked
The cached value of the 'Scope Checked' attribute.

See Also:
ColumnImpl.isScopeChecked()

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.DerivedTableImpl extends TableImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

queryExpression

QueryExpression queryExpression
The cached value of the 'Query Expression' containment reference.

See Also:
DerivedTableImpl.getQueryExpression()

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.PersistentTableImpl extends BaseTableImpl implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.TableImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

columns

org.eclipse.emf.common.util.EList columns
The cached value of the 'Columns' containment reference list.

See Also:
TableImpl.getColumns()

supertable

Table supertable
The cached value of the 'Supertable' reference.

See Also:
TableImpl.getSupertable()

subtables

org.eclipse.emf.common.util.EList subtables
The cached value of the 'Subtables' reference list.

See Also:
TableImpl.getSubtables()

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
TableImpl.getSchema()

udt

StructuredUserDefinedType udt
The cached value of the 'Udt' reference.

See Also:
TableImpl.getUdt()

triggers

org.eclipse.emf.common.util.EList triggers
The cached value of the 'Triggers' reference list.

See Also:
TableImpl.getTriggers()

index

org.eclipse.emf.common.util.EList index
The cached value of the 'Index' reference list.

See Also:
TableImpl.getIndex()

selfRefColumnGeneration

ReferenceType selfRefColumnGeneration
The cached value of the 'Self Ref Column Generation' attribute.

See Also:
TableImpl.getSelfRefColumnGeneration()

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.TemporaryTableImpl extends BaseTableImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

local

boolean local
The cached value of the 'Local' attribute.

See Also:
TemporaryTableImpl.isLocal()

deleteOnCommit

boolean deleteOnCommit
The cached value of the 'Delete On Commit' attribute.

See Also:
TemporaryTableImpl.isDeleteOnCommit()

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.TriggerImpl extends SQLObjectImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

schema

Schema schema
The cached value of the 'Schema' reference.

See Also:
TriggerImpl.getSchema()

subjectTable

Table subjectTable
The cached value of the 'Subject Table' reference.

See Also:
TriggerImpl.getSubjectTable()

actionStatement

org.eclipse.emf.common.util.EList actionStatement
The cached value of the 'Action Statement' containment reference list.

See Also:
TriggerImpl.getActionStatement()

triggerColumn

org.eclipse.emf.common.util.EList triggerColumn
The cached value of the 'Trigger Column' reference list.

See Also:
TriggerImpl.getTriggerColumn()

actionGranularity

ActionGranularityType actionGranularity
The cached value of the 'Action Granularity' attribute.

See Also:
TriggerImpl.getActionGranularity()

when

SearchCondition when
The cached value of the 'When' containment reference.

See Also:
TriggerImpl.getWhen()

timeStamp

java.util.Date timeStamp
The cached value of the 'Time Stamp' attribute.

See Also:
TriggerImpl.getTimeStamp()

actionTime

ActionTimeType actionTime
The cached value of the 'Action Time' attribute.

See Also:
TriggerImpl.getActionTime()

updateType

boolean updateType
The cached value of the 'Update Type' attribute.

See Also:
TriggerImpl.isUpdateType()

insertType

boolean insertType
The cached value of the 'Insert Type' attribute.

See Also:
TriggerImpl.isInsertType()

deleteType

boolean deleteType
The cached value of the 'Delete Type' attribute.

See Also:
TriggerImpl.isDeleteType()

oldRow

java.lang.String oldRow
The cached value of the 'Old Row' attribute.

See Also:
TriggerImpl.getOldRow()

newRow

java.lang.String newRow
The cached value of the 'New Row' attribute.

See Also:
TriggerImpl.getNewRow()

oldTable

java.lang.String oldTable
The cached value of the 'Old Table' attribute.

See Also:
TriggerImpl.getOldTable()

newTable

java.lang.String newTable
The cached value of the 'New Table' attribute.

See Also:
TriggerImpl.getNewTable()

Class org.eclipse.wst.rdb.internal.models.sql.tables.impl.ViewTableImpl extends DerivedTableImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

checkType

CheckType checkType
The cached value of the 'Check Type' attribute.

See Also:
ViewTableImpl.getCheckType()