Elexis API documentation
Version 2.1.6 as of December 11 2011

com.healthmarketscience.jackcess.query
Class UnionQuery

java.lang.Object
  extended by com.healthmarketscience.jackcess.query.Query
      extended by com.healthmarketscience.jackcess.query.UnionQuery

public class UnionQuery
extends Query

Concrete Query subclass which represents a UNION query, e.g.: SELECT <query1> UNION SELECT <query2>

Author:
James Ahlborn

Nested Class Summary
 
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.query.Query
Query.Row, Query.Type
 
Constructor Summary
UnionQuery(java.lang.String name, java.util.List<Query.Row> rows, int objectId)
           
 
Method Summary
 java.util.List<java.lang.String> getOrderings()
           
 java.lang.String getUnionString1()
           
 java.lang.String getUnionString2()
           
 java.lang.String getUnionType()
           
 
Methods inherited from class com.healthmarketscience.jackcess.query.Query
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, toSQLString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnionQuery

public UnionQuery(java.lang.String name,
                  java.util.List<Query.Row> rows,
                  int objectId)
Method Detail

getUnionType

public java.lang.String getUnionType()

getUnionString1

public java.lang.String getUnionString1()

getUnionString2

public java.lang.String getUnionString2()

getOrderings

public java.util.List<java.lang.String> getOrderings()

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis