| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.definition |
This is package containing builders for syntax elements used in SQL Data Definition statements (typically
CREATE statements). |
| org.sql.generation.api.grammar.definition.table |
This package contains syntax interfaces for
CREATE TABLE statement. |
| Modifier and Type | Method and Description |
|---|---|
MatchType |
ForeignKeyConstraintBuilder.getMatchType()
Returns the match type for this foreign key constraint.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyConstraintBuilder |
ForeignKeyConstraintBuilder.setMatchType(MatchType matchType)
Sets the match type for this foreign key constraint.
|
| Modifier and Type | Field and Description |
|---|---|
static MatchType |
MatchType.FULL
Represents the full match (
MATCH FULL). |
static MatchType |
MatchType.PARTIAL
Represents the partial match (
MATCH PARTIAL). |
static MatchType |
MatchType.SIMPLE
Represents the simple match (
MATCH SIMPLE). |
| Modifier and Type | Method and Description |
|---|---|
MatchType |
ForeignKeyConstraint.getMatchType()
Returns the match type for this foreign key.
|
Copyright © 2010-2012. All Rights Reserved.