Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static Identity.Builder |
Identity.builder()
Create a new builder.
|
Identity.Builder |
Identity.Builder.columnName(String columnName)
The name of the identity column.
|
Identity.Builder |
Identity.Builder.copy(Identity model) |
Identity.Builder |
Identity.Builder.isAlways(Boolean isAlways)
True if the identity value is GENERATED ALWAYS.
|
Identity.Builder |
Identity.Builder.isNull(Boolean isNull)
True if the identity value is GENERATED BY DEFAULT ON NULL.
|
Identity.Builder |
Identity.toBuilder() |
Copyright © 2016–2024. All rights reserved.