Serialized Form


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

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

Serialized Fields

ownedSchema

org.eclipse.emf.common.util.EList ownedSchema
The cached value of the 'Owned Schema' reference list.
See Also:
AuthorizationIdentifierImpl.getOwnedSchema()

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.DoubleObjectPrivilegeImpl implements Serializable

Serialized Fields

object2

SQLObject object2
The cached value of the 'Object2' reference.
See Also:
DoubleObjectPrivilegeImpl.getObject2()

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

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 implements Serializable

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()

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()

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

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 implements Serializable

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.TablePrivilegeImpl implements Serializable

Serialized Fields

withHierarchy

boolean withHierarchy
The cached value of the 'With Hierarchy' attribute.
See Also:
TablePrivilegeImpl.isWithHierarchy()

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


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

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

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 implements Serializable

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 implements Serializable

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 implements Serializable

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()

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

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()

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 implements Serializable

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 implements Serializable

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

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 implements Serializable

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

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.impl

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

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

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 implements Serializable

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 implements Serializable

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 implements Serializable

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

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 implements Serializable

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 implements Serializable

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 implements Serializable

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

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 implements Serializable

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

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

Serialized Fields

predefinedRepresentation

PredefinedDataType predefinedRepresentation
The cached value of the 'Predefined Representation' reference.
See Also:
DistinctUserDefinedTypeImpl.getPredefinedRepresentation()

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

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 implements Serializable

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 implements Serializable

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 implements Serializable

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

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

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 implements Serializable

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

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 implements Serializable

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 implements Serializable

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 implements Serializable

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 implements Serializable

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

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 implements Serializable

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 implements Serializable

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 implements Serializable

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 implements Serializable


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

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

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 implements Serializable

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 implements Serializable

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.impl

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

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

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 implements Serializable

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 implements Serializable

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()

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

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 implements Serializable

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

org.eclipse.emf.common.util.EList source
The cached value of the 'Source' containment reference list.
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 implements Serializable

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

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 implements Serializable


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

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

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 implements Serializable

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 implements Serializable

Serialized Fields

generationType

GenerateType generationType
The cached value of the 'Generation Type' attribute.
See Also:
IdentitySpecifierImpl.getGenerationType()

startValue

int startValue
The cached value of the 'Start Value' attribute.
See Also:
IdentitySpecifierImpl.getStartValue()

increment

int increment
The cached value of the 'Increment' attribute.
See Also:
IdentitySpecifierImpl.getIncrement()

minimum

int minimum
The cached value of the 'Minimum' attribute.
See Also:
IdentitySpecifierImpl.getMinimum()

maximum

int 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 implements Serializable

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 implements Serializable

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 implements Serializable

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()

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

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.impl

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

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.impl

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

Serialized Fields

constraints

org.eclipse.emf.common.util.EList constraints
The cached value of the 'Constraints' containment reference list.
See Also:
BaseTableImpl.getConstraints()

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

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' 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 implements Serializable

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 implements Serializable

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

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 implements Serializable

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 implements Serializable

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' 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 implements Serializable

Serialized Fields

checkType

CheckType checkType
The cached value of the 'Check Type' attribute.
See Also:
ViewTableImpl.getCheckType()