| Package | Description |
|---|---|
| com.atlassian.bamboo.utils.db |
| Modifier and Type | Method and Description |
|---|---|
DbmsBean.ConstraintDefinition.ConstraintType |
DbmsBean.ConstraintDefinition.getConstraintType() |
protected DbmsBean.ConstraintDefinition.ConstraintType |
H2DbmsBean.getConstraintType(String typeName) |
protected DbmsBean.ConstraintDefinition.ConstraintType |
OracleDbmsBean.getConstraintType(String typeName)
https://docs.oracle.com/database/121/REFRN/GUID-9C96DA92-CFE0-4A3F-9061-C5ED17B43EFE.htm#REFRN20047
|
protected DbmsBean.ConstraintDefinition.ConstraintType |
AbstractDbmsBean.getConstraintType(String typeName) |
static DbmsBean.ConstraintDefinition.ConstraintType |
DbmsBean.ConstraintDefinition.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbmsBean.ConstraintDefinition.ConstraintType[] |
DbmsBean.ConstraintDefinition.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConstraintDefinition(String name,
DbmsBean.ConstraintDefinition.ConstraintType constraintType,
@Nullable Collection<String> columns) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.