com.healthmarketscience.jackcess.query
Interface UnionQuery
- All Superinterfaces:
- Query
- All Known Implementing Classes:
- UnionQueryImpl
public interface UnionQuery
- extends Query
Query interface which represents a UNION query, e.g.:
SELECT <query1> UNION SELECT <query2>
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
getUnionType
String getUnionType()
getUnionString1
String getUnionString1()
getUnionString2
String getUnionString2()
getOrderings
List<String> getOrderings()
Copyright © 2005-2017 Health Market Science. All Rights Reserved.