Serialized Form
|
Package org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl |
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()
object2
SQLObject object2
- The cached value of the '
Object2' reference.
- See Also:
DoubleObjectPrivilegeImpl.getObject2()
user
org.eclipse.emf.common.util.EList user
- The cached value of the '
User' reference list.
- See Also:
GroupImpl.getUser()
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()
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()
roleAuthorization
org.eclipse.emf.common.util.EList roleAuthorization
- The cached value of the '
Role Authorization' reference list.
- See Also:
RoleImpl.getRoleAuthorization()
withHierarchy
boolean withHierarchy
- The cached value of the '
With Hierarchy' attribute.
- See Also:
TablePrivilegeImpl.isWithHierarchy()
|
Package org.eclipse.wst.rdb.internal.models.sql.constraints.impl |
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()
searchCondition
SearchCondition searchCondition
- The cached value of the '
Search Condition' containment reference.
- See Also:
CheckConstraintImpl.getSearchCondition()
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()
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()
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()
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()
members
org.eclipse.emf.common.util.EList members
- The cached value of the '
Members' reference list.
- See Also:
ReferenceConstraintImpl.getMembers()
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 |
maxCardinality
int maxCardinality
- The cached value of the '
Max Cardinality' attribute.
- See Also:
ArrayDataTypeImpl.getMaxCardinality()
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()
length
int length
- The cached value of the '
Length' attribute.
- See Also:
BinaryStringDataTypeImpl.getLength()
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()
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()
element
org.eclipse.emf.common.util.EList element
- The cached value of the '
Element' reference list.
- See Also:
CollectionDataTypeImpl.getElement()
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()
predefinedRepresentation
PredefinedDataType predefinedRepresentation
- The cached value of the '
Predefined Representation' reference.
- See Also:
DistinctUserDefinedTypeImpl.getPredefinedRepresentation()
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()
scale
int scale
- The cached value of the '
Scale' attribute.
- See Also:
ExactNumericDataTypeImpl.getScale()
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()
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()
precision
int precision
- The cached value of the '
Precision' attribute.
- See Also:
NumericalDataTypeImpl.getPrecision()
primitiveType
PrimitiveType primitiveType
- The cached value of the '
Primitive Type' attribute.
- See Also:
PredefinedDataTypeImpl.getPrimitiveType()
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()
fields
org.eclipse.emf.common.util.EList fields
- The cached value of the '
Fields' containment reference list.
- See Also:
RowDataTypeImpl.getFields()
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()
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()
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()
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()
|
Package org.eclipse.wst.rdb.internal.models.sql.expressions.impl |
sql
java.lang.String sql
- The cached value of the '
SQL' attribute.
- See Also:
QueryExpressionDefaultImpl.getSQL()
sql
java.lang.String sql
- The cached value of the '
SQL' attribute.
- See Also:
SearchConditionDefaultImpl.getSQL()
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 |
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()
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()
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()
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()
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()
body
java.lang.String body
- The cached value of the '
Body' attribute.
- See Also:
SourceImpl.getBody()
|
Package org.eclipse.wst.rdb.internal.models.sql.schema.impl |
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()
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()
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()
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()
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()
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()
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 |
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 |
constraints
org.eclipse.emf.common.util.EList constraints
- The cached value of the '
Constraints' containment reference list.
- See Also:
BaseTableImpl.getConstraints()
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()
queryExpression
QueryExpression queryExpression
- The cached value of the '
Query Expression' containment reference.
- See Also:
DerivedTableImpl.getQueryExpression()
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()
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()
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()
checkType
CheckType checkType
- The cached value of the '
Check Type' attribute.
- See Also:
ViewTableImpl.getCheckType()