|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.appltables.InMemoryTable
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 |
public InMemoryTable()
Method Detail |
protected java.lang.String getFilter()
protected java.lang.String getOrder()
protected java.sql.ResultSet getResultSet()
protected void setFilter(java.lang.String newFilter)
newFilter
- java.lang.Stringprotected void setOrder(java.lang.String newOrder)
newOrder
- java.lang.Stringprotected void setResultSet(java.sql.ResultSet newValue)
newValue
- java.sql.ResultSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |