| Package | Description | 
|---|---|
| com.onwbp.adaptation | 
 Provides core classes and interfaces for accessing datasets, tables, and their records. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestResult | 
Request.execute()
Executes the request and returns the result. 
 | 
void | 
RequestResult.refresh()
Deprecated. 
 
This method does not do anything: in accordance to
             
             Query snapshot isolation,
             the result is frozen when  
Request.execute() is called.
             Close this RequestResult and
             execute again the Request
             to take into account the latest in-procedure changes. | 
boolean | 
RequestResult.refreshIfNeeded()
Deprecated. 
 
This method does not do anything: in accordance to
             
             Query snapshot isolation,
             the result is frozen when  
Request.execute() is called.
             Close this RequestResult and
             execute again the Request
             to take into account the latest in-procedure changes. |