public static class SQLSession.DescribeStepStatus extends SQLSession.ExtendedQueryStatus<DescribeStep>
| Constructor and Description |
|---|
DescribeStepStatus(DescribeStep describeStep,
Operation operation,
SQLCommandType type) |
DescribeStepStatus(DescribeStep describeStep,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Integer,List<PgsqlRowDescriptionMessage.Field>> |
getBackendRowDescriptions() |
List<SQLSession.ExpectedField> |
getExpectedFields() |
List<PgsqlRowDescriptionMessage.Field> |
getRowDescription() |
void |
setBackendRowDescriptions(SortedMap<Integer,List<PgsqlRowDescriptionMessage.Field>> backendRowDescriptions) |
void |
setExpectedFields(List<SQLSession.ExpectedField> expectedFields) |
void |
setRowDescription(List<PgsqlRowDescriptionMessage.Field> rowDescription) |
getInvolvedBackends, getOperation, getQuery, getType, isProcessed, isToProcess, release, retain, setInvolvedBackends, setProcessedpublic DescribeStepStatus(DescribeStep describeStep, Operation operation, SQLCommandType type)
public DescribeStepStatus(DescribeStep describeStep, Operation operation, SQLCommandType type, boolean toProcess, List<Integer> involvedBackends)
public List<SQLSession.ExpectedField> getExpectedFields()
public void setExpectedFields(List<SQLSession.ExpectedField> expectedFields)
public SortedMap<Integer,List<PgsqlRowDescriptionMessage.Field>> getBackendRowDescriptions()
public void setBackendRowDescriptions(SortedMap<Integer,List<PgsqlRowDescriptionMessage.Field>> backendRowDescriptions)
public List<PgsqlRowDescriptionMessage.Field> getRowDescription()
public void setRowDescription(List<PgsqlRowDescriptionMessage.Field> rowDescription)
Copyright © 2017 The CLARUS Consortium. All rights reserved.