| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataType in org.eclipse.datatools.connectivity.sqm.core.definition | 
|---|
| Methods in org.eclipse.datatools.connectivity.sqm.core.definition with parameters of type DataType | |
|---|---|
|  boolean | DatabaseDefinition.isKeyConstraintSupported(DataType dataType) | 
|  boolean | DefaultDatabaseDefinition.isKeyConstraintSupported(DataType dataType) | 
| Uses of DataType in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc | 
|---|
| Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement DataType | |
|---|---|
|  class | JDBCDistinctUDT | 
|  class | JDBCStructuredUDT | 
| Uses of DataType in org.eclipse.datatools.enablement.ase.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.ase.catalog that implement DataType | |
|---|---|
|  class | SybaseASECatalogPreDefinedType | 
|  class | SybaseASECatalogUserDefinedType | 
| Methods in org.eclipse.datatools.enablement.ase.catalog that return DataType | |
|---|---|
|  DataType | SybaseASECatalogColumn.getDataType() | 
| static DataType | SybaseASECatalogUtils.getSpecifiedUserDefinedDatatype(Catalog catalog,
                                java.lang.String typeName) | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.base.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement DataType | |
|---|---|
|  class | SybaseASACatalogBasePreDefinedType | 
|  class | SybaseASACatalogBaseUserDefinedDataType | 
| Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return DataType | |
|---|---|
|  DataType | SybaseASACatalogBaseColumn.getDataType() | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.catalog | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.catalog with parameters of type DataType | |
|---|---|
| static PredefinedDataType | SybaseASACatalogUtils.getPredefinedRepresentation(DataType datatype) | 
| static boolean | SybaseASACatalogUtils.isBinaryType(DataType datatype) | 
| static boolean | SybaseASACatalogUtils.isDateType(DataType datatype) | 
| static boolean | SybaseASACatalogUtils.isNumericType(DataType datatype) | 
| static boolean | SybaseASACatalogUtils.isStringType(DataType datatype) | 
| static boolean | SybaseASACatalogUtils.isTimeType(DataType datatype) | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | 
|---|
| Subinterfaces of DataType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
|---|---|
|  interface | SybaseASABasePredefinedDataTypeA representation of the model object 'Sybase ASA Base Predefined Data Type'. | 
|  interface | SybaseASABaseUserDefinedTypeA representation of the model object 'Sybase ASA Base User Defined Type'. | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement DataType | |
|---|---|
|  class | SybaseASABasePredefinedDataTypeImplAn implementation of the model object 'Sybase ASA Base Predefined Data Type'. | 
|  class | SybaseASABaseUserDefinedTypeImplAn implementation of the model object 'Sybase ASA Base User Defined Type'. | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util with parameters of type DataType | |
|---|---|
|  java.lang.Object | SybaseasabasesqlmodelSwitch.caseDataType(DataType object)Returns the result of interpreting the object as an instance of 'Data Type'. | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples that return DataType | |
|---|---|
|  DataType[] | ASADataTypeProvider.getAvailableDataTypes(int context,
                      Schema schema,
                      org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier) | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.model.validation | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.model.validation with parameters of type DataType | |
|---|---|
|  java.lang.String | ASASQLDataOfflineValidator.validateCharacterStringDataType(DataType type,
                                java.lang.String strValue) | 
|  java.lang.String | ASASQLDataOfflineValidator.validateDateDataType(DataType type,
                     java.lang.String strValue) | 
|  java.lang.String | ASASQLDataOfflineValidator.validateDistinctUserDefinedType(DataType type,
                                java.lang.String strValue) | 
|  java.lang.String | ASASQLDataOfflineValidator.validateNumberDataType(DataType type,
                       java.lang.String strValue) | 
|  java.lang.String | ASASQLDataOfflineValidator.validateNumericalDataType(DataType type,
                          java.lang.String strValue) | 
|  java.lang.String | ASASQLDataOfflineValidator.validateTimeDataType(DataType type,
                     java.lang.String strValue)TIME, TIMESTAMP | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor that return DataType | |
|---|---|
|  DataType | DataTypeProviderExt.getDataType(java.lang.String typeString,
            Schema schema,
            int context,
            org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier) | 
|  DataType | DataTypeProviderExt.getDataType(java.lang.String typeString,
            Schema schema,
            int context,
            org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier,
            boolean refresh) | 
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor with parameters of type DataType | |
|---|---|
|  java.lang.String | DataTypeProviderExt.getDataTypeString(DataType dataType,
                  org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)TODO: will pull up to DTP | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils with parameters of type DataType | |
|---|---|
| static PredefinedDataType | ASADatatypeUtil.getPredefinedRepresentation(DataType datatype) | 
| static boolean | ASADatatypeUtil.isBinaryType(DataType datatype) | 
| static boolean | ASADatatypeUtil.isDateType(DataType datatype) | 
| static boolean | ASADatatypeUtil.isNumericType(DataType datatype) | 
| static boolean | ASADatatypeUtil.isStringType(DataType datatype) | 
| static boolean | ASADatatypeUtil.isTimeType(DataType datatype) | 
| static boolean | ASADatatypeUtil.isTSType(DataType datatype)If it has primitive type is the primitive type is time/date type, then it's a timestamp type | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | 
|---|
| Subinterfaces of DataType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
|---|---|
|  interface | SybaseASEPredefinedDataTypeA representation of the model object 'Sybase ASE Predefined Data Type'. | 
|  interface | SybaseASEUserDefinedTypeA representation of the model object 'Sybase ASE User Defined Type'. | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement DataType | |
|---|---|
|  class | SybaseASEPredefinedDataTypeImplAn implementation of the model object 'Sybase ASE Predefined Data Type'. | 
|  class | SybaseASEUserDefinedTypeImplAn implementation of the model object 'Sybase ASE User Defined Type'. | 
| Uses of DataType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type DataType | |
|---|---|
|  java.lang.Object | SybaseasesqlmodelSwitch.caseDataType(DataType object)Returns the result of interpreting the object as an instance of 'Data Type'. | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.datatypes | 
|---|
| Subinterfaces of DataType in org.eclipse.datatools.modelbase.sql.datatypes | |
|---|---|
|  interface | ApproximateNumericDataTypeA representation of the model object 'Approximate Numeric Data Type'. | 
|  interface | ArrayDataTypeA representation of the model object 'Array Data Type'. | 
|  interface | BinaryStringDataTypeA representation of the model object 'Binary String Data Type'. | 
|  interface | BooleanDataTypeA representation of the model object 'Boolean Data Type'. | 
|  interface | CharacterStringDataTypeA representation of the model object 'Character String Data Type'. | 
|  interface | CollectionDataTypeA representation of the model object 'Collection Data Type'. | 
|  interface | ConstructedDataTypeA representation of the model object 'Constructed Data Type'. | 
|  interface | DataLinkDataTypeA representation of the model object 'Data Link Data Type'. | 
|  interface | DateDataTypeA representation of the model object 'Date Data Type'. | 
|  interface | DistinctUserDefinedTypeA representation of the model object 'Distinct User Defined Type'. | 
|  interface | DomainA representation of the model object 'Domain'. | 
|  interface | ExactNumericDataTypeA representation of the model object 'Exact Numeric Data Type'. | 
|  interface | FixedPrecisionDataTypeA representation of the model object 'Fixed Precision Data Type'. | 
|  interface | IntegerDataTypeA representation of the model object 'Integer Data Type'. | 
|  interface | IntervalDataTypeA representation of the model object 'Interval Data Type'. | 
|  interface | MultisetDataTypeA representation of the model object 'Multiset Data Type'. | 
|  interface | NumberDataTypeA representation of the model object 'Number Data Type'. | 
|  interface | NumericalDataTypeA representation of the model object 'Numerical Data Type'. | 
|  interface | PredefinedDataTypeA representation of the model object 'Predefined Data Type'. | 
|  interface | ReferenceDataTypeA representation of the model object 'Reference Data Type'. | 
|  interface | RowDataTypeA representation of the model object 'Row Data Type'. | 
|  interface | SQLDataTypeA representation of the model object 'SQL Data Type'. | 
|  interface | StructuredUserDefinedTypeA representation of the model object 'Structured User Defined Type'. | 
|  interface | TimeDataTypeA representation of the model object 'Time Data Type'. | 
|  interface | UserDefinedTypeA representation of the model object 'User Defined Type'. | 
|  interface | XMLDataTypeA representation of the model object 'XML Data Type'. | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.datatypes.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement DataType | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.ArrayDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.CollectionDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.ConstructedDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.DataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.DistinctUserDefinedTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.DomainImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.MultisetDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.PredefinedDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.SQLDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.StructuredUserDefinedTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.UserDefinedTypeImpl | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.datatypes.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type DataType | |
|---|---|
|  java.lang.Object | SQLDataTypesSwitch.caseDataType(DataType object)Returns the result of interpreting the object as an instance of 'Data Type'. | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.query | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query that return DataType | |
|---|---|
|  DataType | QueryValueExpression.getDataType()Returns the value of the 'Data Type' containment reference. | 
| Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type DataType | |
|---|---|
|  void | QueryValueExpression.setDataType(DataType value)Sets the value of the ' Data Type' containment reference. | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.query.helper | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.query.helper that return DataType | |
|---|---|
| static DataType | ValueExpressionHelper.copyDataType(DataType dataType)Returns a copy of the given datatypeusingEcoreUtil.copy(org.eclipse.emf.ecore.EObject). | 
| static DataType | ValueExpressionHelper.numericDataTypePromotion(DataType left,
                         DataType right)Do the numeric data type promotion | 
| static DataType | ValueExpressionHelper.resolveCombinedDataType(DataType aDataType,
                        DataType anotherDataType)CHANGE IMPLEMENTATION! CODE INCORRECT! returns the given aDataType, if notnull, or
 the givenanotherDataType. | 
| Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type DataType | |
|---|---|
| static DataType | ValueExpressionHelper.copyDataType(DataType dataType)Returns a copy of the given datatypeusingEcoreUtil.copy(org.eclipse.emf.ecore.EObject). | 
| static DataType | ValueExpressionHelper.numericDataTypePromotion(DataType left,
                         DataType right)Do the numeric data type promotion | 
| static DataType | ValueExpressionHelper.resolveCombinedDataType(DataType aDataType,
                        DataType anotherDataType)CHANGE IMPLEMENTATION! CODE INCORRECT! returns the given aDataType, if notnull, or
 the givenanotherDataType. | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.query.util | 
|---|
| Subinterfaces of DataType in org.eclipse.datatools.modelbase.sql.query.util | |
|---|---|
|  interface | SQLQueryArrayDataTypeThe SQL Model SQLDataTypesFactory class does not provide a method to create an ArrayDataType, and the constructor of ArrayDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
|  interface | SQLQueryMultisetDataTypeThe SQL Model SQLDataTypesFactory class does not provide a method to create a MultisetDataType, and the constructor of MultisetDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
| Classes in org.eclipse.datatools.modelbase.sql.query.util that implement DataType | |
|---|---|
|  class | SQLQueryArrayDataTypeImplThe SQL Model SQLDataTypesFactory class does not provide a method to create an ArrayDataType, and the constructor of ArrayDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
|  class | SQLQueryMultisetDataTypeImplThe SQL Model SQLDataTypesFactory class does not provide a method to create an ArrayDataType, and the constructor of ArrayDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.schema | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.schema that return DataType | |
|---|---|
|  DataType | TypedElement.getDataType()Get the type for this TypedElement | 
| Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type DataType | |
|---|---|
|  void | TypedElement.setDataType(DataType newType)Set the type for this TypedElement | 
| Uses of DataType in org.eclipse.datatools.modelbase.sql.xml.query | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.xml.query that return DataType | |
|---|---|
|  DataType | XMLTableColumnDefinitionRegular.getDataType()Returns the value of the 'Data Type' containment reference. | 
| Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type DataType | |
|---|---|
|  void | XMLTableColumnDefinitionRegular.setDataType(DataType value)Sets the value of the ' Data Type' containment reference. | 
| Uses of DataType in org.eclipse.datatools.sqltools.parsers.sql.query | 
|---|
| Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return DataType | |
|---|---|
|  DataType | SQLQueryParserFactory.createDataType(java.lang.String aTypeName) | 
|  DataType | SQLQueryParserFactory.createUserDefinedTypeFromDomainName(java.lang.String domainName)Deprecated. | 
| Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type DataType | |
|---|---|
|  ValueExpressionCast | SQLQueryParserFactory.createCastExpression(QueryValueExpression aExpr,
                     DataType aCastType) | 
|  ArrayDataType | SQLQueryParserFactoryDataTypes.createDataTypeArray(DataType elementDataType)Factory method to construct a ArrayDataTypewith the
 element data typeelementDataType. | 
|  ArrayDataType | SQLQueryParserFactory.createDataTypeArray(DataType dataType) | 
|  ArrayDataType | SQLQueryParserFactoryDataTypes.createDataTypeArray(DataType elementDataType,
                    int maxCardinality)Factory method to construct a ArrayDataTypewith the
 element data typeelementDataTypeand with maximum
 cardinality specified bymaxCardinality. | 
|  ArrayDataType | SQLQueryParserFactory.createDataTypeArray(DataType dataType,
                    int maxCardinality) | 
|  ArrayDataType | SQLQueryParserFactory.createDataTypeArray(DataType dataType,
                    int maxCardinality,
                    java.lang.String typeName) | 
|  MultisetDataType | SQLQueryParserFactoryDataTypes.createDataTypeMultiset(DataType elementDataType)Factory method to construct a MultisetDataTypewith the
 element data typeelementDataType. | 
|  MultisetDataType | SQLQueryParserFactory.createDataTypeMultiset(DataType dataType) | 
|  MultisetDataType | SQLQueryParserFactory.createDataTypeMultiset(DataType dataType,
                       java.lang.String typeName) | 
| Uses of DataType in org.eclipse.datatools.sqltools.parsers.sql.xml.query | 
|---|
| Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type DataType | |
|---|---|
|  XMLSerializeFunction | SQLXMLQueryParserFactory.createXMLSerializeFunction(java.lang.String aName,
                           int aContentOption,
                           QueryValueExpression aValueExpr,
                           DataType aDataType,
                           java.lang.String aEncodingSpec,
                           java.lang.String aVersion,
                           int aDeclOption) | 
|  XMLTableColumnDefinitionRegular | SQLXMLQueryParserFactory.createXMLTableColumnDefinitionRegular(java.lang.String columnName,
                                      DataType dataType,
                                      int passingOption,
                                      QueryValueExpression defaultOption,
                                      java.lang.String columnPattern) | 
|  XMLValueExpressionCast | SQLXMLQueryParserFactory.createXMLValueExpressionCast(QueryValueExpression operandExpression,
                             DataType targetType,
                             int passingtype) | 
| Uses of DataType in org.eclipse.datatools.sqltools.sql.util | 
|---|
| Methods in org.eclipse.datatools.sqltools.sql.util with parameters of type DataType | |
|---|---|
| static IDatatype | ModelUtil.map(DatabaseDefinition databaseDefinition,
    DataType type,
    java.lang.String owner) | 
| Uses of DataType in org.eclipse.datatools.sqltools.sqlbuilder.model | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type DataType | |
|---|---|
|  java.lang.String | ExpressionHelper.appendQuotes(DataType columnType,
             java.lang.String value)Adds quotes to the string value passed which has given DataType. | 
| Uses of DataType in org.eclipse.datatools.sqltools.sqlbuilder.views | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.views with parameters of type DataType | |
|---|---|
|  void | EditComboBoxCellEditor.setPairDataType(DataType dtype)Sets the DataType of PairSource. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||