| Package | Description |
|---|---|
| eu.clarussecure.proxy.protocol.plugins.pgsql.message.sql |
| Modifier and Type | Method and Description |
|---|---|
SQLCommandType |
SQLSession.ExtendedQueryStatus.getType() |
static SQLCommandType |
SimpleSQLParserUtil.parse(CString sql) |
static SQLCommandType |
SQLCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLCommandType[] |
SQLCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SQLSession.ExtendedQueryStatus<BindStep> |
SQLSession.addBindStep(BindStep bindStep,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
SQLSession.ExtendedQueryStatus<ParseStep> |
SQLSession.addParseStep(ParseStep parseStep,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
| Constructor and Description |
|---|
DescribeStepStatus(DescribeStep describeStep,
Operation operation,
SQLCommandType type) |
DescribeStepStatus(DescribeStep describeStep,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
ExtendedQueryStatus(Q query,
Operation operation,
SQLCommandType type) |
ExtendedQueryStatus(Q query,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
Copyright © 2017 The CLARUS Consortium. All rights reserved.