API Test Coverage Report for org.eclipse.wst.rdb.models.dbdefinition
Test Coverage (methods tested: 0, methods not tested: 1438)

Hide tested methods Hide untested methods Collapse classes

org.eclipse.wst.rdb.internal.models.dbdefinition.CheckOption

 <clinit>  ()V
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/CheckOption;
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/CheckOption;

org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition

 getIdentityColumnDataTypeDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 getMaximumIdentifierLength  ()I
 isComputedSupported  ()Z
 isIdentityCycleSupported  ()Z
 isIdentityIncrementSupported  ()Z
 isIdentityMaximumSupported  ()Z
 isIdentityMinimumSupported  ()Z
 isIdentityStartValueSupported  ()Z
 isIdentitySupported  ()Z
 setComputedSupported  (Z)V
 setIdentityCycleSupported  (Z)V
 setIdentityIncrementSupported  (Z)V
 setIdentityMaximumSupported  (Z)V
 setIdentityMinimumSupported  (Z)V
 setIdentityStartValueSupported  (Z)V
 setIdentitySupported  (Z)V
 setMaximumIdentifierLength  (I)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.ColumnDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getIdentityColumnDataTypeDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 getMaximumIdentifierLength  ()I
 isComputedSupported  ()Z
 isIdentityCycleSupported  ()Z
 isIdentityIncrementSupported  ()Z
 isIdentityMaximumSupported  ()Z
 isIdentityMinimumSupported  ()Z
 isIdentityStartValueSupported  ()Z
 isIdentitySupported  ()Z
 setComputedSupported  (Z)V
 setIdentityCycleSupported  (Z)V
 setIdentityIncrementSupported  (Z)V
 setIdentityMaximumSupported  (Z)V
 setIdentityMinimumSupported  (Z)V
 setIdentityStartValueSupported  (Z)V
 setIdentitySupported  (Z)V
 setMaximumIdentifierLength  (I)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.ConstraintDefinition

 getCheckOption  ()Lorg/eclipse/emf/common/util/EList;
 getMaximumCheckConstraintIdentifierLength  ()I
 getMaximumCheckExpressionLength  ()I
 getMaximumForeignKeyIdentifierLength  ()I
 getMaximumPrimaryKeyIdentifierLength  ()I
 getParentDeleteDRIRuleType  ()Lorg/eclipse/emf/common/util/EList;
 getParentUpdateDRIRuleType  ()Lorg/eclipse/emf/common/util/EList;
 isClusteredPrimaryKeySupported  ()Z
 isClusteredUniqueConstraintSupported  ()Z
 isDeferrableConstraintSupported  ()Z
 isInformationalConstraintSupported  ()Z
 isPrimaryKeyNullable  ()Z
 isUniqueKeyNullable  ()Z
 setClusteredPrimaryKeySupported  (Z)V
 setClusteredUniqueConstraintSupported  (Z)V
 setDeferrableConstraintSupported  (Z)V
 setInformationalConstraintSupported  (Z)V
 setMaximumCheckConstraintIdentifierLength  (I)V
 setMaximumCheckExpressionLength  (I)V
 setMaximumForeignKeyIdentifierLength  (I)V
 setMaximumPrimaryKeyIdentifierLength  (I)V
 setPrimaryKeyNullable  (Z)V
 setUniqueKeyNullable  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.ConstraintDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getCheckOption  ()Lorg/eclipse/emf/common/util/EList;
 getMaximumCheckConstraintIdentifierLength  ()I
 getMaximumCheckExpressionLength  ()I
 getMaximumForeignKeyIdentifierLength  ()I
 getMaximumPrimaryKeyIdentifierLength  ()I
 getParentDeleteDRIRuleType  ()Lorg/eclipse/emf/common/util/EList;
 getParentUpdateDRIRuleType  ()Lorg/eclipse/emf/common/util/EList;
 isClusteredPrimaryKeySupported  ()Z
 isClusteredUniqueConstraintSupported  ()Z
 isDeferrableConstraintSupported  ()Z
 isInformationalConstraintSupported  ()Z
 isPrimaryKeyNullable  ()Z
 isUniqueKeyNullable  ()Z
 setClusteredPrimaryKeySupported  (Z)V
 setClusteredUniqueConstraintSupported  (Z)V
 setDeferrableConstraintSupported  (Z)V
 setInformationalConstraintSupported  (Z)V
 setMaximumCheckConstraintIdentifierLength  (I)V
 setMaximumCheckExpressionLength  (I)V
 setMaximumForeignKeyIdentifierLength  (I)V
 setMaximumPrimaryKeyIdentifierLength  (I)V
 setPrimaryKeyNullable  (Z)V
 setUniqueKeyNullable  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.util.DatabaseDefinitionAdapterFactory

 <init>  ()V
 createAdapter  (Lorg/eclipse/emf/common/notify/Notifier;)Lorg/eclipse/emf/common/notify/Adapter;
 createColumnDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createConstraintDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createDatabaseVendorDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createEObjectAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createExtendedDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createFieldQualifierDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createIndexDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createNicknameDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createPredefinedDataTypeDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createQueryDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createSchemaDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createSequenceDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createSQLSyntaxDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createStoredProcedureDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createTableDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createTableSpaceDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createTriggerDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createUserDefinedTypeDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 createViewDefinitionAdapter  ()Lorg/eclipse/emf/common/notify/Adapter;
 isFactoryForType  (Ljava/lang/Object;)Z

org.eclipse.wst.rdb.internal.models.dbdefinition.DatabaseDefinitionFactory

 <clinit>  ()V
 createColumnDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;
 createConstraintDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;
 createDatabaseVendorDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseVendorDefinition;
 createExtendedDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ExtendedDefinition;
 createFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 createIndexDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;
 createNicknameDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;
 createPredefinedDataTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;
 createQueryDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;
 createSchemaDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;
 createSequenceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;
 createSQLSyntaxDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;
 createStoredProcedureDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;
 createTableDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;
 createTableSpaceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;
 createTriggerDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;
 createUserDefinedTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;
 createViewDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;
 getDatabaseDefinitionPackage  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseDefinitionPackage;

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.DatabaseDefinitionFactoryImpl

 <init>  ()V
 convertToString  (Lorg/eclipse/emf/ecore/EDataType;Ljava/lang/Object;)Ljava/lang/String;
 create  (Lorg/eclipse/emf/ecore/EClass;)Lorg/eclipse/emf/ecore/EObject;
 createColumnDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;
 createConstraintDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;
 createDatabaseVendorDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseVendorDefinition;
 createExtendedDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ExtendedDefinition;
 createFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 createFromString  (Lorg/eclipse/emf/ecore/EDataType;Ljava/lang/String;)Ljava/lang/Object;
 createIndexDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;
 createNicknameDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;
 createPredefinedDataTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;
 createQueryDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;
 createSchemaDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;
 createSequenceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;
 createSQLSyntaxDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;
 createStoredProcedureDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;
 createTableDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;
 createTableSpaceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;
 createTriggerDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;
 createUserDefinedTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;
 createViewDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;
 getDatabaseDefinitionPackage  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseDefinitionPackage;
 getPackage  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseDefinitionPackage;

org.eclipse.wst.rdb.internal.models.dbdefinition.DatabaseDefinitionPackage

 <clinit>  ()V
 getCheckOption  ()Lorg/eclipse/emf/ecore/EEnum;
 getColumnDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getColumnDefinition_ComputedSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityColumnDataTypeDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getColumnDefinition_IdentityCycleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityIncrementSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityMaximumSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityMinimumSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityStartValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentitySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getConstraintDefinition_CheckOption  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ClusteredPrimaryKeySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ClusteredUniqueConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_DeferrableConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_InformationalConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumCheckConstraintIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumCheckExpressionLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumForeignKeyIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumPrimaryKeyIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ParentDeleteDRIRuleType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ParentUpdateDRIRuleType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_PrimaryKeyNullable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_UniqueKeyNullable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseDefinitionFactory  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseDefinitionFactory;
 getDatabaseVendorDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getDatabaseVendorDefinition_AliasSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_ColumnDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_ConstraintDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_ConstraintsSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_DomainSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_ExtendedDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_IndexDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_JoinSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MaximumCommentLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MQTIndexSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MQTSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_NicknameDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_NicknameSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_PredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_QueryDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_QuotedDDLSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_QuotedDMLSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SchemaDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_SchemaSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SequenceDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_SequenceSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SnapshotViewSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SQLStatementSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SQLSyntaxDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_StoredProcedureDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_SynonymSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_TableDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_TableSpaceDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_TablespacesSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_TriggerDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_TriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_UdtDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_UserDefinedTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_Vendor  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_Version  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_ViewDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_ViewTriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_XmlSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getExtendedDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getExtendedDefinition_Name  ()Lorg/eclipse/emf/ecore/EAttribute;
 getExtendedDefinition_Value  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getFieldQualifierDefinition_DefaultPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_DefaultScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_MaximumPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_MaximumScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_Name  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_PrecisionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_ScaleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_ValidTrailingFieldQualifierDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getIndexDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getIndexDefinition_ClusterChangeable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_ClusteringSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_FillFactorSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_IncludedColumnsSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_PercentFreeChangeable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_PercentFreeTerminology  ()Lorg/eclipse/emf/ecore/EAttribute;
 getLanguageType  ()Lorg/eclipse/emf/ecore/EEnum;
 getLengthUnit  ()Lorg/eclipse/emf/ecore/EEnum;
 getNicknameDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getNicknameDefinition_ConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getNicknameDefinition_IndexSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getNicknameDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getParameterStyle  ()Lorg/eclipse/emf/ecore/EEnum;
 getParentDeleteDRIRuleType  ()Lorg/eclipse/emf/ecore/EEnum;
 getParentUpdateDRIRuleType  ()Lorg/eclipse/emf/ecore/EEnum;
 getPercentFreeTerminology  ()Lorg/eclipse/emf/ecore/EEnum;
 getPredefinedDataTypeDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getPredefinedDataTypeDefinition_BitDataSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_CharacterSet  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_CharacterSetSuffix  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_ClusteringSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_CutoffPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultLeadingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_DefaultLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultTrailingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_DefaultValueTypes  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DisplayName  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DisplayNameSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_EncodingScheme  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_EncodingSchemeSuffix  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_FieldQualifierSeparator  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_FillFactorSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_GroupingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_IdentitySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_JavaClassName  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_JdbcEnumType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_KeyConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_LeadingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_LeadingFieldQualifierSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_LengthSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_LengthUnit  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumValue  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MinimumScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MinimumValue  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MultipleColumnsSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_Name  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_NullableSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_OrderingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_PrecisionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_PrimitiveType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_ScaleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_TrailingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_TrailingFieldQualifierSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getProcedureType  ()Lorg/eclipse/emf/ecore/EEnum;
 getQueryDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getQueryDefinition_CastExpressionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_DefaultKeywordForInsertValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_ExtendedGroupingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_HostVariableMarker  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_HostVariableMarkerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_IdentifierQuoteString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_TableAliasInDeleteSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSchemaDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getSchemaDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getSequenceDefinition_CacheDefaultValue  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_CacheSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_DefaultDataTypeDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getSequenceDefinition_NoCacheString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_NoMaximumValueString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_NoMinimumValueString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_OrderSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_PredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getSequenceDefinition_TypeEnumerationSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSQLSyntaxDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getSQLSyntaxDefinition_Keywords  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSQLSyntaxDefinition_Operators  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSQLSyntaxDefinition_TerminationCharacter  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getStoredProcedureDefinition_DetermininsticSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_FunctionLanguageType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_LanguageType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_MaximumActionBodyLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_NullInputActionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_PackageGenerationSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterDeclarationConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterInitValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterStyle  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterStyleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ProcedureType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ReturnedNullSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ReturnedTypeDeclarationConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ReturnTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getTableDefinition_AuditSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_DataCaptureSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_EditProcSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_EncodingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_ValidProcSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getTableSpaceDefinition_BufferPoolSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ContainerExtentSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ContainerInitialSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ContainerMaximumSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_DefaultSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ExtentSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ManagedBySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_PageSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_PrefetchSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_TableSpaceType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_TypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceType  ()Lorg/eclipse/emf/ecore/EEnum;
 getTriggerDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getTriggerDefinition_GranularitySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_InsteadOfTriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_MaximumActionBodyLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_MaximumReferencePartLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_PerColumnUpdateTriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_ReferencesClauseSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_RowTriggerReferenceSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_TableTriggerReferenceSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_TypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_WhenClauseSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getUserDefinedTypeDefinition_DefaultValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition_DistinctTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition_StructuredTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getViewDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getViewDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.DatabaseDefinitionPackageImpl

 <clinit>  ()V
 createPackageContents  ()V
 getCheckOption  ()Lorg/eclipse/emf/ecore/EEnum;
 getColumnDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getColumnDefinition_ComputedSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityColumnDataTypeDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getColumnDefinition_IdentityCycleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityIncrementSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityMaximumSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityMinimumSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentityStartValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_IdentitySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getColumnDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getConstraintDefinition_CheckOption  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ClusteredPrimaryKeySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ClusteredUniqueConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_DeferrableConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_InformationalConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumCheckConstraintIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumCheckExpressionLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumForeignKeyIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_MaximumPrimaryKeyIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ParentDeleteDRIRuleType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_ParentUpdateDRIRuleType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_PrimaryKeyNullable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getConstraintDefinition_UniqueKeyNullable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseDefinitionFactory  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseDefinitionFactory;
 getDatabaseVendorDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getDatabaseVendorDefinition_AliasSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_ColumnDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_ConstraintDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_ConstraintsSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_DomainSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_ExtendedDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_IndexDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_JoinSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MaximumCommentLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MQTIndexSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_MQTSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_NicknameDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_NicknameSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_PredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_QueryDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_QuotedDDLSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_QuotedDMLSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SchemaDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_SchemaSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SequenceDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_SequenceSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SnapshotViewSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SQLStatementSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_SQLSyntaxDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_StoredProcedureDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_SynonymSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_TableDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_TableSpaceDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_TablespacesSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_TriggerDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_TriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_UdtDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_UserDefinedTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_Vendor  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_Version  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_ViewDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getDatabaseVendorDefinition_ViewTriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getDatabaseVendorDefinition_XmlSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getExtendedDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getExtendedDefinition_Name  ()Lorg/eclipse/emf/ecore/EAttribute;
 getExtendedDefinition_Value  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getFieldQualifierDefinition_DefaultPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_DefaultScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_MaximumPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_MaximumScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_Name  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_PrecisionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_ScaleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getFieldQualifierDefinition_ValidTrailingFieldQualifierDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getIndexDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getIndexDefinition_ClusterChangeable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_ClusteringSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_FillFactorSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_IncludedColumnsSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_PercentFreeChangeable  ()Lorg/eclipse/emf/ecore/EAttribute;
 getIndexDefinition_PercentFreeTerminology  ()Lorg/eclipse/emf/ecore/EAttribute;
 getLanguageType  ()Lorg/eclipse/emf/ecore/EEnum;
 getLengthUnit  ()Lorg/eclipse/emf/ecore/EEnum;
 getNicknameDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getNicknameDefinition_ConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getNicknameDefinition_IndexSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getNicknameDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getParameterStyle  ()Lorg/eclipse/emf/ecore/EEnum;
 getParentDeleteDRIRuleType  ()Lorg/eclipse/emf/ecore/EEnum;
 getParentUpdateDRIRuleType  ()Lorg/eclipse/emf/ecore/EEnum;
 getPercentFreeTerminology  ()Lorg/eclipse/emf/ecore/EEnum;
 getPredefinedDataTypeDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getPredefinedDataTypeDefinition_BitDataSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_CharacterSet  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_CharacterSetSuffix  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_ClusteringSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_CutoffPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultLeadingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_DefaultLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DefaultTrailingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_DefaultValueTypes  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DisplayName  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_DisplayNameSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_EncodingScheme  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_EncodingSchemeSuffix  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_FieldQualifierSeparator  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_FillFactorSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_GroupingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_IdentitySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_JavaClassName  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_JdbcEnumType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_KeyConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_LeadingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_LeadingFieldQualifierSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_LengthSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_LengthUnit  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumPrecision  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MaximumValue  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MinimumScale  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MinimumValue  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_MultipleColumnsSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_Name  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_NullableSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_OrderingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_PrecisionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_PrimitiveType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_ScaleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getPredefinedDataTypeDefinition_TrailingFieldQualifierDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getPredefinedDataTypeDefinition_TrailingFieldQualifierSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getProcedureType  ()Lorg/eclipse/emf/ecore/EEnum;
 getQueryDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getQueryDefinition_CastExpressionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_DefaultKeywordForInsertValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_ExtendedGroupingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_HostVariableMarker  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_HostVariableMarkerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_IdentifierQuoteString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getQueryDefinition_TableAliasInDeleteSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSchemaDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getSchemaDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getSequenceDefinition_CacheDefaultValue  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_CacheSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_DefaultDataTypeDefinition  ()Lorg/eclipse/emf/ecore/EReference;
 getSequenceDefinition_NoCacheString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_NoMaximumValueString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_NoMinimumValueString  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_OrderSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSequenceDefinition_PredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/ecore/EReference;
 getSequenceDefinition_TypeEnumerationSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSQLSyntaxDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getSQLSyntaxDefinition_Keywords  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSQLSyntaxDefinition_Operators  ()Lorg/eclipse/emf/ecore/EAttribute;
 getSQLSyntaxDefinition_TerminationCharacter  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getStoredProcedureDefinition_DetermininsticSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_FunctionLanguageType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_LanguageType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_MaximumActionBodyLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_NullInputActionSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_PackageGenerationSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterDeclarationConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterInitValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterStyle  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ParameterStyleSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ProcedureType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ReturnedNullSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ReturnedTypeDeclarationConstraintSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getStoredProcedureDefinition_ReturnTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getTableDefinition_AuditSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_DataCaptureSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_EditProcSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_EncodingSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableDefinition_ValidProcSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getTableSpaceDefinition_BufferPoolSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ContainerExtentSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ContainerInitialSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ContainerMaximumSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_DefaultSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ExtentSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_ManagedBySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_PageSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_PrefetchSizeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_TableSpaceType  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceDefinition_TypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTableSpaceType  ()Lorg/eclipse/emf/ecore/EEnum;
 getTriggerDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getTriggerDefinition_GranularitySupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_InsteadOfTriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_MaximumActionBodyLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_MaximumReferencePartLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_PerColumnUpdateTriggerSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_ReferencesClauseSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_RowTriggerReferenceSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_TableTriggerReferenceSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_TypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getTriggerDefinition_WhenClauseSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getUserDefinedTypeDefinition_DefaultValueSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition_DistinctTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 getUserDefinedTypeDefinition_StructuredTypeSupported  ()Lorg/eclipse/emf/ecore/EAttribute;
 getViewDefinition  ()Lorg/eclipse/emf/ecore/EClass;
 getViewDefinition_MaximumIdentifierLength  ()Lorg/eclipse/emf/ecore/EAttribute;
 init  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseDefinitionPackage;
 initializePackageContents  ()V

org.eclipse.wst.rdb.internal.models.dbdefinition.util.DatabaseDefinitionSwitch

 <init>  ()V
 caseColumnDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;)Ljava/lang/Object;
 caseConstraintDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;)Ljava/lang/Object;
 caseDatabaseVendorDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/DatabaseVendorDefinition;)Ljava/lang/Object;
 caseExtendedDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ExtendedDefinition;)Ljava/lang/Object;
 caseFieldQualifierDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;)Ljava/lang/Object;
 caseIndexDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;)Ljava/lang/Object;
 caseNicknameDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;)Ljava/lang/Object;
 casePredefinedDataTypeDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;)Ljava/lang/Object;
 caseQueryDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;)Ljava/lang/Object;
 caseSchemaDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;)Ljava/lang/Object;
 caseSequenceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;)Ljava/lang/Object;
 caseSQLSyntaxDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;)Ljava/lang/Object;
 caseStoredProcedureDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;)Ljava/lang/Object;
 caseTableDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;)Ljava/lang/Object;
 caseTableSpaceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;)Ljava/lang/Object;
 caseTriggerDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;)Ljava/lang/Object;
 caseUserDefinedTypeDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;)Ljava/lang/Object;
 caseViewDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;)Ljava/lang/Object;
 defaultCase  (Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/Object;
 doSwitch  (Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/Object;
 doSwitch  (ILorg/eclipse/emf/ecore/EObject;)Ljava/lang/Object;
 doSwitch  (Lorg/eclipse/emf/ecore/EClass;Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/Object;

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

 getColumnDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;
 getConstraintDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;
 getExtendedDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 getIndexDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;
 getMaximumCommentLength  ()I
 getMaximumIdentifierLength  ()I
 getNicknameDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;
 getPredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 getQueryDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;
 getSchemaDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;
 getSequenceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;
 getSQLSyntaxDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;
 getStoredProcedureDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;
 getTableDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;
 getTableSpaceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;
 getTriggerDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;
 getUdtDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;
 getVendor  ()Ljava/lang/String;
 getVersion  ()Ljava/lang/String;
 getViewDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;
 isAliasSupported  ()Z
 isConstraintsSupported  ()Z
 isDomainSupported  ()Z
 isJoinSupported  ()Z
 isMQTIndexSupported  ()Z
 isMQTSupported  ()Z
 isNicknameSupported  ()Z
 isQuotedDDLSupported  ()Z
 isQuotedDMLSupported  ()Z
 isSchemaSupported  ()Z
 isSequenceSupported  ()Z
 isSnapshotViewSupported  ()Z
 isSQLStatementSupported  ()Z
 isSynonymSupported  ()Z
 isTablespacesSupported  ()Z
 isTriggerSupported  ()Z
 isUserDefinedTypeSupported  ()Z
 isViewTriggerSupported  ()Z
 isXmlSupported  ()Z
 setAliasSupported  (Z)V
 setColumnDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;)V
 setConstraintDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;)V
 setConstraintsSupported  (Z)V
 setDomainSupported  (Z)V
 setIndexDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;)V
 setJoinSupported  (Z)V
 setMaximumCommentLength  (I)V
 setMaximumIdentifierLength  (I)V
 setMQTIndexSupported  (Z)V
 setMQTSupported  (Z)V
 setNicknameDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;)V
 setNicknameSupported  (Z)V
 setQueryDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;)V
 setQuotedDDLSupported  (Z)V
 setQuotedDMLSupported  (Z)V
 setSchemaDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;)V
 setSchemaSupported  (Z)V
 setSequenceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;)V
 setSequenceSupported  (Z)V
 setSnapshotViewSupported  (Z)V
 setSQLStatementSupported  (Z)V
 setSQLSyntaxDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;)V
 setStoredProcedureDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;)V
 setSynonymSupported  (Z)V
 setTableDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;)V
 setTableSpaceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;)V
 setTablespacesSupported  (Z)V
 setTriggerDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;)V
 setTriggerSupported  (Z)V
 setUdtDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;)V
 setUserDefinedTypeSupported  (Z)V
 setVendor  (Ljava/lang/String;)V
 setVersion  (Ljava/lang/String;)V
 setViewDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;)V
 setViewTriggerSupported  (Z)V
 setXmlSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.DatabaseVendorDefinitionImpl

 <clinit>  ()V
 <init>  ()V
 basicSetColumnDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetConstraintDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetIndexDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetNicknameDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetQueryDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetSchemaDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetSequenceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetSQLSyntaxDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetStoredProcedureDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetTableDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetTableSpaceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetTriggerDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetUdtDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 basicSetViewDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eInverseRemove  (Lorg/eclipse/emf/ecore/InternalEObject;ILjava/lang/Class;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getColumnDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;
 getConstraintDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;
 getExtendedDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 getIndexDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;
 getMaximumCommentLength  ()I
 getMaximumIdentifierLength  ()I
 getNicknameDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;
 getPredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 getQueryDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;
 getSchemaDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;
 getSequenceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;
 getSQLSyntaxDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;
 getStoredProcedureDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;
 getTableDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;
 getTableSpaceDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;
 getTriggerDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;
 getUdtDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;
 getVendor  ()Ljava/lang/String;
 getVersion  ()Ljava/lang/String;
 getViewDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;
 isAliasSupported  ()Z
 isConstraintsSupported  ()Z
 isDomainSupported  ()Z
 isJoinSupported  ()Z
 isMQTIndexSupported  ()Z
 isMQTSupported  ()Z
 isNicknameSupported  ()Z
 isQuotedDDLSupported  ()Z
 isQuotedDMLSupported  ()Z
 isSchemaSupported  ()Z
 isSequenceSupported  ()Z
 isSnapshotViewSupported  ()Z
 isSQLStatementSupported  ()Z
 isSynonymSupported  ()Z
 isTablespacesSupported  ()Z
 isTriggerSupported  ()Z
 isUserDefinedTypeSupported  ()Z
 isViewTriggerSupported  ()Z
 isXmlSupported  ()Z
 setAliasSupported  (Z)V
 setColumnDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ColumnDefinition;)V
 setConstraintDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ConstraintDefinition;)V
 setConstraintsSupported  (Z)V
 setDomainSupported  (Z)V
 setIndexDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/IndexDefinition;)V
 setJoinSupported  (Z)V
 setMaximumCommentLength  (I)V
 setMaximumIdentifierLength  (I)V
 setMQTIndexSupported  (Z)V
 setMQTSupported  (Z)V
 setNicknameDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/NicknameDefinition;)V
 setNicknameSupported  (Z)V
 setQueryDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/QueryDefinition;)V
 setQuotedDDLSupported  (Z)V
 setQuotedDMLSupported  (Z)V
 setSchemaDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SchemaDefinition;)V
 setSchemaSupported  (Z)V
 setSequenceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SequenceDefinition;)V
 setSequenceSupported  (Z)V
 setSnapshotViewSupported  (Z)V
 setSQLStatementSupported  (Z)V
 setSQLSyntaxDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/SQLSyntaxDefinition;)V
 setStoredProcedureDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/StoredProcedureDefinition;)V
 setSynonymSupported  (Z)V
 setTableDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableDefinition;)V
 setTableSpaceDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceDefinition;)V
 setTablespacesSupported  (Z)V
 setTriggerDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TriggerDefinition;)V
 setTriggerSupported  (Z)V
 setUdtDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/UserDefinedTypeDefinition;)V
 setUserDefinedTypeSupported  (Z)V
 setVendor  (Ljava/lang/String;)V
 setVersion  (Ljava/lang/String;)V
 setViewDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ViewDefinition;)V
 setViewTriggerSupported  (Z)V
 setXmlSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.ExtendedDefinition

 getName  ()Ljava/lang/String;
 getValue  ()Ljava/lang/String;
 setName  (Ljava/lang/String;)V
 setValue  (Ljava/lang/String;)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.ExtendedDefinitionImpl

 <clinit>  ()V
 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getName  ()Ljava/lang/String;
 getValue  ()Ljava/lang/String;
 setName  (Ljava/lang/String;)V
 setValue  (Ljava/lang/String;)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.FieldQualifierDefinition

 getDefaultPrecision  ()I
 getDefaultScale  ()I
 getMaximumPrecision  ()I
 getMaximumScale  ()I
 getName  ()Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/IntervalQualifierType;
 getValidTrailingFieldQualifierDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 isPrecisionSupported  ()Z
 isScaleSupported  ()Z
 setDefaultPrecision  (I)V
 setDefaultScale  (I)V
 setMaximumPrecision  (I)V
 setMaximumScale  (I)V
 setName  (Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/IntervalQualifierType;)V
 setPrecisionSupported  (Z)V
 setScaleSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.FieldQualifierDefinitionImpl

 <clinit>  ()V
 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getDefaultPrecision  ()I
 getDefaultScale  ()I
 getMaximumPrecision  ()I
 getMaximumScale  ()I
 getName  ()Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/IntervalQualifierType;
 getValidTrailingFieldQualifierDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 isPrecisionSupported  ()Z
 isScaleSupported  ()Z
 setDefaultPrecision  (I)V
 setDefaultScale  (I)V
 setMaximumPrecision  (I)V
 setMaximumScale  (I)V
 setName  (Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/IntervalQualifierType;)V
 setPrecisionSupported  (Z)V
 setScaleSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.IndexDefinition

 getMaximumIdentifierLength  ()I
 getPercentFreeTerminology  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PercentFreeTerminology;
 isClusterChangeable  ()Z
 isClusteringSupported  ()Z
 isFillFactorSupported  ()Z
 isIncludedColumnsSupported  ()Z
 isPercentFreeChangeable  ()Z
 setClusterChangeable  (Z)V
 setClusteringSupported  (Z)V
 setFillFactorSupported  (Z)V
 setIncludedColumnsSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setPercentFreeChangeable  (Z)V
 setPercentFreeTerminology  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PercentFreeTerminology;)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.IndexDefinitionImpl

 <clinit>  ()V
 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 getPercentFreeTerminology  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PercentFreeTerminology;
 isClusterChangeable  ()Z
 isClusteringSupported  ()Z
 isFillFactorSupported  ()Z
 isIncludedColumnsSupported  ()Z
 isPercentFreeChangeable  ()Z
 setClusterChangeable  (Z)V
 setClusteringSupported  (Z)V
 setFillFactorSupported  (Z)V
 setIncludedColumnsSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setPercentFreeChangeable  (Z)V
 setPercentFreeTerminology  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PercentFreeTerminology;)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.LanguageType

 <clinit>  ()V
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LanguageType;
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LanguageType;

org.eclipse.wst.rdb.internal.models.dbdefinition.LengthUnit

 <clinit>  ()V
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LengthUnit;
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LengthUnit;

org.eclipse.wst.rdb.internal.models.dbdefinition.NicknameDefinition

 getMaximumIdentifierLength  ()I
 isConstraintSupported  ()Z
 isIndexSupported  ()Z
 setConstraintSupported  (Z)V
 setIndexSupported  (Z)V
 setMaximumIdentifierLength  (I)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.NicknameDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 isConstraintSupported  ()Z
 isIndexSupported  ()Z
 setConstraintSupported  (Z)V
 setIndexSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.ParameterStyle

 <clinit>  ()V
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ParameterStyle;
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ParameterStyle;

org.eclipse.wst.rdb.internal.models.dbdefinition.ParentDeleteDRIRuleType

 <clinit>  ()V
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ParentDeleteDRIRuleType;
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ParentDeleteDRIRuleType;

org.eclipse.wst.rdb.internal.models.dbdefinition.ParentUpdateDRIRuleType

 <clinit>  ()V
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ParentUpdateDRIRuleType;
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ParentUpdateDRIRuleType;

org.eclipse.wst.rdb.internal.models.dbdefinition.PercentFreeTerminology

 <clinit>  ()V
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PercentFreeTerminology;
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PercentFreeTerminology;

org.eclipse.wst.rdb.internal.models.dbdefinition.PredefinedDataTypeDefinition

 getCharacterSet  ()Lorg/eclipse/emf/common/util/EList;
 getCharacterSetSuffix  ()Ljava/lang/String;
 getCutoffPrecision  ()I
 getDefaultLeadingFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 getDefaultLength  ()I
 getDefaultPrecision  ()I
 getDefaultScale  ()I
 getDefaultTrailingFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 getDefaultValueTypes  ()Lorg/eclipse/emf/common/util/EList;
 getDisplayName  ()Ljava/lang/String;
 getEncodingScheme  ()Lorg/eclipse/emf/common/util/EList;
 getEncodingSchemeSuffix  ()Ljava/lang/String;
 getFieldQualifierSeparator  ()Ljava/lang/String;
 getJavaClassName  ()Ljava/lang/String;
 getJdbcEnumType  ()I
 getLeadingFieldQualifierDefinition  ()Lorg/eclipse/emf/common/util/EList;
 getLengthUnit  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LengthUnit;
 getMaximumLength  ()I
 getMaximumPrecision  ()I
 getMaximumScale  ()I
 getMaximumValue  ()J
 getMinimumScale  ()I
 getMinimumValue  ()J
 getName  ()Lorg/eclipse/emf/common/util/EList;
 getPrimitiveType  ()Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/PrimitiveType;
 getTrailingFieldQualifierDefinition  ()Lorg/eclipse/emf/common/util/EList;
 isBitDataSupported  ()Z
 isClusteringSupported  ()Z
 isDefaultSupported  ()Z
 isDisplayNameSupported  ()Z
 isFillFactorSupported  ()Z
 isGroupingSupported  ()Z
 isIdentitySupported  ()Z
 isKeyConstraintSupported  ()Z
 isLeadingFieldQualifierSupported  ()Z
 isLengthSupported  ()Z
 isMultipleColumnsSupported  ()Z
 isNullableSupported  ()Z
 isOrderingSupported  ()Z
 isPrecisionSupported  ()Z
 isScaleSupported  ()Z
 isTrailingFieldQualifierSupported  ()Z
 setBitDataSupported  (Z)V
 setCharacterSetSuffix  (Ljava/lang/String;)V
 setClusteringSupported  (Z)V
 setCutoffPrecision  (I)V
 setDefaultLeadingFieldQualifierDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;)V
 setDefaultLength  (I)V
 setDefaultPrecision  (I)V
 setDefaultScale  (I)V
 setDefaultSupported  (Z)V
 setDefaultTrailingFieldQualifierDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;)V
 setDisplayName  (Ljava/lang/String;)V
 setDisplayNameSupported  (Z)V
 setEncodingSchemeSuffix  (Ljava/lang/String;)V
 setFieldQualifierSeparator  (Ljava/lang/String;)V
 setFillFactorSupported  (Z)V
 setGroupingSupported  (Z)V
 setIdentitySupported  (Z)V
 setJavaClassName  (Ljava/lang/String;)V
 setJdbcEnumType  (I)V
 setKeyConstraintSupported  (Z)V
 setLeadingFieldQualifierSupported  (Z)V
 setLengthSupported  (Z)V
 setLengthUnit  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LengthUnit;)V
 setMaximumLength  (I)V
 setMaximumPrecision  (I)V
 setMaximumScale  (I)V
 setMaximumValue  (J)V
 setMinimumScale  (I)V
 setMinimumValue  (J)V
 setMultipleColumnsSupported  (Z)V
 setNullableSupported  (Z)V
 setOrderingSupported  (Z)V
 setPrecisionSupported  (Z)V
 setPrimitiveType  (Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/PrimitiveType;)V
 setScaleSupported  (Z)V
 setTrailingFieldQualifierSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.PredefinedDataTypeDefinitionImpl

 <clinit>  ()V
 <init>  ()V
 basicGetDefaultLeadingFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 basicGetDefaultTrailingFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eInverseRemove  (Lorg/eclipse/emf/ecore/InternalEObject;ILjava/lang/Class;Lorg/eclipse/emf/common/notify/NotificationChain;)Lorg/eclipse/emf/common/notify/NotificationChain;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getCharacterSet  ()Lorg/eclipse/emf/common/util/EList;
 getCharacterSetSuffix  ()Ljava/lang/String;
 getCutoffPrecision  ()I
 getDefaultLeadingFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 getDefaultLength  ()I
 getDefaultPrecision  ()I
 getDefaultScale  ()I
 getDefaultTrailingFieldQualifierDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;
 getDefaultValueTypes  ()Lorg/eclipse/emf/common/util/EList;
 getDisplayName  ()Ljava/lang/String;
 getEncodingScheme  ()Lorg/eclipse/emf/common/util/EList;
 getEncodingSchemeSuffix  ()Ljava/lang/String;
 getFieldQualifierSeparator  ()Ljava/lang/String;
 getJavaClassName  ()Ljava/lang/String;
 getJdbcEnumType  ()I
 getLeadingFieldQualifierDefinition  ()Lorg/eclipse/emf/common/util/EList;
 getLengthUnit  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LengthUnit;
 getMaximumLength  ()I
 getMaximumPrecision  ()I
 getMaximumScale  ()I
 getMaximumValue  ()J
 getMinimumScale  ()I
 getMinimumValue  ()J
 getName  ()Lorg/eclipse/emf/common/util/EList;
 getPrimitiveType  ()Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/PrimitiveType;
 getTrailingFieldQualifierDefinition  ()Lorg/eclipse/emf/common/util/EList;
 isBitDataSupported  ()Z
 isClusteringSupported  ()Z
 isDefaultSupported  ()Z
 isDisplayNameSupported  ()Z
 isFillFactorSupported  ()Z
 isGroupingSupported  ()Z
 isIdentitySupported  ()Z
 isKeyConstraintSupported  ()Z
 isLeadingFieldQualifierSupported  ()Z
 isLengthSupported  ()Z
 isMultipleColumnsSupported  ()Z
 isNullableSupported  ()Z
 isOrderingSupported  ()Z
 isPrecisionSupported  ()Z
 isScaleSupported  ()Z
 isTrailingFieldQualifierSupported  ()Z
 setBitDataSupported  (Z)V
 setCharacterSetSuffix  (Ljava/lang/String;)V
 setClusteringSupported  (Z)V
 setCutoffPrecision  (I)V
 setDefaultLeadingFieldQualifierDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;)V
 setDefaultLength  (I)V
 setDefaultPrecision  (I)V
 setDefaultScale  (I)V
 setDefaultSupported  (Z)V
 setDefaultTrailingFieldQualifierDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/FieldQualifierDefinition;)V
 setDisplayName  (Ljava/lang/String;)V
 setDisplayNameSupported  (Z)V
 setEncodingSchemeSuffix  (Ljava/lang/String;)V
 setFieldQualifierSeparator  (Ljava/lang/String;)V
 setFillFactorSupported  (Z)V
 setGroupingSupported  (Z)V
 setIdentitySupported  (Z)V
 setJavaClassName  (Ljava/lang/String;)V
 setJdbcEnumType  (I)V
 setKeyConstraintSupported  (Z)V
 setLeadingFieldQualifierSupported  (Z)V
 setLengthSupported  (Z)V
 setLengthUnit  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/LengthUnit;)V
 setMaximumLength  (I)V
 setMaximumPrecision  (I)V
 setMaximumScale  (I)V
 setMaximumValue  (J)V
 setMinimumScale  (I)V
 setMinimumValue  (J)V
 setMultipleColumnsSupported  (Z)V
 setNullableSupported  (Z)V
 setOrderingSupported  (Z)V
 setPrecisionSupported  (Z)V
 setPrimitiveType  (Lorg/eclipse/wst/rdb/internal/models/sql/datatypes/PrimitiveType;)V
 setScaleSupported  (Z)V
 setTrailingFieldQualifierSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.ProcedureType

 <clinit>  ()V
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ProcedureType;
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/ProcedureType;

org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition

 getHostVariableMarker  ()Ljava/lang/String;
 getIdentifierQuoteString  ()Ljava/lang/String;
 isCastExpressionSupported  ()Z
 isDefaultKeywordForInsertValueSupported  ()Z
 isExtendedGroupingSupported  ()Z
 isHostVariableMarkerSupported  ()Z
 isTableAliasInDeleteSupported  ()Z
 setCastExpressionSupported  (Z)V
 setDefaultKeywordForInsertValueSupported  (Z)V
 setExtendedGroupingSupported  (Z)V
 setHostVariableMarker  (Ljava/lang/String;)V
 setHostVariableMarkerSupported  (Z)V
 setIdentifierQuoteString  (Ljava/lang/String;)V
 setTableAliasInDeleteSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.QueryDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getHostVariableMarker  ()Ljava/lang/String;
 getIdentifierQuoteString  ()Ljava/lang/String;
 isCastExpressionSupported  ()Z
 isDefaultKeywordForInsertValueSupported  ()Z
 isExtendedGroupingSupported  ()Z
 isHostVariableMarkerSupported  ()Z
 isTableAliasInDeleteSupported  ()Z
 setCastExpressionSupported  (Z)V
 setDefaultKeywordForInsertValueSupported  (Z)V
 setExtendedGroupingSupported  (Z)V
 setHostVariableMarker  (Ljava/lang/String;)V
 setHostVariableMarkerSupported  (Z)V
 setIdentifierQuoteString  (Ljava/lang/String;)V
 setTableAliasInDeleteSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.SchemaDefinition

 getMaximumIdentifierLength  ()I
 setMaximumIdentifierLength  (I)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.SchemaDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 setMaximumIdentifierLength  (I)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.SequenceDefinition

 getCacheDefaultValue  ()I
 getDefaultDataTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;
 getNoCacheString  ()Ljava/lang/String;
 getNoMaximumValueString  ()Ljava/lang/String;
 getNoMinimumValueString  ()Ljava/lang/String;
 getPredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 isCacheSupported  ()Z
 isOrderSupported  ()Z
 isTypeEnumerationSupported  ()Z
 setCacheDefaultValue  (I)V
 setCacheSupported  (Z)V
 setDefaultDataTypeDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;)V
 setNoCacheString  (Ljava/lang/String;)V
 setNoMaximumValueString  (Ljava/lang/String;)V
 setNoMinimumValueString  (Ljava/lang/String;)V
 setOrderSupported  (Z)V
 setTypeEnumerationSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.SequenceDefinitionImpl

 <clinit>  ()V
 <init>  ()V
 basicGetDefaultDataTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getCacheDefaultValue  ()I
 getDefaultDataTypeDefinition  ()Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;
 getNoCacheString  ()Ljava/lang/String;
 getNoMaximumValueString  ()Ljava/lang/String;
 getNoMinimumValueString  ()Ljava/lang/String;
 getPredefinedDataTypeDefinitions  ()Lorg/eclipse/emf/common/util/EList;
 isCacheSupported  ()Z
 isOrderSupported  ()Z
 isTypeEnumerationSupported  ()Z
 setCacheDefaultValue  (I)V
 setCacheSupported  (Z)V
 setDefaultDataTypeDefinition  (Lorg/eclipse/wst/rdb/internal/models/dbdefinition/PredefinedDataTypeDefinition;)V
 setNoCacheString  (Ljava/lang/String;)V
 setNoMaximumValueString  (Ljava/lang/String;)V
 setNoMinimumValueString  (Ljava/lang/String;)V
 setOrderSupported  (Z)V
 setTypeEnumerationSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.SQLSyntaxDefinition

 getKeywords  ()Lorg/eclipse/emf/common/util/EList;
 getOperators  ()Lorg/eclipse/emf/common/util/EList;
 getTerminationCharacter  ()Ljava/lang/String;
 setTerminationCharacter  (Ljava/lang/String;)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.SQLSyntaxDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getKeywords  ()Lorg/eclipse/emf/common/util/EList;
 getOperators  ()Lorg/eclipse/emf/common/util/EList;
 getTerminationCharacter  ()Ljava/lang/String;
 setTerminationCharacter  (Ljava/lang/String;)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.StoredProcedureDefinition

 getFunctionLanguageType  ()Lorg/eclipse/emf/common/util/EList;
 getLanguageType  ()Lorg/eclipse/emf/common/util/EList;
 getMaximumActionBodyLength  ()I
 getMaximumIdentifierLength  ()I
 getParameterStyle  ()Lorg/eclipse/emf/common/util/EList;
 getProcedureType  ()Lorg/eclipse/emf/common/util/EList;
 isDetermininsticSupported  ()Z
 isNullInputActionSupported  ()Z
 isPackageGenerationSupported  ()Z
 isParameterDeclarationConstraintSupported  ()Z
 isParameterInitValueSupported  ()Z
 isParameterStyleSupported  ()Z
 isReturnedNullSupported  ()Z
 isReturnedTypeDeclarationConstraintSupported  ()Z
 isReturnTypeSupported  ()Z
 setDetermininsticSupported  (Z)V
 setMaximumActionBodyLength  (I)V
 setMaximumIdentifierLength  (I)V
 setNullInputActionSupported  (Z)V
 setPackageGenerationSupported  (Z)V
 setParameterDeclarationConstraintSupported  (Z)V
 setParameterInitValueSupported  (Z)V
 setParameterStyleSupported  (Z)V
 setReturnedNullSupported  (Z)V
 setReturnedTypeDeclarationConstraintSupported  (Z)V
 setReturnTypeSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.StoredProcedureDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getFunctionLanguageType  ()Lorg/eclipse/emf/common/util/EList;
 getLanguageType  ()Lorg/eclipse/emf/common/util/EList;
 getMaximumActionBodyLength  ()I
 getMaximumIdentifierLength  ()I
 getParameterStyle  ()Lorg/eclipse/emf/common/util/EList;
 getProcedureType  ()Lorg/eclipse/emf/common/util/EList;
 isDetermininsticSupported  ()Z
 isNullInputActionSupported  ()Z
 isPackageGenerationSupported  ()Z
 isParameterDeclarationConstraintSupported  ()Z
 isParameterInitValueSupported  ()Z
 isParameterStyleSupported  ()Z
 isReturnedNullSupported  ()Z
 isReturnedTypeDeclarationConstraintSupported  ()Z
 isReturnTypeSupported  ()Z
 setDetermininsticSupported  (Z)V
 setMaximumActionBodyLength  (I)V
 setMaximumIdentifierLength  (I)V
 setNullInputActionSupported  (Z)V
 setPackageGenerationSupported  (Z)V
 setParameterDeclarationConstraintSupported  (Z)V
 setParameterInitValueSupported  (Z)V
 setParameterStyleSupported  (Z)V
 setReturnedNullSupported  (Z)V
 setReturnedTypeDeclarationConstraintSupported  (Z)V
 setReturnTypeSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition

 getMaximumIdentifierLength  ()I
 isAuditSupported  ()Z
 isDataCaptureSupported  ()Z
 isEditProcSupported  ()Z
 isEncodingSupported  ()Z
 isValidProcSupported  ()Z
 setAuditSupported  (Z)V
 setDataCaptureSupported  (Z)V
 setEditProcSupported  (Z)V
 setEncodingSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setValidProcSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.TableDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 isAuditSupported  ()Z
 isDataCaptureSupported  ()Z
 isEditProcSupported  ()Z
 isEncodingSupported  ()Z
 isValidProcSupported  ()Z
 setAuditSupported  (Z)V
 setDataCaptureSupported  (Z)V
 setEditProcSupported  (Z)V
 setEncodingSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setValidProcSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.TableSpaceDefinition

 getMaximumIdentifierLength  ()I
 getTableSpaceType  ()Lorg/eclipse/emf/common/util/EList;
 isBufferPoolSupported  ()Z
 isContainerExtentSizeSupported  ()Z
 isContainerInitialSizeSupported  ()Z
 isContainerMaximumSizeSupported  ()Z
 isDefaultSupported  ()Z
 isExtentSizeSupported  ()Z
 isManagedBySupported  ()Z
 isPageSizeSupported  ()Z
 isPrefetchSizeSupported  ()Z
 isTypeSupported  ()Z
 setBufferPoolSupported  (Z)V
 setContainerExtentSizeSupported  (Z)V
 setContainerInitialSizeSupported  (Z)V
 setContainerMaximumSizeSupported  (Z)V
 setDefaultSupported  (Z)V
 setExtentSizeSupported  (Z)V
 setManagedBySupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setPageSizeSupported  (Z)V
 setPrefetchSizeSupported  (Z)V
 setTypeSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.TableSpaceDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 getTableSpaceType  ()Lorg/eclipse/emf/common/util/EList;
 isBufferPoolSupported  ()Z
 isContainerExtentSizeSupported  ()Z
 isContainerInitialSizeSupported  ()Z
 isContainerMaximumSizeSupported  ()Z
 isDefaultSupported  ()Z
 isExtentSizeSupported  ()Z
 isManagedBySupported  ()Z
 isPageSizeSupported  ()Z
 isPrefetchSizeSupported  ()Z
 isTypeSupported  ()Z
 setBufferPoolSupported  (Z)V
 setContainerExtentSizeSupported  (Z)V
 setContainerInitialSizeSupported  (Z)V
 setContainerMaximumSizeSupported  (Z)V
 setDefaultSupported  (Z)V
 setExtentSizeSupported  (Z)V
 setManagedBySupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setPageSizeSupported  (Z)V
 setPrefetchSizeSupported  (Z)V
 setTypeSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.TableSpaceType

 <clinit>  ()V
 get  (Ljava/lang/String;)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceType;
 get  (I)Lorg/eclipse/wst/rdb/internal/models/dbdefinition/TableSpaceType;

org.eclipse.wst.rdb.internal.models.dbdefinition.TriggerDefinition

 getMaximumActionBodyLength  ()I
 getMaximumIdentifierLength  ()I
 getMaximumReferencePartLength  ()I
 isGranularitySupported  ()Z
 isInsteadOfTriggerSupported  ()Z
 isPerColumnUpdateTriggerSupported  ()Z
 isReferencesClauseSupported  ()Z
 isRowTriggerReferenceSupported  ()Z
 isTableTriggerReferenceSupported  ()Z
 isTypeSupported  ()Z
 isWhenClauseSupported  ()Z
 setGranularitySupported  (Z)V
 setInsteadOfTriggerSupported  (Z)V
 setMaximumActionBodyLength  (I)V
 setMaximumIdentifierLength  (I)V
 setMaximumReferencePartLength  (I)V
 setPerColumnUpdateTriggerSupported  (Z)V
 setReferencesClauseSupported  (Z)V
 setRowTriggerReferenceSupported  (Z)V
 setTableTriggerReferenceSupported  (Z)V
 setTypeSupported  (Z)V
 setWhenClauseSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.TriggerDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumActionBodyLength  ()I
 getMaximumIdentifierLength  ()I
 getMaximumReferencePartLength  ()I
 isGranularitySupported  ()Z
 isInsteadOfTriggerSupported  ()Z
 isPerColumnUpdateTriggerSupported  ()Z
 isReferencesClauseSupported  ()Z
 isRowTriggerReferenceSupported  ()Z
 isTableTriggerReferenceSupported  ()Z
 isTypeSupported  ()Z
 isWhenClauseSupported  ()Z
 setGranularitySupported  (Z)V
 setInsteadOfTriggerSupported  (Z)V
 setMaximumActionBodyLength  (I)V
 setMaximumIdentifierLength  (I)V
 setMaximumReferencePartLength  (I)V
 setPerColumnUpdateTriggerSupported  (Z)V
 setReferencesClauseSupported  (Z)V
 setRowTriggerReferenceSupported  (Z)V
 setTableTriggerReferenceSupported  (Z)V
 setTypeSupported  (Z)V
 setWhenClauseSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition

 getMaximumIdentifierLength  ()I
 isDefaultValueSupported  ()Z
 isDistinctTypeSupported  ()Z
 isStructuredTypeSupported  ()Z
 setDefaultValueSupported  (Z)V
 setDistinctTypeSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setStructuredTypeSupported  (Z)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.UserDefinedTypeDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 isDefaultValueSupported  ()Z
 isDistinctTypeSupported  ()Z
 isStructuredTypeSupported  ()Z
 setDefaultValueSupported  (Z)V
 setDistinctTypeSupported  (Z)V
 setMaximumIdentifierLength  (I)V
 setStructuredTypeSupported  (Z)V
 toString  ()Ljava/lang/String;

org.eclipse.wst.rdb.internal.models.dbdefinition.ViewDefinition

 getMaximumIdentifierLength  ()I
 setMaximumIdentifierLength  (I)V

org.eclipse.wst.rdb.internal.models.dbdefinition.impl.ViewDefinitionImpl

 <init>  ()V
 eGet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Z)Ljava/lang/Object;
 eIsSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;)Z
 eSet  (Lorg/eclipse/emf/ecore/EStructuralFeature;Ljava/lang/Object;)V
 eStaticClass  ()Lorg/eclipse/emf/ecore/EClass;
 eUnset  (Lorg/eclipse/emf/ecore/EStructuralFeature;)V
 getMaximumIdentifierLength  ()I
 setMaximumIdentifierLength  (I)V
 toString  ()Ljava/lang/String;