| Package | Description | 
|---|---|
| com.datastax.oss.driver.api.querybuilder | |
| com.datastax.oss.driver.api.querybuilder.select | 
| Modifier and Type | Method and Description | 
|---|---|
| static SelectFrom | QueryBuilder. selectFrom(CqlIdentifier table)Starts a SELECT query for an unqualified table. | 
| static SelectFrom | QueryBuilder. selectFrom(CqlIdentifier keyspace,
          CqlIdentifier table)Starts a SELECT query for a qualified table. | 
| static SelectFrom | QueryBuilder. selectFrom(String table)Shortcut for  selectFrom(CqlIdentifier.fromCql(table)) | 
| static SelectFrom | QueryBuilder. selectFrom(String keyspace,
          String table) | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectFrom | SelectFrom. distinct() | 
| SelectFrom | SelectFrom. json() | 
Copyright © 2017–2020. All rights reserved.