| 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.view |
This package contains syntax interfaces required for
CREATE VIEW statement. |
| Modifier and Type | Method and Description |
|---|---|
ViewCheckOption |
ViewDefinitionBuilder.getViewCheckOption()
Returns the view check option.
|
| Modifier and Type | Method and Description |
|---|---|
ViewDefinitionBuilder |
ViewDefinitionBuilder.setViewCheckOption(ViewCheckOption viewCheck)
Sets the view check option for this view.
|
| Modifier and Type | Field and Description |
|---|---|
static ViewCheckOption |
ViewCheckOption.CASCADED
This is the cascaded view check option.
|
static ViewCheckOption |
ViewCheckOption.LOCAL
This is the local view check option.
|
| Modifier and Type | Method and Description |
|---|---|
ViewCheckOption |
ViewDefinition.getViewCheckOption()
Returns the view check option.
|
Copyright © 2010-2012. All Rights Reserved.