Package org.umlg.sqlg.structure
Interface SqlgGraph.ISqlGFeatures
- All Superinterfaces:
 org.apache.tinkerpop.gremlin.structure.Graph.Features
- All Known Implementing Classes:
 SqlgGraph.SqlgFeatures
- Enclosing class:
 - SqlgGraph
 
public static interface SqlgGraph.ISqlGFeatures
extends org.apache.tinkerpop.gremlin.structure.Graph.Features
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features
org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgePropertyFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet, org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures - 
Method Summary
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features
edge, graph, supports, vertex 
- 
Method Details
- 
supportsBatchMode
boolean supportsBatchMode() 
 -