Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.table
Class TableQuery

java.lang.Object
  extended by com.citra.pivot.table.TableQuery

public class TableQuery
extends Object

TableQuery represents a query to TableDataSource for a given measure and tuple.


Field Summary
protected  TableTuple tuple
          the query's tuple
 
Constructor Summary
TableQuery(TableTuple tuple)
          Constructs a TableQuery from a given tuple.
 
Method Summary
 TableQuery cloneQuery(TableTuple tuple)
          Creates a new query from a given tuple within the bounds of the current query.
 TableTuple getTuple()
          Retrieves the tuple that is being queried.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tuple

protected TableTuple tuple
the query's tuple

Constructor Detail

TableQuery

public TableQuery(TableTuple tuple)
Constructs a TableQuery from a given tuple.

Method Detail

cloneQuery

public TableQuery cloneQuery(TableTuple tuple)
Creates a new query from a given tuple within the bounds of the current query.

Parameters:
tuple - the tuple to clone
Returns:
the new query

getTuple

public TableTuple getTuple()
Retrieves the tuple that is being queried.

Returns:
the query's tuple

Copyright © 2011 Citra Technologies. All Rights Reserved.