| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConstructedDataType in org.eclipse.datatools.modelbase.sql.datatypes | 
|---|
| Subinterfaces of ConstructedDataType in org.eclipse.datatools.modelbase.sql.datatypes | |
|---|---|
|  interface | ArrayDataTypeA representation of the model object 'Array Data Type'. | 
|  interface | CollectionDataTypeA representation of the model object 'Collection Data Type'. | 
|  interface | MultisetDataTypeA representation of the model object 'Multiset Data Type'. | 
|  interface | ReferenceDataTypeA representation of the model object 'Reference Data Type'. | 
|  interface | RowDataTypeA representation of the model object 'Row Data Type'. | 
| Uses of ConstructedDataType in org.eclipse.datatools.modelbase.sql.datatypes.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement ConstructedDataType | |
|---|---|
|  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.MultisetDataTypeImpl | 
| Uses of ConstructedDataType in org.eclipse.datatools.modelbase.sql.datatypes.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type ConstructedDataType | |
|---|---|
|  java.lang.Object | SQLDataTypesSwitch.caseConstructedDataType(ConstructedDataType object)Returns the result of interpreting the object as an instance of 'Constructed Data Type'. | 
| Uses of ConstructedDataType in org.eclipse.datatools.modelbase.sql.query.util | 
|---|
| Subinterfaces of ConstructedDataType 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 ConstructedDataType | |
|---|---|
|  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||