All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SQLSession.ExtendedQueryStatus<BindStep> |
addBindStep(BindStep bindStep,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
int |
addBufferedQuery(Query query) |
SQLSession.DescribeStepStatus |
addDescribeStep(DescribeStep describeStep) |
void |
addFirstQueryResponseToIgnore(SQLSession.QueryResponseType queryResponseType) |
void |
addLastQueryResponseToIgnore(SQLSession.QueryResponseType queryResponseType) |
SQLSession.ExtendedQueryStatus<ParseStep> |
addParseStep(ParseStep parseStep,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
void |
addRowDescriptionFieldToTrack(String fieldName,
String columnName) |
SQLSession.QueryResponseType |
firstQueryResponseToIgnore() |
SQLSession.AuthenticationPhase |
getAuthenticationPhase() |
SortedMap<Integer,List<PgsqlRowDescriptionMessage.Field>> |
getBackendRowDescriptions() |
SQLSession.ExtendedQueryStatus<BindStep> |
getBindStepStatus(CString name) |
SortedMap<CString,SQLSession.ExtendedQueryStatus<BindStep>> |
getBindStepStatuses() |
List<Query> |
getBufferedQueries() |
List<Integer> |
getCommandInvolvedBackends() |
Operation |
getCurrentCommandOperation() |
SQLSession.DescribeStepStatus |
getCurrentDescribeStepStatus() |
SQLSession.CursorContext |
getCursorContext(String name) |
SortedMap<String,SQLSession.CursorContext> |
getCursorContexts() |
String |
getDatabaseName() |
SQLSession.DescribeStepStatus |
getDescribeStepStatus(byte code,
CString name) |
SortedMap<CString,SQLSession.DescribeStepStatus> |
getDescribeStepStatuses() |
List<SQLSession.ExpectedField> |
getExpectedFields() |
Map<Integer,List<Integer>> |
getJoinFieldIndexes() |
SQLSession.ExtendedQueryStatus<BindStep> |
getLastBindStepStatus() |
SQLSession.ExtendedQueryStatus<ParseStep> |
getLastParseStepStatus() |
SQLSession.ExtendedQueryStatus<ParseStep> |
getParseStepStatus(CString name) |
SortedMap<CString,SQLSession.ExtendedQueryStatus<ParseStep>> |
getParseStepStatuses() |
List<eu.clarussecure.dataoperations.DataOperationCommand> |
getPromise() |
List<Integer> |
getQueryInvolvedBackends() |
Map<Map.Entry<SQLSession.QueryResponseType,Integer>,SQLSession.QueryResponseStatus<?>> |
getQueryResponses() |
Deque<SQLSession.QueryResponseType> |
getQueryResponsesToIgnore() |
Map<Byte,CString> |
getRetainedTransactionErrorDetails() |
List<PgsqlRowDescriptionMessage.Field> |
getRowDescription() |
Map<String,String> |
getRowDescriptionFieldsToTrack() |
Map<Byte,CString> |
getTransactionErrorDetails() |
byte |
getTransactionStatus() |
TransferMode |
getTransferMode() |
String |
getUser() |
boolean |
isInDatasetCreation() |
boolean |
isProcessingQuery() |
boolean |
isResultProcessingEnabled() |
boolean |
isTableDefinitionEnabled() |
boolean |
isUnprotectingDataEnabled() |
SQLSession.QueryResponseType |
lastQueryResponseToIgnore() |
<T> SortedMap<Integer,T> |
newQueryResponse(SQLSession.QueryResponseType type,
int backend,
int nbBackends,
T details) |
<T> SortedMap<Integer,T> |
newQueryResponse(SQLSession.QueryResponseType type,
int backend,
int nbBackends,
T details,
Map<Integer,List<Integer>> detailsIndexesPerBackend) |
<T> SortedMap<Integer,T> |
nextQueryResponses(SQLSession.QueryResponseType type) |
void |
removeBindStep(CString name) |
void |
removeCursorContext(String name) |
void |
removeDescribeStep(byte code,
CString name) |
SQLSession.QueryResponseType |
removeFirstQueryResponseToIgnore() |
SQLSession.QueryResponseType |
removeLastQueryResponseToIgnore() |
void |
removeParseStep(CString name) |
void |
reset() |
void |
resetBackendRowDescriptions() |
void |
resetBindSteps() |
void |
resetBufferedQueries() |
void |
resetCurrentCommand() |
void |
resetCurrentQueries() |
void |
resetCurrentQuery() |
void |
resetCursorContexts() |
void |
resetDescribeSteps() |
void |
resetParseSteps() |
void |
resetQueryResponses() |
void |
resetQueryResponsesToIgnore() |
void |
resetRowDescription() |
void |
resetRowDescriptionFieldsToTrack() |
void |
responsesReceived() |
void |
restoreCursorContext(String name) |
SQLSession.CursorContext |
saveCursorContext(String name) |
void |
setAuthenticationPhase(SQLSession.AuthenticationPhase authenticationPhase) |
void |
setBackendRowDescriptions(SortedMap<Integer,List<PgsqlRowDescriptionMessage.Field>> backendRowDescriptions) |
void |
setBindStepStatuses(SortedMap<CString,SQLSession.ExtendedQueryStatus<BindStep>> bindStepStatuses) |
void |
setBufferedQueries(List<Query> bufferedQueries) |
void |
setCommandInvolvedBackends(List<Integer> involvedBackends) |
void |
setCommandInvolvedBackends(List<Integer> involvedBackends,
boolean overwrite) |
void |
setCurrentCommandOperation(Operation operation) |
void |
setCurrentDescribeStepStatus(SQLSession.DescribeStepStatus describeStepStatus) |
void |
setCursorContexts(SortedMap<String,SQLSession.CursorContext> cursorContexts) |
void |
setDatabaseName(String databaseName) |
void |
setDescribeStepStatuses(SortedMap<CString,SQLSession.DescribeStepStatus> describeStepStatuses) |
void |
setExpectedFields(List<SQLSession.ExpectedField> expectedFields) |
void |
setInDatasetCreation(boolean inDatasetCreation) |
void |
setJoinFieldIndexes(Map<Integer,List<Integer>> joinFieldIndexes) |
void |
setParseStepStatuses(SortedMap<CString,SQLSession.ExtendedQueryStatus<ParseStep>> parseStepStatuses) |
void |
setPromise(List<eu.clarussecure.dataoperations.DataOperationCommand> promise) |
void |
setQueryInvolvedBackends(List<Integer> involvedBackends) |
void |
setResultProcessingEnabled(boolean resultProcessingEnabled) |
void |
setRowDescription(List<PgsqlRowDescriptionMessage.Field> rowDescription) |
void |
setTableDefinitionEnabled(boolean tableDefinitionEnabled) |
void |
setTransactionErrorDetails(Map<Byte,CString> errorDetails) |
void |
setTransactionStatus(byte transactionStatus) |
void |
setTransferMode(TransferMode transferMode) |
void |
setUnprotectingDataEnabled(boolean unprotectingDataEnabled) |
void |
setUser(String user) |
void |
waitForResponses() |