public class Cql extends Object
| Constructor and Description |
|---|
Cql() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(CqlQuery query)
Writes
query as string. |
static CqlQuery |
parse(String text)
Parse cql query in
text and return the respective cql
query object. |
public static CqlQuery parse(String text) throws CqlException
text and return the respective cql
query object.text - The cql text.CqlExceptionpublic static String encode(CqlQuery query)
query as string. The same functionality is possible
through CqlQuery.toString().query - Copyright © 2017. All rights reserved.