com.tibco.rta.query
Interface QueryByKeyDef

All Superinterfaces:
BaseQueryDef, QueryDef, java.io.Serializable

public interface QueryByKeyDef
extends QueryDef

Define query using partial or full keys


Method Summary
 MetricKey getQueryKey()
          Get the key associated with this query
 void setQueryKey(MetricKey key)
          Set the key associated with this query.
 
Methods inherited from interface com.tibco.rta.query.QueryDef
addMetricName, addOrderByTuple, addOrderByTuple, getCubeName, getHierarchyName, getOrderByTuples
 
Methods inherited from interface com.tibco.rta.query.BaseQueryDef
getBatchSize, getCreatedDate, getModifiedDate, getName, getQueryType, getSchemaName, getSortOrder, getUserName, getVersion, setBatchSize, setCreatedDate, setModifiedDate, setName, setQueryType, setSortOrder, setUserName, setVersion
 

Method Detail

getQueryKey

MetricKey getQueryKey()
Get the key associated with this query

Returns:

setQueryKey

void setQueryKey(MetricKey key)
Set the key associated with this query.

Parameters:
key -


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.