com.ibm.dse.services.appltables
Class InMemoryTable

java.lang.Object
  |
  +--com.ibm.dse.services.appltables.InMemoryTable

public class InMemoryTable
extends java.lang.Object

The InMemoryTable class is internally used by the Application Tables service to keep the result of querying a table using the JDBC interface.


Constructor Summary
InMemoryTable()
          This constructor creates a InMemoryTable instance.
 
Method Summary
protected  java.lang.String getFilter()
          Returns the filter attribute value.
protected  java.lang.String getOrder()
          Returns the order attribute value.
protected  java.sql.ResultSet getResultSet()
          Returns the resultSet attribute value.
protected  void setFilter(java.lang.String newFilter)
          Sets the filter attribute value to newFilter.
protected  void setOrder(java.lang.String newOrder)
          Sets the order attribute value to newOrder.
protected  void setResultSet(java.sql.ResultSet newValue)
          Sets the resultSet attribute value to newValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryTable

public InMemoryTable()
This constructor creates a InMemoryTable instance.
Method Detail

getFilter

protected java.lang.String getFilter()
Returns the filter attribute value.
Returns:
java.lang.String

getOrder

protected java.lang.String getOrder()
Returns the order attribute value.
Returns:
java.lang.String

getResultSet

protected java.sql.ResultSet getResultSet()
Returns the resultSet attribute value.
Returns:
java.sql.ResultSet

setFilter

protected void setFilter(java.lang.String newFilter)
Sets the filter attribute value to newFilter.
Parameters:
newFilter - java.lang.String

setOrder

protected void setOrder(java.lang.String newOrder)
Sets the order attribute value to newOrder.
Parameters:
newOrder - java.lang.String

setResultSet

protected void setResultSet(java.sql.ResultSet newValue)
Sets the resultSet attribute value to newValue.
Parameters:
newValue - java.sql.ResultSet