static ViewRepresentation.Builder |
ViewRepresentation.builder() |
|
ViewRepresentation.Builder |
ViewRepresentation.Builder.dialect(String dialect) |
The dialect of the query engine.
|
ViewRepresentation.Builder |
ViewRepresentation.Builder.dialect(ViewDialect dialect) |
The dialect of the query engine.
|
ViewRepresentation.Builder |
ViewRepresentation.Builder.dialectVersion(String dialectVersion) |
The version of the dialect of the query engine.
|
ViewRepresentation.Builder |
ViewRepresentation.Builder.isStale(Boolean isStale) |
Dialects marked as stale are no longer valid and must be updated before they can be queried in their
respective query engines.
|
ViewRepresentation.Builder |
ViewRepresentation.toBuilder() |
|
ViewRepresentation.Builder |
ViewRepresentation.Builder.viewExpandedText(String viewExpandedText) |
The expanded SQL for the view.
|
ViewRepresentation.Builder |
ViewRepresentation.Builder.viewOriginalText(String viewOriginalText) |
The SELECT query provided by the customer during CREATE VIEW DDL.
|