public class JcQuery extends Object
| Constructor and Description |
|---|
JcQuery() |
| Modifier and Type | Method and Description |
|---|---|
IClause[] |
getClauses()
JCYPHER
answer the set of clauses which compose the query
|
boolean |
isExtractParams()
This has an effect only when the query is mapped to JSON.
|
void |
setClauses(IClause[] clauses)
JCYPHER
set an array of clauses which compose the query
e.g.
|
void |
setExtractParams(boolean extractParams)
This has an effect only when the query is mapped to JSON.
|
public IClause[] getClauses()
public void setClauses(IClause[] clauses)
public boolean isExtractParams()
public void setExtractParams(boolean extractParams)
extractParams - Copyright © 2016. All rights reserved.