| Package | Description |
|---|---|
| org.databene.jdbacl |
| Modifier and Type | Method and Description |
|---|---|
static NameSpec |
NameSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameSpec[] |
NameSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
SQLUtil.appendConstraintName(DBConstraint constraint,
StringBuilder builder,
NameSpec nameSpec) |
static String |
SQLUtil.constraintSpec(DBConstraint constraint,
NameSpec nameSpec) |
protected static StringBuilder |
SQLUtil.createConstraintSpecBuilder(DBConstraint constraint,
NameSpec nameSpec) |
static String |
SQLUtil.fkSpec(DBForeignKeyConstraint fk,
NameSpec nameSpec) |
static String |
SQLUtil.pkSpec(DBPrimaryKeyConstraint pk,
NameSpec nameSpec) |
static void |
SQLUtil.renderAddForeignKey(DBForeignKeyConstraint fk,
NameSpec nameSpec,
PrintWriter printer) |
static void |
SQLUtil.renderCreateTable(DBTable table,
boolean includeForeignKeys,
NameSpec nameSpec,
PrintWriter out) |
static String |
SQLUtil.ukSpec(DBUniqueConstraint uk,
NameSpec nameSpec) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.