public final class AutoGenerationPolicy extends Object
GENERATED <strategy> AS IDENTITY.ColumnDefinition| Modifier and Type | Field and Description |
|---|---|
static AutoGenerationPolicy |
ALWAYS
Represents the
GENERATED ALWAYS AS IDENTITY auto generation policy. |
static AutoGenerationPolicy |
BY_DEFAULT
Represents the
GENERATED BY DEFAULT AS IDENTITY auto generation policy. |
| Constructor and Description |
|---|
AutoGenerationPolicy(String policyName) |
public static final AutoGenerationPolicy ALWAYS
GENERATED ALWAYS AS IDENTITY auto generation policy.public static final AutoGenerationPolicy BY_DEFAULT
GENERATED BY DEFAULT AS IDENTITY auto generation policy.public AutoGenerationPolicy(String policyName)
Copyright © 2010-2012. All Rights Reserved.