Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
Column |
Column.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Schema.getColumns()
The columns of a table.
|
Modifier and Type | Method and Description |
---|---|
Column.Builder |
Column.Builder.copy(Column model) |
Modifier and Type | Method and Description |
---|---|
Schema.Builder |
Schema.Builder.columns(List<Column> columns)
The columns of a table.
|
Constructor and Description |
---|
Schema(List<Column> columns,
List<String> primaryKey,
List<String> shardKey,
Integer ttl,
Identity identity)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.