| Package | Description |
|---|---|
| net.anwiba.commons.jdbc.constraint |
| Modifier and Type | Method and Description |
|---|---|
ConstraintType |
Constraint.getType() |
static ConstraintType |
ConstraintType.getTypeById(char id) |
static ConstraintType |
ConstraintType.getTypeById(String string) |
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Constraint(String name,
ConstraintType type,
String condition) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.