| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ArrayDataType in org.eclipse.datatools.modelbase.sql.datatypes.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement ArrayDataType | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.ArrayDataTypeImpl | 
| Uses of ArrayDataType in org.eclipse.datatools.modelbase.sql.datatypes.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type ArrayDataType | |
|---|---|
|  java.lang.Object | SQLDataTypesSwitch.caseArrayDataType(ArrayDataType object)Returns the result of interpreting the object as an instance of 'Array Data Type'. | 
| Uses of ArrayDataType in org.eclipse.datatools.modelbase.sql.query.util | 
|---|
| Subinterfaces of ArrayDataType 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. | 
| Classes in org.eclipse.datatools.modelbase.sql.query.util that implement ArrayDataType | |
|---|---|
|  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. | 
| Uses of ArrayDataType in org.eclipse.datatools.sqltools.parsers.sql.query | 
|---|
| Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ArrayDataType | |
|---|---|
|  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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||