|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewCheckOption | |
|---|---|
| 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. |
| Uses of ViewCheckOption in org.sql.generation.api.grammar.builders.definition |
|---|
| Methods in org.sql.generation.api.grammar.builders.definition that return ViewCheckOption | |
|---|---|
ViewCheckOption |
ViewDefinitionBuilder.getViewCheckOption()
Returns the view check option. |
| Methods in org.sql.generation.api.grammar.builders.definition with parameters of type ViewCheckOption | |
|---|---|
ViewDefinitionBuilder |
ViewDefinitionBuilder.setViewCheckOption(ViewCheckOption viewCheck)
Sets the view check option for this view. |
| Uses of ViewCheckOption in org.sql.generation.api.grammar.definition.view |
|---|
| Fields in org.sql.generation.api.grammar.definition.view declared as ViewCheckOption | |
|---|---|
static ViewCheckOption |
ViewCheckOption.CASCADED
This is the cascaded view check option. |
static ViewCheckOption |
ViewCheckOption.LOCAL
This is the local view check option. |
| Methods in org.sql.generation.api.grammar.definition.view that return ViewCheckOption | |
|---|---|
ViewCheckOption |
ViewDefinition.getViewCheckOption()
Returns the view check option. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||