Class RemoteCypherQuery

  • All Implemented Interfaces:
    com.buschmais.xo.spi.datastore.DatastoreQuery<Cypher>

    public class RemoteCypherQuery
    extends Object
    implements com.buschmais.xo.spi.datastore.DatastoreQuery<Cypher>
    • Method Detail

      • execute

        public com.buschmais.xo.api.ResultIterator<Map<String,​Object>> execute​(Cypher query,
                                                                                     Map<String,​Object> parameters)
        Specified by:
        execute in interface com.buschmais.xo.spi.datastore.DatastoreQuery<Cypher>
      • execute

        public com.buschmais.xo.api.ResultIterator<Map<String,​Object>> execute​(String query,
                                                                                     Map<String,​Object> parameters)
        Specified by:
        execute in interface com.buschmais.xo.spi.datastore.DatastoreQuery<Cypher>