|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.graph.query.QueryBuilder.ArithmeticBuilder
public class QueryBuilder.ArithmeticBuilder
Method Summary | |
---|---|
QueryBuilder.ComparisonBuilder |
depth(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's depth. |
QueryBuilder.ComparisonBuilder |
fullTextSearchScore(String table)
Constrains the nodes in the the supplied table such that they must satisfy the supplied full-text search on the nodes' property values. |
QueryBuilder.ComparisonBuilder |
length(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a property value whose length matches the criteria. |
QueryBuilder.ComparisonBuilder |
propertyValue(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a matching value for the named property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public QueryBuilder.ComparisonBuilder length(String table, String property)
table
- the name of the table; may not be null and must refer to a valid name or alias of a table appearing in the
FROM clauseproperty
- the name of the property; may not be null and must refer to a valid property name
public QueryBuilder.ComparisonBuilder propertyValue(String table, String property)
table
- the name of the table; may not be null and must refer to a valid name or alias of a table appearing in the
FROM clauseproperty
- the name of the property; may not be null and must refer to a valid property name
public QueryBuilder.ComparisonBuilder fullTextSearchScore(String table)
table
- the name of the table; may not be null and must refer to a valid name or alias of a table appearing in the
FROM clause
public QueryBuilder.ComparisonBuilder depth(String table)
table
- the name of the table; may not be null and must refer to a valid name or alias of a table appearing in the
FROM clause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |