|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MultisetDataType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement MultisetDataType | |
---|---|
class |
org.eclipse.datatools.modelbase.sql.datatypes.impl.MultisetDataTypeImpl
|
Uses of MultisetDataType in org.eclipse.datatools.modelbase.sql.datatypes.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type MultisetDataType | |
---|---|
java.lang.Object |
SQLDataTypesSwitch.caseMultisetDataType(MultisetDataType object)
Returns the result of interpreting the object as an instance of 'Multiset Data Type'. |
Uses of MultisetDataType in org.eclipse.datatools.modelbase.sql.query.util |
---|
Subinterfaces of MultisetDataType in org.eclipse.datatools.modelbase.sql.query.util | |
---|---|
interface |
SQLQueryMultisetDataType
The 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 MultisetDataType | |
---|---|
class |
SQLQueryMultisetDataTypeImpl
The 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 MultisetDataType in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return MultisetDataType | |
---|---|
MultisetDataType |
SQLQueryParserFactoryDataTypes.createDataTypeMultiset(DataType elementDataType)
Factory method to construct a MultisetDataType with the
element data type elementDataType . |
MultisetDataType |
SQLQueryParserFactory.createDataTypeMultiset(DataType dataType)
|
MultisetDataType |
SQLQueryParserFactory.createDataTypeMultiset(DataType dataType,
java.lang.String typeName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |