Package | Description |
---|---|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.polator | |
org.rvpf.store.server.the.bdb |
TheStore BDB-JE back-end.
|
org.rvpf.store.server.the.memory | |
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
org.rvpf.store.server.the.sql.dialect |
Modifier and Type | Method and Description |
---|---|
void |
StoreCursor.Responder.reset(Optional<StoreCursor> storeCursor)
Resets this responder.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
Polator.polate(StoreValuesQuery polatedQuery,
StoreCursor storeCursor,
Identity identity)
Inter/extra-polates values for a store query.
|
StoreValues |
Polator.Abstract.polate(StoreValuesQuery polatedQuery,
StoreCursor storeCursor,
Identity identity)
Inter/extra-polates values for a store query.
|
Modifier and Type | Method and Description |
---|---|
Object |
JEWrapper.getCursor(StoreCursor storeCursor)
Gets a wrapper cursor object.
|
Modifier and Type | Method and Description |
---|---|
void |
Responder.reset(Optional<StoreCursor> storeCursor)
Resets this responder.
|
Modifier and Type | Method and Description |
---|---|
void |
Responder.reset(Optional<StoreCursor> storeCursor)
Resets this responder.
|
Modifier and Type | Method and Description |
---|---|
void |
Responder.reset(Optional<StoreCursor> storeCursor)
Resets this responder.
|
Modifier and Type | Method and Description |
---|---|
StringBuilder |
DialectSupport.getSelectSQL(StoreCursor cursor)
Gets the SQL for a SELECT statement.
|
StringBuilder |
DialectSupport.Abstract.getSelectSQL(StoreCursor cursor)
Gets the SQL for a SELECT statement.
|
int |
DialectSupport.setSelectStatement(PreparedStatement statement,
StoreCursor cursor)
Sets a SELECT statement according to the Request and request type.
|
int |
DialectSupport.Abstract.setSelectStatement(PreparedStatement statement,
StoreCursor cursor)
Sets a SELECT statement according to the Request and request type.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.