| Modifier and Type | Method and Description |
|---|---|
SqlResult |
SqlResult.Builder.build() |
SqlResult |
SqlResult.Builder.buildPartial() |
static SqlResult |
SqlResult.getDefaultInstance() |
SqlResult |
SqlResult.getDefaultInstanceForType() |
SqlResult |
SqlResult.Builder.getDefaultInstanceForType() |
SqlResult |
ExecuteSqlResponseOrBuilder.getSqlResults(int index)
SqlResult represents the results for the execution of sql statements.
|
SqlResult |
ExecuteSqlResponse.getSqlResults(int index)
SqlResult represents the results for the execution of sql statements.
|
SqlResult |
ExecuteSqlResponse.Builder.getSqlResults(int index)
SqlResult represents the results for the execution of sql statements.
|
static SqlResult |
SqlResult.parseDelimitedFrom(InputStream input) |
static SqlResult |
SqlResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResult |
SqlResult.parseFrom(byte[] data) |
static SqlResult |
SqlResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResult |
SqlResult.parseFrom(ByteBuffer data) |
static SqlResult |
SqlResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResult |
SqlResult.parseFrom(com.google.protobuf.ByteString data) |
static SqlResult |
SqlResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResult |
SqlResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static SqlResult |
SqlResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlResult |
SqlResult.parseFrom(InputStream input) |
static SqlResult |
SqlResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SqlResult> |
SqlResult.getParserForType() |
List<SqlResult> |
ExecuteSqlResponseOrBuilder.getSqlResultsList()
SqlResult represents the results for the execution of sql statements.
|
List<SqlResult> |
ExecuteSqlResponse.getSqlResultsList()
SqlResult represents the results for the execution of sql statements.
|
List<SqlResult> |
ExecuteSqlResponse.Builder.getSqlResultsList()
SqlResult represents the results for the execution of sql statements.
|
static com.google.protobuf.Parser<SqlResult> |
SqlResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlResponse.Builder |
ExecuteSqlResponse.Builder.addSqlResults(int index,
SqlResult value)
SqlResult represents the results for the execution of sql statements.
|
ExecuteSqlResponse.Builder |
ExecuteSqlResponse.Builder.addSqlResults(SqlResult value)
SqlResult represents the results for the execution of sql statements.
|
SqlResult.Builder |
SqlResult.Builder.mergeFrom(SqlResult other) |
static SqlResult.Builder |
SqlResult.newBuilder(SqlResult prototype) |
ExecuteSqlResponse.Builder |
ExecuteSqlResponse.Builder.setSqlResults(int index,
SqlResult value)
SqlResult represents the results for the execution of sql statements.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlResponse.Builder |
ExecuteSqlResponse.Builder.addAllSqlResults(Iterable<? extends SqlResult> values)
SqlResult represents the results for the execution of sql statements.
|
Copyright © 2025 Google LLC. All rights reserved.