com.iphrase.runtime.query.result
Class Table

java.lang.Object
  |
  +--com.iphrase.runtime.query.result.Table

public class Table
extends java.lang.Object

Represent results as a 2D array of feature values, along with metadata corresponding to all values of a given feature (column).

See Also:
ResultSet

Method Summary
 java.lang.String getDirectNavUri()
          Get the direct navigation URI for this table, or null if there is none.
 FeatureMetaData[] getFeatureMetaDatas()
          Get the feature metadata array for this table.
 FeatureRow[] getFeatureRows()
          Get the array of feature rows for this table.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFeatureMetaDatas

public FeatureMetaData[] getFeatureMetaDatas()
Get the feature metadata array for this table. Metadata applies to all values in the corresponding values column.
Returns:
FeatureMetaData array, never null.

getFeatureRows

public FeatureRow[] getFeatureRows()
Get the array of feature rows for this table.
Returns:
FeatureRow array.

getDirectNavUri

public java.lang.String getDirectNavUri()
Get the direct navigation URI for this table, or null if there is none. If the direct nav URI feature is volunteered for rendering, the corresponding FeatureMetaData.isDirectNavUri() will be true.
Returns:
String URI, or null if there is no direct nav result.

© Copyright 2005, 2006. IBM Corporation. All rights reserved.