public abstract static class PrimaryKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract PrimaryKey |
build()
Creates a
PrimaryKey object. |
abstract PrimaryKey.Builder |
setColumns(List<String> columns)
The column names that are primary keys.
|
public abstract PrimaryKey.Builder setColumns(List<String> columns)
public abstract PrimaryKey build()
PrimaryKey
object.Copyright © 2023 Google LLC. All rights reserved.