public final class SqlVertexQuery extends Object implements com.tinkerpop.blueprints.VertexQuery
| Constructor and Description |
|---|
SqlVertexQuery(SqlGraph graph,
long rootVertexId) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
SqlVertexQuery |
direction(com.tinkerpop.blueprints.Direction direction) |
com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Edge> |
edges() |
SqlVertexQuery |
has(String key) |
SqlVertexQuery |
has(String key,
Object value) |
SqlVertexQuery |
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) |
SqlVertexQuery |
hasNot(String key) |
SqlVertexQuery |
hasNot(String key,
Object value) |
<T extends Comparable<?>> |
interval(String key,
T startValue,
T endValue) |
SqlVertexQuery |
labels(String... labels) |
com.tinkerpop.blueprints.VertexQuery |
limit(int limit) |
Object |
vertexIds() |
com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Vertex> |
vertices() |
public SqlVertexQuery(SqlGraph graph, long rootVertexId)
public SqlVertexQuery direction(com.tinkerpop.blueprints.Direction direction)
direction in interface com.tinkerpop.blueprints.VertexQuerypublic SqlVertexQuery labels(String... labels)
labels in interface com.tinkerpop.blueprints.VertexQuerypublic long count()
count in interface com.tinkerpop.blueprints.VertexQuerypublic Object vertexIds()
vertexIds in interface com.tinkerpop.blueprints.VertexQuerypublic SqlVertexQuery has(String key)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic SqlVertexQuery hasNot(String key)
hasNot in interface com.tinkerpop.blueprints.QueryhasNot in interface com.tinkerpop.blueprints.VertexQuerypublic SqlVertexQuery has(String key, Object value)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic SqlVertexQuery hasNot(String key, Object value)
hasNot in interface com.tinkerpop.blueprints.QueryhasNot in interface com.tinkerpop.blueprints.VertexQuerypublic SqlVertexQuery has(String key, com.tinkerpop.blueprints.Predicate predicate, Object value)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic <T extends Comparable<T>> com.tinkerpop.blueprints.VertexQuery has(String key, T value, com.tinkerpop.blueprints.Query.Compare compare)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic <T extends Comparable<?>> com.tinkerpop.blueprints.VertexQuery interval(String key, T startValue, T endValue)
interval in interface com.tinkerpop.blueprints.Queryinterval in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery limit(int limit)
limit in interface com.tinkerpop.blueprints.Querylimit in interface com.tinkerpop.blueprints.VertexQuerypublic 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.