public abstract class PrimaryKey extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PrimaryKey.Builder |
Constructor and Description |
---|
PrimaryKey() |
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
getColumns() |
static PrimaryKey.Builder |
newBuilder() |
abstract PrimaryKey.Builder |
toBuilder()
Returns a builder for primary key.
|
public static PrimaryKey.Builder newBuilder()
public abstract PrimaryKey.Builder toBuilder()
Copyright © 2023 Google LLC. All rights reserved.