com.iphrase.runtime.query.result
Class FeatureRow

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

public class FeatureRow
extends java.lang.Object

Represent a single row of a result set table.

See Also:
ResultSet

Method Summary
 java.lang.Object[] getFeatureValues()
          Get the array of feature values for this row.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFeatureValues

public java.lang.Object[] getFeatureValues()
Get the array of feature values for this row.
Returns:
Object array

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