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

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

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

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