Uses of Interface
org.eclipse.datatools.modelbase.sql.query.util.SQLQueryMultisetDataType

Packages that use SQLQueryMultisetDataType
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of SQLQueryMultisetDataType in org.eclipse.datatools.modelbase.sql.query.util
 

Classes in org.eclipse.datatools.modelbase.sql.query.util that implement SQLQueryMultisetDataType
 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.