public final class SqlGraphQuery extends Object implements com.tinkerpop.blueprints.GraphQuery
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Edge> |
edges() |
SqlGraphQuery |
has(String key) |
SqlGraphQuery |
has(String key,
Object value) |
SqlGraphQuery |
has(String key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
<T extends Comparable<T>> |
has(String key,
T value,
com.tinkerpop.blueprints.Query.Compare compare) |
SqlGraphQuery |
hasNot(String key) |
SqlGraphQuery |
hasNot(String key,
Object value) |
<T extends Comparable<?>> |
interval(String key,
T startValue,
T endValue) |
SqlGraphQuery |
limit(int limit) |
com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Vertex> |
vertices() |
public SqlGraphQuery has(String key)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic SqlGraphQuery hasNot(String key)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.Querypublic SqlGraphQuery has(String key, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic SqlGraphQuery hasNot(String key, Object value)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.Querypublic SqlGraphQuery has(String key, com.tinkerpop.blueprints.Predicate predicate, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic <T extends Comparable<T>> SqlGraphQuery has(String key, T value, com.tinkerpop.blueprints.Query.Compare compare)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic <T extends Comparable<?>> SqlGraphQuery interval(String key, T startValue, T endValue)
interval in interface com.tinkerpop.blueprints.GraphQueryinterval in interface com.tinkerpop.blueprints.Querypublic SqlGraphQuery limit(int limit)
limit in interface com.tinkerpop.blueprints.GraphQuerylimit in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Edge> edges()
edges in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Vertex> vertices()
vertices in interface com.tinkerpop.blueprints.QueryCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.