public final class ViewModel extends Object
SchemaModel.
Plan §6. materialized() distinguishes materialized views from
regular views; definition() is the view body, optional in adapters
that surface only metadata.
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ViewModel.Builder |
builder() |
List<ColumnModel> |
columns() |
String |
definition()
View body text (CREATE VIEW ...
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
materialized() |
String |
name() |
String |
toString() |
public static ViewModel.Builder builder()
public String definition()
null.public List<ColumnModel> columns()
public boolean materialized()