org.eclipse.datatools.modelbase.dbdefinition
Interface DatabaseVendorDefinition

All Known Implementing Classes:
DatabaseVendorDefinitionImpl

public interface DatabaseVendorDefinition

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.
 DebuggerDefinition getDebuggerDefinition()
          Returns the value of the 'Debugger Definition' containment reference.
 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.
 NicknameDefinition getNicknameDefinition()
          Returns the value of the 'Nickname Definition' containment reference.
 EList getPredefinedDataTypeDefinitions()
          Returns the value of the 'Predefined Data Type Definitions' containment reference list.
 EList getPrivilegedElementDefinitions()
          Returns the value of the 'Privileged Element Definitions' containment reference list.
 QueryDefinition getQueryDefinition()
          Returns the value of the 'Query Definition' containment reference.
 SchemaDefinition getSchemaDefinition()
          Returns the value of the 'Schema 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.
 ViewDefinition getViewDefinition()
          Returns the value of the 'View Definition' containment reference.
 boolean isAliasSupported()
          Returns the value of the 'Alias Supported' attribute.
 boolean isAuthorizationIdentifierSupported()
          Returns the value of the 'Authorization Identifier Supported' attribute.
 boolean isConstraintsSupported()
          Returns the value of the 'Constraints Supported' attribute.
 boolean isDomainSupported()
          Returns the value of the 'Domain Supported' attribute.
 boolean isEventSupported()
          Returns the value of the 'Event Supported' attribute.
 boolean isGroupSupported()
          Returns the value of the 'Group Supported' attribute.
 boolean isJoinSupported()
          Returns the value of the 'Join Supported' attribute.
 boolean isMQTIndexSupported()
          Returns the value of the 'MQT Index Supported' attribute.
 boolean isMQTSupported()
          Returns the value of the 'MQT Supported' attribute.
 boolean isNicknameSupported()
          Returns the value of the 'Nickname Supported' attribute.
 boolean isPackageSupported()
          Returns the value of the 'Package Supported' attribute.
 boolean isQuotedDDLSupported()
          Returns the value of the 'Quoted DDL Supported' attribute.
 boolean isQuotedDMLSupported()
          Returns the value of the 'Quoted DML Supported' attribute.
 boolean isRoleAuthorizationSupported()
          Returns the value of the 'Role Authorization Supported' attribute.
 boolean isRoleSupported()
          Returns the value of the 'Role 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 isSqlUDFSupported()
          Returns the value of the 'Sql UDF Supported' attribute.
 boolean isStoredProcedureSupported()
          Returns the value of the 'Stored Procedure Supported' attribute.
 boolean isSynonymSupported()
          Returns the value of the 'Synonym 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 isUserSupported()
          Returns the value of the 'User Supported' attribute.
 boolean isViewTriggerSupported()
          Returns the value of the 'View Trigger Supported' attribute.
 boolean isXmlSupported()
          Returns the value of the 'Xml Supported' attribute.
 void setAliasSupported(boolean value)
          Sets the value of the 'Alias Supported' attribute.
 void setAuthorizationIdentifierSupported(boolean value)
          Sets the value of the 'Authorization Identifier 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 setDebuggerDefinition(DebuggerDefinition value)
          Sets the value of the 'Debugger Definition' containment reference.
 void setDomainSupported(boolean value)
          Sets the value of the 'Domain Supported' attribute.
 void setEventSupported(boolean value)
          Sets the value of the 'Event Supported' attribute.
 void setGroupSupported(boolean value)
          Sets the value of the 'Group 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 setMQTIndexSupported(boolean value)
          Sets the value of the 'MQT Index Supported' attribute.
 void setMQTSupported(boolean value)
          Sets the value of the 'MQT Supported' attribute.
 void setNicknameDefinition(NicknameDefinition value)
          Sets the value of the 'Nickname Definition' containment reference.
 void setNicknameSupported(boolean value)
          Sets the value of the 'Nickname Supported' attribute.
 void setPackageSupported(boolean value)
          Sets the value of the 'Package Supported' attribute.
 void setQueryDefinition(QueryDefinition value)
          Sets the value of the 'Query Definition' containment reference.
 void setQuotedDDLSupported(boolean value)
          Sets the value of the 'Quoted DDL Supported' attribute.
 void setQuotedDMLSupported(boolean value)
          Sets the value of the 'Quoted DML Supported' attribute.
 void setRoleAuthorizationSupported(boolean value)
          Sets the value of the 'Role Authorization Supported' attribute.
 void setRoleSupported(boolean value)
          Sets the value of the 'Role Supported' attribute.
 void setSchemaDefinition(SchemaDefinition value)
          Sets the value of the 'Schema 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 setSqlUDFSupported(boolean value)
          Sets the value of the 'Sql UDF Supported' attribute.
 void setStoredProcedureDefinition(StoredProcedureDefinition value)
          Sets the value of the 'Stored Procedure Definition' containment reference.
 void setStoredProcedureSupported(boolean value)
          Sets the value of the 'Stored Procedure Supported' attribute.
 void setSynonymSupported(boolean value)
          Sets the value of the 'Synonym Supported' attribute.
 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 setUserSupported(boolean value)
          Sets the value of the 'User 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 setViewDefinition(ViewDefinition value)
          Sets the value of the 'View Definition' containment reference.
 void setViewTriggerSupported(boolean value)
          Sets the value of the 'View Trigger Supported' attribute.
 void setXmlSupported(boolean value)
          Sets the value of the 'Xml Supported' attribute.
 

Method Detail

getVendor

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

boolean isSequenceSupported()
Returns the value of the 'Sequence Supported' attribute.

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

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

boolean isMQTSupported()
Returns the value of the 'MQT Supported' attribute.

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

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

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

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

boolean isAliasSupported()
Returns the value of the 'Alias Supported' attribute.

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

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

isSynonymSupported

boolean isSynonymSupported()
Returns the value of the 'Synonym Supported' attribute.

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

Returns:
the value of the 'Synonym Supported' attribute.
See Also:
setSynonymSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SynonymSupported()

setSynonymSupported

void setSynonymSupported(boolean value)
Sets the value of the 'Synonym Supported' attribute.

Parameters:
value - the new value of the 'Synonym Supported' attribute.
See Also:
isSynonymSupported()

isUserDefinedTypeSupported

boolean isUserDefinedTypeSupported()
Returns the value of the 'User Defined Type Supported' attribute.

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

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

boolean isDomainSupported()
Returns the value of the 'Domain Supported' attribute.

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

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

boolean isSQLStatementSupported()
Returns the value of the 'SQL Statement Supported' attribute.

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

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

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

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

isQuotedDMLSupported

boolean isQuotedDMLSupported()
Returns the value of the 'Quoted DML Supported' attribute. The default value is "true".

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

Returns:
the value of the 'Quoted DML Supported' attribute.
See Also:
setQuotedDMLSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_QuotedDMLSupported()

setQuotedDMLSupported

void setQuotedDMLSupported(boolean value)
Sets the value of the 'Quoted DML Supported' attribute.

Parameters:
value - the new value of the 'Quoted DML Supported' attribute.
See Also:
isQuotedDMLSupported()

isQuotedDDLSupported

boolean isQuotedDDLSupported()
Returns the value of the 'Quoted DDL Supported' attribute. The default value is "true".

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

Returns:
the value of the 'Quoted DDL Supported' attribute.
See Also:
setQuotedDDLSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_QuotedDDLSupported()

setQuotedDDLSupported

void setQuotedDDLSupported(boolean value)
Sets the value of the 'Quoted DDL Supported' attribute.

Parameters:
value - the new value of the 'Quoted DDL Supported' attribute.
See Also:
isQuotedDDLSupported()

isXmlSupported

boolean isXmlSupported()
Returns the value of the 'Xml Supported' attribute.

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

Returns:
the value of the 'Xml Supported' attribute.
See Also:
setXmlSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_XmlSupported()

setXmlSupported

void setXmlSupported(boolean value)
Sets the value of the 'Xml Supported' attribute.

Parameters:
value - the new value of the 'Xml Supported' attribute.
See Also:
isXmlSupported()

isMQTIndexSupported

boolean isMQTIndexSupported()
Returns the value of the 'MQT Index Supported' attribute.

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

Returns:
the value of the 'MQT Index Supported' attribute.
See Also:
setMQTIndexSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_MQTIndexSupported()

setMQTIndexSupported

void setMQTIndexSupported(boolean value)
Sets the value of the 'MQT Index Supported' attribute.

Parameters:
value - the new value of the 'MQT Index Supported' attribute.
See Also:
isMQTIndexSupported()

isEventSupported

boolean isEventSupported()
Returns the value of the 'Event Supported' attribute.

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

Returns:
the value of the 'Event Supported' attribute.
See Also:
setEventSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_EventSupported()

setEventSupported

void setEventSupported(boolean value)
Sets the value of the 'Event Supported' attribute.

Parameters:
value - the new value of the 'Event Supported' attribute.
See Also:
isEventSupported()

isSqlUDFSupported

boolean isSqlUDFSupported()
Returns the value of the 'Sql UDF Supported' attribute.

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

Returns:
the value of the 'Sql UDF Supported' attribute.
See Also:
setSqlUDFSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SqlUDFSupported()

setSqlUDFSupported

void setSqlUDFSupported(boolean value)
Sets the value of the 'Sql UDF Supported' attribute.

Parameters:
value - the new value of the 'Sql UDF Supported' attribute.
See Also:
isSqlUDFSupported()

isStoredProcedureSupported

boolean isStoredProcedureSupported()
Returns the value of the 'Stored Procedure Supported' attribute. The default value is "true".

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

Returns:
the value of the 'Stored Procedure Supported' attribute.
See Also:
setStoredProcedureSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_StoredProcedureSupported()

setStoredProcedureSupported

void setStoredProcedureSupported(boolean value)
Sets the value of the 'Stored Procedure Supported' attribute.

Parameters:
value - the new value of the 'Stored Procedure Supported' attribute.
See Also:
isStoredProcedureSupported()

isPackageSupported

boolean isPackageSupported()
Returns the value of the 'Package Supported' attribute.

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

Returns:
the value of the 'Package Supported' attribute.
See Also:
setPackageSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_PackageSupported()

setPackageSupported

void setPackageSupported(boolean value)
Sets the value of the 'Package Supported' attribute.

Parameters:
value - the new value of the 'Package Supported' attribute.
See Also:
isPackageSupported()

isAuthorizationIdentifierSupported

boolean isAuthorizationIdentifierSupported()
Returns the value of the 'Authorization Identifier Supported' attribute. The default value is "true".

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

Returns:
the value of the 'Authorization Identifier Supported' attribute.
See Also:
setAuthorizationIdentifierSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_AuthorizationIdentifierSupported()

setAuthorizationIdentifierSupported

void setAuthorizationIdentifierSupported(boolean value)
Sets the value of the 'Authorization Identifier Supported' attribute.

Parameters:
value - the new value of the 'Authorization Identifier Supported' attribute.
See Also:
isAuthorizationIdentifierSupported()

isRoleSupported

boolean isRoleSupported()
Returns the value of the 'Role Supported' attribute.

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

Returns:
the value of the 'Role Supported' attribute.
See Also:
setRoleSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_RoleSupported()

setRoleSupported

void setRoleSupported(boolean value)
Sets the value of the 'Role Supported' attribute.

Parameters:
value - the new value of the 'Role Supported' attribute.
See Also:
isRoleSupported()

isGroupSupported

boolean isGroupSupported()
Returns the value of the 'Group Supported' attribute.

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

Returns:
the value of the 'Group Supported' attribute.
See Also:
setGroupSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_GroupSupported()

setGroupSupported

void setGroupSupported(boolean value)
Sets the value of the 'Group Supported' attribute.

Parameters:
value - the new value of the 'Group Supported' attribute.
See Also:
isGroupSupported()

isUserSupported

boolean isUserSupported()
Returns the value of the 'User Supported' attribute.

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

Returns:
the value of the 'User Supported' attribute.
See Also:
setUserSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_UserSupported()

setUserSupported

void setUserSupported(boolean value)
Sets the value of the 'User Supported' attribute.

Parameters:
value - the new value of the 'User Supported' attribute.
See Also:
isUserSupported()

isRoleAuthorizationSupported

boolean isRoleAuthorizationSupported()
Returns the value of the 'Role Authorization Supported' attribute.

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

Returns:
the value of the 'Role Authorization Supported' attribute.
See Also:
setRoleAuthorizationSupported(boolean), DatabaseDefinitionPackage.getDatabaseVendorDefinition_RoleAuthorizationSupported()

setRoleAuthorizationSupported

void setRoleAuthorizationSupported(boolean value)
Sets the value of the 'Role Authorization Supported' attribute.

Parameters:
value - the new value of the 'Role Authorization Supported' attribute.
See Also:
isRoleAuthorizationSupported()

getPredefinedDataTypeDefinitions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getNicknameDefinition

NicknameDefinition getNicknameDefinition()
Returns the value of the 'Nickname Definition' containment reference.

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

Returns:
the value of the 'Nickname Definition' containment reference.
See Also:
setNicknameDefinition(NicknameDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_NicknameDefinition()

setNicknameDefinition

void setNicknameDefinition(NicknameDefinition value)
Sets the value of the 'Nickname Definition' containment reference.

Parameters:
value - the new value of the 'Nickname Definition' containment reference.
See Also:
getNicknameDefinition()

getSchemaDefinition

SchemaDefinition getSchemaDefinition()
Returns the value of the 'Schema Definition' containment reference.

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

Returns:
the value of the 'Schema Definition' containment reference.
See Also:
setSchemaDefinition(SchemaDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_SchemaDefinition()

setSchemaDefinition

void setSchemaDefinition(SchemaDefinition value)
Sets the value of the 'Schema Definition' containment reference.

Parameters:
value - the new value of the 'Schema Definition' containment reference.
See Also:
getSchemaDefinition()

getViewDefinition

ViewDefinition getViewDefinition()
Returns the value of the 'View Definition' containment reference.

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

Returns:
the value of the 'View Definition' containment reference.
See Also:
setViewDefinition(ViewDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_ViewDefinition()

setViewDefinition

void setViewDefinition(ViewDefinition value)
Sets the value of the 'View Definition' containment reference.

Parameters:
value - the new value of the 'View Definition' containment reference.
See Also:
getViewDefinition()

getDebuggerDefinition

DebuggerDefinition getDebuggerDefinition()
Returns the value of the 'Debugger Definition' containment reference.

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

Returns:
the value of the 'Debugger Definition' containment reference.
See Also:
setDebuggerDefinition(DebuggerDefinition), DatabaseDefinitionPackage.getDatabaseVendorDefinition_DebuggerDefinition()

setDebuggerDefinition

void setDebuggerDefinition(DebuggerDefinition value)
Sets the value of the 'Debugger Definition' containment reference.

Parameters:
value - the new value of the 'Debugger Definition' containment reference.
See Also:
getDebuggerDefinition()

getPrivilegedElementDefinitions

EList getPrivilegedElementDefinitions()
Returns the value of the 'Privileged Element Definitions' containment reference list. The list contents are of type PrivilegedElementDefinition.

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

Returns:
the value of the 'Privileged Element Definitions' containment reference list.
See Also:
DatabaseDefinitionPackage.getDatabaseVendorDefinition_PrivilegedElementDefinitions()


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.