Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

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>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.query.Query
Query.AppendableList<E>, Query.Row, Query.RowFilter, Query.RowFormatter, Query.Type
 
Field Summary
 
Fields inherited from class com.healthmarketscience.jackcess.query.Query
LOG
 
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()
           
protected  void toSQLString(java.lang.StringBuilder builder)
           
 
Methods inherited from class com.healthmarketscience.jackcess.query.Query
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereExpression, getWhereRow, hasFlag, hasFlag, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()
Overrides:
getOrderings in class Query

toSQLString

protected void toSQLString(java.lang.StringBuilder builder)
Specified by:
toSQLString in class Query

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013