Package | Description |
---|---|
com.caucho.amber | |
com.caucho.amber.manager |
Modifier and Type | Method and Description |
---|---|
ResultSetCacheChunk |
EnvAmberManager.getQueryChunk(QueryCacheKey key)
Returns the query result.
|
void |
EnvAmberManager.putQueryChunk(QueryCacheKey key,
ResultSetCacheChunk chunk)
Sets the query result.
|
Modifier and Type | Method and Description |
---|---|
ResultSetCacheChunk |
AmberPersistenceUnit.getQueryChunk(QueryCacheKey key)
Returns the query result.
|
java.sql.ResultSetMetaData |
AmberPersistenceUnit.getQueryMetaData(QueryCacheKey key)
Returns the query meta data.
|
void |
AmberPersistenceUnit.putQueryChunk(QueryCacheKey key,
ResultSetCacheChunk chunk)
Sets the query result.
|
void |
AmberPersistenceUnit.putQueryMetaData(QueryCacheKey key,
java.sql.ResultSetMetaData metaData)
Sets the query meta data.
|