Uses of Class
com.healthmarketscience.jackcess.impl.query.QueryImpl.Row

Packages that use QueryImpl.Row
com.healthmarketscience.jackcess.impl.query   
 

Uses of QueryImpl.Row in com.healthmarketscience.jackcess.impl.query
 

Methods in com.healthmarketscience.jackcess.impl.query that return QueryImpl.Row
protected  QueryImpl.Row QueryImpl.getFlagRow()
           
protected  QueryImpl.Row QueryImpl.getHavingRow()
           
protected  QueryImpl.Row CrossTabQueryImpl.getPivotRow()
           
protected  QueryImpl.Row QueryImpl.getRemoteDatabaseRow()
           
protected  QueryImpl.Row QueryImpl.getRowByAttribute(Byte attribute)
           
protected  QueryImpl.Row CrossTabQueryImpl.getTransformRow()
           
 QueryImpl.Row QueryImpl.getTypeRow()
           
protected  QueryImpl.Row QueryImpl.getUniqueRow(List<QueryImpl.Row> rows)
           
protected  QueryImpl.Row QueryImpl.getWhereRow()
           
 

Methods in com.healthmarketscience.jackcess.impl.query that return types with arguments of type QueryImpl.Row
 List<QueryImpl.Row> QueryImpl.RowFilter.filter(List<QueryImpl.Row> list)
           
protected static List<QueryImpl.Row> QueryImpl.filterRowsByFlag(List<QueryImpl.Row> rows, short flag)
           
protected static List<QueryImpl.Row> QueryImpl.filterRowsByNotFlag(List<QueryImpl.Row> rows, short flag)
           
protected  List<QueryImpl.Row> QueryImpl.getColumnRows()
           
protected  List<QueryImpl.Row> CrossTabQueryImpl.getColumnRows()
           
protected  List<QueryImpl.Row> AppendQueryImpl.getColumnRows()
           
protected  List<QueryImpl.Row> QueryImpl.getGroupByRows()
           
protected  List<QueryImpl.Row> CrossTabQueryImpl.getGroupByRows()
           
protected  List<QueryImpl.Row> QueryImpl.getJoinRows()
           
protected  List<QueryImpl.Row> QueryImpl.getOrderByRows()
           
protected  List<QueryImpl.Row> QueryImpl.getParameterRows()
           
 List<QueryImpl.Row> QueryImpl.getRows()
          Returns the rows from the system query table from which the query information was derived.
protected  List<QueryImpl.Row> QueryImpl.getRowsByAttribute(Byte attribute)
           
protected  List<QueryImpl.Row> QueryImpl.getTableRows()
           
protected  List<QueryImpl.Row> AppendQueryImpl.getTargetRows()
           
protected  List<QueryImpl.Row> AppendQueryImpl.getValueRows()
           
 

Methods in com.healthmarketscience.jackcess.impl.query with parameters of type QueryImpl.Row
protected abstract  void QueryImpl.RowFormatter.format(StringBuilder builder, QueryImpl.Row row)
           
protected static boolean QueryImpl.hasFlag(QueryImpl.Row row, int flagMask)
           
protected abstract  boolean QueryImpl.RowFilter.keep(QueryImpl.Row row)
           
 

Method parameters in com.healthmarketscience.jackcess.impl.query with type arguments of type QueryImpl.Row
static QueryImpl QueryImpl.create(int objectFlag, String name, List<QueryImpl.Row> rows, int objectId)
          Creates a concrete Query instance from the given query data.
 List<QueryImpl.Row> QueryImpl.RowFilter.filter(List<QueryImpl.Row> list)
           
protected static List<QueryImpl.Row> QueryImpl.filterRowsByFlag(List<QueryImpl.Row> rows, short flag)
           
protected static List<QueryImpl.Row> QueryImpl.filterRowsByNotFlag(List<QueryImpl.Row> rows, short flag)
           
protected  QueryImpl.Row QueryImpl.getUniqueRow(List<QueryImpl.Row> rows)
           
 

Constructor parameters in com.healthmarketscience.jackcess.impl.query with type arguments of type QueryImpl.Row
AppendQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
BaseSelectQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag, Query.Type type)
           
CrossTabQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
DataDefinitionQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
DeleteQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
MakeTableQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
PassthroughQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
QueryImpl.RowFormatter(List<QueryImpl.Row> list)
           
QueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag, Query.Type type)
           
SelectQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
UnionQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
UpdateQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
           
 



Copyright © 2005-2017 Health Market Science. All Rights Reserved.