| Modifier and Type | Method and Description |
|---|---|
static SqlCreateMaterializedView |
SqlDdlNodes.createMaterializedView(SqlParserPos pos,
boolean replace,
boolean ifNotExists,
SqlIdentifier name,
SqlNodeList columnList,
SqlNode query)
Creates a CREATE MATERIALIZED VIEW.
|
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.