Class RefreshMaterializedViewStatement
java.lang.Object
net.sf.jsqlparser.statement.refresh.RefreshMaterializedViewStatement
- All Implemented Interfaces:
Serializable
,Model
,Statement
REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name [ WITH [ NO ] DATA ]
https://www.postgresql.org/docs/16/sql-refreshmaterializedview.html
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRefreshMaterializedViewStatement
(Table view, boolean concurrently, RefreshMode refreshMode) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) getView()
boolean
void
setConcurrently
(boolean concurrently) void
setRefreshMode
(RefreshMode refreshMode) void
toString()
withConcurrently
(boolean concurrently) withTableName
(Table view)
-
Field Details
-
view
-
refreshMode
-
concurrently
private boolean concurrently
-
-
Constructor Details
-
RefreshMaterializedViewStatement
public RefreshMaterializedViewStatement() -
RefreshMaterializedViewStatement
-
-
Method Details