| Package | Description |
|---|---|
| eu.clarussecure.proxy.protocol.plugins.pgsql.message.sql |
| Modifier and Type | Method and Description |
|---|---|
SQLSession.QueryResponseType |
SQLSession.firstQueryResponseToIgnore() |
SQLSession.QueryResponseType |
SQLSession.lastQueryResponseToIgnore() |
SQLSession.QueryResponseType |
SQLSession.removeFirstQueryResponseToIgnore() |
SQLSession.QueryResponseType |
SQLSession.removeLastQueryResponseToIgnore() |
static SQLSession.QueryResponseType |
SQLSession.QueryResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLSession.QueryResponseType[] |
SQLSession.QueryResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Map.Entry<SQLSession.QueryResponseType,Integer>,SQLSession.QueryResponseStatus<?>> |
SQLSession.getQueryResponses() |
Deque<SQLSession.QueryResponseType> |
SQLSession.getQueryResponsesToIgnore() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLSession.addFirstQueryResponseToIgnore(SQLSession.QueryResponseType queryResponseType) |
void |
SQLSession.addLastQueryResponseToIgnore(SQLSession.QueryResponseType queryResponseType) |
<T> SortedMap<Integer,T> |
SQLSession.newQueryResponse(SQLSession.QueryResponseType type,
int backend,
int nbBackends,
T details) |
<T> SortedMap<Integer,T> |
SQLSession.newQueryResponse(SQLSession.QueryResponseType type,
int backend,
int nbBackends,
T details,
Map<Integer,List<Integer>> detailsIndexesPerBackend) |
<T> SortedMap<Integer,T> |
SQLSession.nextQueryResponses(SQLSession.QueryResponseType type) |
| Constructor and Description |
|---|
QueryResponseStatus(SQLSession.QueryResponseType type,
int nbBackends) |
Copyright © 2017 The CLARUS Consortium. All rights reserved.