org.eclipse.wst.rdb.internal.models.dbdefinition
Interface DatabaseVendorDefinition

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DatabaseVendorDefinitionImpl

public interface DatabaseVendorDefinition
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Database Vendor Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getDatabaseVendorDefinition()

Method Summary
 ColumnDefinition getColumnDefinition()
          Returns the value of the 'Column Definition' containment reference.
 ConstraintDefinition getConstraintDefinition()
          Returns the value of the 'Constraint Definition' containment reference.
 org.eclipse.emf.common.util.EList getExtendedDefinitions()
          Returns the value of the 'Extended Definitions' containment reference list.
 IndexDefinition getIndexDefinition()
          Returns the value of the 'Index Definition' containment reference.
 int getMaximumCommentLength()
          Returns the value of the 'Maximum Comment Length' attribute.
 int getMaximumIdentifierLength()
          Returns the value of the 'Maximum Identifier Length' attribute.
 org.eclipse.emf.common.util.EList getPredefinedDataTypeDefinitions()
          Returns the value of the 'Predefined Data Type Definitions' containment reference list.
 QueryDefinition getQueryDefinition()
          Returns the value of the 'Query Definition' containment reference.
 SequenceDefinition getSequenceDefinition()
          Returns the value of the 'Sequence Definition' containment reference.
 SQLSyntaxDefinition getSQLSyntaxDefinition()
          Returns the value of the 'SQL Syntax Definition' containment reference.
 StoredProcedureDefinition getStoredProcedureDefinition()
          Returns the value of the 'Stored Procedure Definition' containment reference.
 TableDefinition getTableDefinition()
          Returns the value of the 'Table Definition' containment reference.
 TableSpaceDefinition getTableSpaceDefinition()
          Returns the value of the 'Table Space Definition' containment reference.
 TriggerDefinition getTriggerDefinition()
          Returns the value of the 'Trigger Definition' containment reference.
 UserDefinedTypeDefinition getUdtDefinition()
          Returns the value of the 'Udt Definition' containment reference.
 java.lang.String getVendor()
          Returns the value of the 'Vendor' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 boolean isAliasSupported()
          Returns the value of the 'Alias Supported' attribute.
 boolean isConstraintsSupported()
          Returns the value of the 'Constraints Supported' attribute.
 boolean isDomainSupported()
          Returns the value of the 'Domain Supported' attribute.
 boolean isJoinSupported()
          Returns the value of the 'Join Supported' attribute.
 boolean isMQTSupported()
          Returns the value of the 'MQT Supported' attribute.
 boolean isNicknameConstraintSupported()
          Returns the value of the 'Nickname Constraint Supported' attribute.
 boolean isNicknameSupported()
          Returns the value of the 'Nickname Supported' attribute.
 boolean isSchemaSupported()
          Returns the value of the 'Schema Supported' attribute.
 boolean isSequenceSupported()
          Returns the value of the 'Sequence Supported' attribute.
 boolean isSnapshotViewSupported()
          Returns the value of the 'Snapshot View Supported' attribute.
 boolean isSQLStatementSupported()
          Returns the value of the 'SQL Statement Supported' attribute.
 boolean isTablespacesSupported()
          Returns the value of the 'Tablespaces Supported' attribute.
 boolean isTriggerSupported()
          Returns the value of the 'Trigger Supported' attribute.
 boolean isUserDefinedTypeSupported()
          Returns the value of the 'User Defined Type Supported' attribute.
 boolean isViewTriggerSupported()
          Returns the value of the 'View Trigger Supported' attribute.
 void setAliasSupported(boolean value)
          Sets the value of the 'Alias Supported' attribute.
 void setColumnDefinition(ColumnDefinition value)
          Sets the value of the 'Column Definition' containment reference.
 void setConstraintDefinition(ConstraintDefinition value)
          Sets the value of the 'Constraint Definition' containment reference.
 void setConstraintsSupported(boolean value)
          Sets the value of the 'Constraints Supported' attribute.
 void setDomainSupported(boolean value)
          Sets the value of the 'Domain Supported' attribute.
 void setIndexDefinition(IndexDefinition value)
          Sets the value of the 'Index Definition' containment reference.
 void setJoinSupported(boolean value)
          Sets the value of the 'Join Supported' attribute.
 void setMaximumCommentLength(int value)
          Sets the value of the 'Maximum Comment Length' attribute.
 void setMaximumIdentifierLength(int value)
          Sets the value of the 'Maximum Identifier Length' attribute.
 void setMQTSupported(boolean value)
          Sets the value of the 'MQT Supported' attribute.
 void setNicknameConstraintSupported(boolean value)
          Sets the value of the 'Nickname Constraint Supported' attribute.
 void setNicknameSupported(boolean value)
          Sets the value of the 'Nickname Supported' attribute.
 void setQueryDefinition(QueryDefinition value)
          Sets the value of the 'Query Definition' containment reference.
 void setSchemaSupported(boolean value)
          Sets the value of the 'Schema Supported' attribute.
 void setSequenceDefinition(SequenceDefinition value)
          Sets the value of the 'Sequence Definition' containment reference.
 void setSequenceSupported(boolean value)
          Sets the value of the 'Sequence Supported' attribute.
 void setSnapshotViewSupported(boolean value)
          Sets the value of the 'Snapshot View Supported' attribute.
 void setSQLStatementSupported(boolean value)
          Sets the value of the 'SQL Statement Supported' attribute.
 void setSQLSyntaxDefinition(SQLSyntaxDefinition value)
          Sets the value of the 'SQL Syntax Definition' containment reference.
 void setStoredProcedureDefinition(StoredProcedureDefinition value)
          Sets the value of the 'Stored Procedure Definition' containment reference.
 void setTableDefinition(TableDefinition value)
          Sets the value of the 'Table Definition' containment reference.
 void setTableSpaceDefinition(TableSpaceDefinition value)
          Sets the value of the 'Table Space Definition' containment reference.
 void setTablespacesSupported(boolean value)
          Sets the value of the 'Tablespaces Supported' attribute.
 void setTriggerDefinition(TriggerDefinition value)
          Sets the value of the 'Trigger Definition' containment reference.
 void setTriggerSupported(boolean value)
          Sets the value of the 'Trigger Supported' attribute.
 void setUdtDefinition(UserDefinedTypeDefinition value)
          Sets the value of the 'Udt Definition' containment reference.
 void setUserDefinedTypeSupported(boolean value)
          Sets the value of the 'User Defined Type Supported' attribute.
 void setVendor(java.lang.String value)
          Sets the value of the 'Vendor' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 void setViewTriggerSupported(boolean value)
          Sets the value of the 'View Trigger Supported' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getVendor

public java.lang.String getVendor()
Returns the value of the 'Vendor' attribute.

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

Returns:
the value of the 'Vendor' attribute.
See Also:
setVendor(String), DatabaseDefinitionPackage.getDatabaseVendorDefinition_Vendor()

setVendor

public void setVendor(java.lang.String value)
Sets the value of the 'Vendor' attribute.
Parameters:
value - the new value of the 'Vendor' attribute.
See Also:
getVendor()

getVersion

public java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), DatabaseDefinitionPackage.getDatabaseVendorDefinition_Version()

setVersion

public void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.
Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

isConstraintsSupported

public boolean isConstraintsSupported()
Returns the value of the 'Constraints Supported' attribute. The default value is "true".

If the meaning of the 'Constraints Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Constraints Supported' attribute.
See Also:
setConstraintsSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_ConstraintsSupported()

setConstraintsSupported

public void setConstraintsSupported(boolean value)
Sets the value of the 'Constraints Supported' attribute.
Parameters:
value - the new value of the 'Constraints Supported' attribute.
See Also:
isConstraintsSupported()

getMaximumIdentifierLength

public int getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute.

If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Identifier Length' attribute.
See Also:
setMaximumIdentifierLength(int), DatabaseDefinitionPackage.getDatabaseVendorDefinition_MaximumIdentifierLength()

setMaximumIdentifierLength

public void setMaximumIdentifierLength(int value)
Sets the value of the 'Maximum Identifier Length' attribute.
Parameters:
value - the new value of the 'Maximum Identifier Length' attribute.
See Also:
getMaximumIdentifierLength()

isTriggerSupported

public boolean isTriggerSupported()
Returns the value of the 'Trigger Supported' attribute. The default value is "true".

If the meaning of the 'Trigger Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Trigger Supported' attribute.
See Also:
setTriggerSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_TriggerSupported()

setTriggerSupported

public void setTriggerSupported(boolean value)
Sets the value of the 'Trigger Supported' attribute.
Parameters:
value - the new value of the 'Trigger Supported' attribute.
See Also:
isTriggerSupported()

isSnapshotViewSupported

public boolean isSnapshotViewSupported()
Returns the value of the 'Snapshot View Supported' attribute.

If the meaning of the 'Snapshot View Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Snapshot View Supported' attribute.
See Also:
setSnapshotViewSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SnapshotViewSupported()

setSnapshotViewSupported

public void setSnapshotViewSupported(boolean value)
Sets the value of the 'Snapshot View Supported' attribute.
Parameters:
value - the new value of the 'Snapshot View Supported' attribute.
See Also:
isSnapshotViewSupported()

isJoinSupported

public boolean isJoinSupported()
Returns the value of the 'Join Supported' attribute.

If the meaning of the 'Join Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Join Supported' attribute.
See Also:
setJoinSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_JoinSupported()

setJoinSupported

public void setJoinSupported(boolean value)
Sets the value of the 'Join Supported' attribute.
Parameters:
value - the new value of the 'Join Supported' attribute.
See Also:
isJoinSupported()

isViewTriggerSupported

public boolean isViewTriggerSupported()
Returns the value of the 'View Trigger Supported' attribute.

If the meaning of the 'View Trigger Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'View Trigger Supported' attribute.
See Also:
setViewTriggerSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_ViewTriggerSupported()

setViewTriggerSupported

public void setViewTriggerSupported(boolean value)
Sets the value of the 'View Trigger Supported' attribute.
Parameters:
value - the new value of the 'View Trigger Supported' attribute.
See Also:
isViewTriggerSupported()

isTablespacesSupported

public boolean isTablespacesSupported()
Returns the value of the 'Tablespaces Supported' attribute. The default value is "true".

If the meaning of the 'Tablespaces Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tablespaces Supported' attribute.
See Also:
setTablespacesSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_TablespacesSupported()

setTablespacesSupported

public void setTablespacesSupported(boolean value)
Sets the value of the 'Tablespaces Supported' attribute.
Parameters:
value - the new value of the 'Tablespaces Supported' attribute.
See Also:
isTablespacesSupported()

getMaximumCommentLength

public int getMaximumCommentLength()
Returns the value of the 'Maximum Comment Length' attribute.

If the meaning of the 'Maximum Comment Length' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Comment Length' attribute.
See Also:
setMaximumCommentLength(int), DatabaseDefinitionPackage.getDatabaseVendorDefinition_MaximumCommentLength()

setMaximumCommentLength

public void setMaximumCommentLength(int value)
Sets the value of the 'Maximum Comment Length' attribute.
Parameters:
value - the new value of the 'Maximum Comment Length' attribute.
See Also:
getMaximumCommentLength()

isSequenceSupported

public boolean isSequenceSupported()
Returns the value of the 'Sequence Supported' attribute. The default value is "false".

If the meaning of the 'Sequence Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sequence Supported' attribute.
See Also:
setSequenceSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SequenceSupported()

setSequenceSupported

public void setSequenceSupported(boolean value)
Sets the value of the 'Sequence Supported' attribute.
Parameters:
value - the new value of the 'Sequence Supported' attribute.
See Also:
isSequenceSupported()

isMQTSupported

public boolean isMQTSupported()
Returns the value of the 'MQT Supported' attribute. The default value is "false".

If the meaning of the 'MQT Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'MQT Supported' attribute.
See Also:
setMQTSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_MQTSupported()

setMQTSupported

public void setMQTSupported(boolean value)
Sets the value of the 'MQT Supported' attribute.
Parameters:
value - the new value of the 'MQT Supported' attribute.
See Also:
isMQTSupported()

isSchemaSupported

public boolean isSchemaSupported()
Returns the value of the 'Schema Supported' attribute. The default value is "true".

If the meaning of the 'Schema Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Schema Supported' attribute.
See Also:
setSchemaSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SchemaSupported()

setSchemaSupported

public void setSchemaSupported(boolean value)
Sets the value of the 'Schema Supported' attribute.
Parameters:
value - the new value of the 'Schema Supported' attribute.
See Also:
isSchemaSupported()

isAliasSupported

public boolean isAliasSupported()
Returns the value of the 'Alias Supported' attribute. The default value is "false".

If the meaning of the 'Alias Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Alias Supported' attribute.
See Also:
setAliasSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_AliasSupported()

setAliasSupported

public void setAliasSupported(boolean value)
Sets the value of the 'Alias Supported' attribute.
Parameters:
value - the new value of the 'Alias Supported' attribute.
See Also:
isAliasSupported()

isUserDefinedTypeSupported

public boolean isUserDefinedTypeSupported()
Returns the value of the 'User Defined Type Supported' attribute. The default value is "false".

If the meaning of the 'User Defined Type Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Defined Type Supported' attribute.
See Also:
setUserDefinedTypeSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_UserDefinedTypeSupported()

setUserDefinedTypeSupported

public void setUserDefinedTypeSupported(boolean value)
Sets the value of the 'User Defined Type Supported' attribute.
Parameters:
value - the new value of the 'User Defined Type Supported' attribute.
See Also:
isUserDefinedTypeSupported()

isDomainSupported

public boolean isDomainSupported()
Returns the value of the 'Domain Supported' attribute. The default value is "false".

If the meaning of the 'Domain Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Domain Supported' attribute.
See Also:
setDomainSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_DomainSupported()

setDomainSupported

public void setDomainSupported(boolean value)
Sets the value of the 'Domain Supported' attribute.
Parameters:
value - the new value of the 'Domain Supported' attribute.
See Also:
isDomainSupported()

isSQLStatementSupported

public boolean isSQLStatementSupported()
Returns the value of the 'SQL Statement Supported' attribute. The default value is "false".

If the meaning of the 'SQL Statement Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SQL Statement Supported' attribute.
See Also:
setSQLStatementSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SQLStatementSupported()

setSQLStatementSupported

public void setSQLStatementSupported(boolean value)
Sets the value of the 'SQL Statement Supported' attribute.
Parameters:
value - the new value of the 'SQL Statement Supported' attribute.
See Also:
isSQLStatementSupported()

isNicknameSupported

public boolean isNicknameSupported()
Returns the value of the 'Nickname Supported' attribute.

If the meaning of the 'Nickname Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Nickname Supported' attribute.
See Also:
setNicknameSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_NicknameSupported()

setNicknameSupported

public void setNicknameSupported(boolean value)
Sets the value of the 'Nickname Supported' attribute.
Parameters:
value - the new value of the 'Nickname Supported' attribute.
See Also:
isNicknameSupported()

isNicknameConstraintSupported

public boolean isNicknameConstraintSupported()
Returns the value of the 'Nickname Constraint Supported' attribute.

If the meaning of the 'Nickname Constraint Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Nickname Constraint Supported' attribute.
See Also:
setNicknameConstraintSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_NicknameConstraintSupported()

setNicknameConstraintSupported

public void setNicknameConstraintSupported(boolean value)
Sets the value of the 'Nickname Constraint Supported' attribute.
Parameters:
value - the new value of the 'Nickname Constraint Supported' attribute.
See Also:
isNicknameConstraintSupported()

getPredefinedDataTypeDefinitions

public org.eclipse.emf.common.util.EList getPredefinedDataTypeDefinitions()
Returns the value of the 'Predefined Data Type Definitions' containment reference list. The list contents are of type PredefinedDataTypeDefinition.

If the meaning of the 'Predefined Data Type Definitions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Predefined Data Type Definitions' containment reference list.
See Also:
DatabaseDefinitionPackage.getDatabaseVendorDefinition_PredefinedDataTypeDefinitions()

getTableSpaceDefinition

public TableSpaceDefinition getTableSpaceDefinition()
Returns the value of the 'Table Space Definition' containment reference.

If the meaning of the 'Table Space Definition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Space Definition' containment reference.
See Also:
setTableSpaceDefinition(TableSpaceDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_TableSpaceDefinition()

setTableSpaceDefinition

public void setTableSpaceDefinition(TableSpaceDefinition value)
Sets the value of the 'Table Space Definition' containment reference.
Parameters:
value - the new value of the 'Table Space Definition' containment reference.
See Also:
getTableSpaceDefinition()

getStoredProcedureDefinition

public StoredProcedureDefinition getStoredProcedureDefinition()
Returns the value of the 'Stored Procedure Definition' containment reference.

If the meaning of the 'Stored Procedure Definition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Stored Procedure Definition' containment reference.
See Also:
setStoredProcedureDefinition(StoredProcedureDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_StoredProcedureDefinition()

setStoredProcedureDefinition

public void setStoredProcedureDefinition(StoredProcedureDefinition value)
Sets the value of the 'Stored Procedure Definition' containment reference.
Parameters:
value - the new value of the 'Stored Procedure Definition' containment reference.
See Also:
getStoredProcedureDefinition()

getTriggerDefinition

public TriggerDefinition getTriggerDefinition()
Returns the value of the 'Trigger Definition' containment reference.

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

Returns:
the value of the 'Trigger Definition' containment reference.
See Also:
setTriggerDefinition(TriggerDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_TriggerDefinition()

setTriggerDefinition

public void setTriggerDefinition(TriggerDefinition value)
Sets the value of the 'Trigger Definition' containment reference.
Parameters:
value - the new value of the 'Trigger Definition' containment reference.
See Also:
getTriggerDefinition()

getColumnDefinition

public ColumnDefinition getColumnDefinition()
Returns the value of the 'Column Definition' containment reference.

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

Returns:
the value of the 'Column Definition' containment reference.
See Also:
setColumnDefinition(ColumnDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_ColumnDefinition()

setColumnDefinition

public void setColumnDefinition(ColumnDefinition value)
Sets the value of the 'Column Definition' containment reference.
Parameters:
value - the new value of the 'Column Definition' containment reference.
See Also:
getColumnDefinition()

getConstraintDefinition

public ConstraintDefinition getConstraintDefinition()
Returns the value of the 'Constraint Definition' containment reference.

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

Returns:
the value of the 'Constraint Definition' containment reference.
See Also:
setConstraintDefinition(ConstraintDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_ConstraintDefinition()

setConstraintDefinition

public void setConstraintDefinition(ConstraintDefinition value)
Sets the value of the 'Constraint Definition' containment reference.
Parameters:
value - the new value of the 'Constraint Definition' containment reference.
See Also:
getConstraintDefinition()

getExtendedDefinitions

public org.eclipse.emf.common.util.EList getExtendedDefinitions()
Returns the value of the 'Extended Definitions' containment reference list. The list contents are of type ExtendedDefinition.

If the meaning of the 'Extended Definitions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extended Definitions' containment reference list.
See Also:
DatabaseDefinitionPackage.getDatabaseVendorDefinition_ExtendedDefinitions()

getIndexDefinition

public IndexDefinition getIndexDefinition()
Returns the value of the 'Index Definition' containment reference.

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

Returns:
the value of the 'Index Definition' containment reference.
See Also:
setIndexDefinition(IndexDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_IndexDefinition()

setIndexDefinition

public void setIndexDefinition(IndexDefinition value)
Sets the value of the 'Index Definition' containment reference.
Parameters:
value - the new value of the 'Index Definition' containment reference.
See Also:
getIndexDefinition()

getTableDefinition

public TableDefinition getTableDefinition()
Returns the value of the 'Table Definition' containment reference.

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

Returns:
the value of the 'Table Definition' containment reference.
See Also:
setTableDefinition(TableDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_TableDefinition()

setTableDefinition

public void setTableDefinition(TableDefinition value)
Sets the value of the 'Table Definition' containment reference.
Parameters:
value - the new value of the 'Table Definition' containment reference.
See Also:
getTableDefinition()

getSequenceDefinition

public SequenceDefinition getSequenceDefinition()
Returns the value of the 'Sequence Definition' containment reference.

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

Returns:
the value of the 'Sequence Definition' containment reference.
See Also:
setSequenceDefinition(SequenceDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SequenceDefinition()

setSequenceDefinition

public void setSequenceDefinition(SequenceDefinition value)
Sets the value of the 'Sequence Definition' containment reference.
Parameters:
value - the new value of the 'Sequence Definition' containment reference.
See Also:
getSequenceDefinition()

getUdtDefinition

public UserDefinedTypeDefinition getUdtDefinition()
Returns the value of the 'Udt Definition' containment reference.

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

Returns:
the value of the 'Udt Definition' containment reference.
See Also:
setUdtDefinition(UserDefinedTypeDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_UdtDefinition()

setUdtDefinition

public void setUdtDefinition(UserDefinedTypeDefinition value)
Sets the value of the 'Udt Definition' containment reference.
Parameters:
value - the new value of the 'Udt Definition' containment reference.
See Also:
getUdtDefinition()

getQueryDefinition

public QueryDefinition getQueryDefinition()
Returns the value of the 'Query Definition' containment reference.

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

Returns:
the value of the 'Query Definition' containment reference.
See Also:
setQueryDefinition(QueryDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_QueryDefinition()

setQueryDefinition

public void setQueryDefinition(QueryDefinition value)
Sets the value of the 'Query Definition' containment reference.
Parameters:
value - the new value of the 'Query Definition' containment reference.
See Also:
getQueryDefinition()

getSQLSyntaxDefinition

public SQLSyntaxDefinition getSQLSyntaxDefinition()
Returns the value of the 'SQL Syntax Definition' containment reference.

If the meaning of the 'SQL Syntax Definition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'SQL Syntax Definition' containment reference.
See Also:
setSQLSyntaxDefinition(SQLSyntaxDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SQLSyntaxDefinition()

setSQLSyntaxDefinition

public void setSQLSyntaxDefinition(SQLSyntaxDefinition value)
Sets the value of the 'SQL Syntax Definition' containment reference.
Parameters:
value - the new value of the 'SQL Syntax Definition' containment reference.
See Also:
getSQLSyntaxDefinition()