| Modifier and Type | Class and Description |
|---|---|
class |
SqlResultColumn
Contains the name and datatype of a column in a SQL Result.
|
static class |
SqlResultColumn.Builder
Contains the name and datatype of a column in a SQL Result.
|
| Modifier and Type | Method and Description |
|---|---|
SqlResultColumnOrBuilder |
SqlResultOrBuilder.getColumnsOrBuilder(int index)
List of columns included in the result.
|
SqlResultColumnOrBuilder |
SqlResult.getColumnsOrBuilder(int index)
List of columns included in the result.
|
SqlResultColumnOrBuilder |
SqlResult.Builder.getColumnsOrBuilder(int index)
List of columns included in the result.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SqlResultColumnOrBuilder> |
SqlResultOrBuilder.getColumnsOrBuilderList()
List of columns included in the result.
|
List<? extends SqlResultColumnOrBuilder> |
SqlResult.getColumnsOrBuilderList()
List of columns included in the result.
|
List<? extends SqlResultColumnOrBuilder> |
SqlResult.Builder.getColumnsOrBuilderList()
List of columns included in the result.
|
Copyright © 2025 Google LLC. All rights reserved.