Constructor and Description |
---|
ViewImpl(Identifier identifier,
RowType rowType,
String query,
String comment,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
comment()
Optional comment of this view.
|
View |
copy(Map<String,String> dynamicOptions)
Copy this view with adding dynamic options.
|
boolean |
equals(Object o) |
String |
fullName()
Full name (including database) to identify this view.
|
int |
hashCode() |
String |
name()
A name to identify this view.
|
Map<String,String> |
options()
Options of this view.
|
String |
query()
Returns the view representation.
|
RowType |
rowType()
Returns the row type of this view.
|
public String fullName()
View
public RowType rowType()
View
public String query()
View
public Optional<String> comment()
View
public Map<String,String> options()
View
public View copy(Map<String,String> dynamicOptions)
View
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.