Package | Description |
---|---|
org.teiid.client | |
org.teiid.jdbc |
Modifier and Type | Method and Description |
---|---|
RequestMessage.ResultsMode |
RequestMessage.getResultsMode() |
static RequestMessage.ResultsMode |
RequestMessage.ResultsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMessage.ResultsMode[] |
RequestMessage.ResultsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestMessage.setResultsMode(RequestMessage.ResultsMode resultsMode) |
Modifier and Type | Method and Description |
---|---|
protected RequestMessage |
StatementImpl.createRequestMessage(String[] commands,
boolean isBatchedCommand,
RequestMessage.ResultsMode resultsMode) |
protected RequestMessage |
PreparedStatementImpl.createRequestMessage(String[] commands,
boolean isBatchedCommand,
RequestMessage.ResultsMode resultsMode) |
protected RequestMessage |
CallableStatementImpl.createRequestMessage(String[] commands,
boolean isBatchedCommand,
RequestMessage.ResultsMode resultsMode) |
protected ResultsFuture<Boolean> |
StatementImpl.executeSql(String[] commands,
boolean isBatchedCommand,
RequestMessage.ResultsMode resultsMode,
boolean synch,
RequestOptions options) |
protected ResultsFuture<Boolean> |
StatementImpl.executeSql(String[] commands,
boolean isBatchedCommand,
RequestMessage.ResultsMode resultsMode,
boolean synch,
RequestOptions options,
boolean autoGenerateKeys) |
ResultsFuture<Boolean> |
PreparedStatementImpl.submitExecute(RequestMessage.ResultsMode mode,
RequestOptions options) |
Copyright © 2019. All rights reserved.