public interface View
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.
|
String |
fullName()
Full name (including database) to identify this view.
|
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.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.