| Modifier and Type | Method and Description |
|---|---|
PostgresqlColumn |
PostgresqlColumn.Builder.build() |
PostgresqlColumn |
PostgresqlColumn.Builder.buildPartial() |
static PostgresqlColumn |
PostgresqlColumn.getDefaultInstance() |
PostgresqlColumn |
PostgresqlColumn.getDefaultInstanceForType() |
PostgresqlColumn |
PostgresqlColumn.Builder.getDefaultInstanceForType() |
PostgresqlColumn |
PostgresqlTableOrBuilder.getPostgresqlColumns(int index)
PostgreSQL columns in the schema.
|
PostgresqlColumn |
PostgresqlTable.getPostgresqlColumns(int index)
PostgreSQL columns in the schema.
|
PostgresqlColumn |
PostgresqlTable.Builder.getPostgresqlColumns(int index)
PostgreSQL columns in the schema.
|
static PostgresqlColumn |
PostgresqlColumn.parseDelimitedFrom(InputStream input) |
static PostgresqlColumn |
PostgresqlColumn.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(byte[] data) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(ByteBuffer data) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(com.google.protobuf.ByteString data) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(com.google.protobuf.CodedInputStream input) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(InputStream input) |
static PostgresqlColumn |
PostgresqlColumn.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PostgresqlColumn> |
PostgresqlColumn.getParserForType() |
List<PostgresqlColumn> |
PostgresqlTableOrBuilder.getPostgresqlColumnsList()
PostgreSQL columns in the schema.
|
List<PostgresqlColumn> |
PostgresqlTable.getPostgresqlColumnsList()
PostgreSQL columns in the schema.
|
List<PostgresqlColumn> |
PostgresqlTable.Builder.getPostgresqlColumnsList()
PostgreSQL columns in the schema.
|
static com.google.protobuf.Parser<PostgresqlColumn> |
PostgresqlColumn.parser() |
| Modifier and Type | Method and Description |
|---|---|
PostgresqlTable.Builder |
PostgresqlTable.Builder.addPostgresqlColumns(int index,
PostgresqlColumn value)
PostgreSQL columns in the schema.
|
PostgresqlTable.Builder |
PostgresqlTable.Builder.addPostgresqlColumns(PostgresqlColumn value)
PostgreSQL columns in the schema.
|
PostgresqlColumn.Builder |
PostgresqlColumn.Builder.mergeFrom(PostgresqlColumn other) |
static PostgresqlColumn.Builder |
PostgresqlColumn.newBuilder(PostgresqlColumn prototype) |
PostgresqlTable.Builder |
PostgresqlTable.Builder.setPostgresqlColumns(int index,
PostgresqlColumn value)
PostgreSQL columns in the schema.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresqlTable.Builder |
PostgresqlTable.Builder.addAllPostgresqlColumns(Iterable<? extends PostgresqlColumn> values)
PostgreSQL columns in the schema.
|
Copyright © 2022 Google LLC. All rights reserved.