| Package | Description | 
|---|---|
| com.datastax.oss.driver.api.querybuilder.schema | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CreateMaterializedViewSelectionWithColumns  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateMaterializedViewSelection | 
CreateMaterializedViewStart.asSelectFrom(CqlIdentifier table)
Specifies the base table for the materialized view. 
 | 
CreateMaterializedViewSelection | 
CreateMaterializedViewStart.asSelectFrom(CqlIdentifier keyspace,
            CqlIdentifier table)
Specifies the base table for the materialized view. 
 | 
default CreateMaterializedViewSelection | 
CreateMaterializedViewStart.asSelectFrom(String table)
Shortcut for  
asSelectFrom(CqlIdentifier.fromCql(table). | 
default CreateMaterializedViewSelection | 
CreateMaterializedViewStart.asSelectFrom(String keyspace,
            String table)
 | 
Copyright © 2017–2021. All rights reserved.