public class ReadOnlyStatementState extends Object implements StatementState
Constructor and Description |
---|
ReadOnlyStatementState(org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasTxState() |
boolean |
hasTxStateWithChanges() |
org.neo4j.kernel.impl.api.IndexReaderFactory |
indexReaderFactory() |
org.neo4j.kernel.impl.api.LockHolder |
locks() |
protected static NotInTransactionException |
readOnlyTransaction() |
org.neo4j.kernel.impl.api.state.TxState |
txState() |
public ReadOnlyStatementState(org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory)
public org.neo4j.kernel.impl.api.LockHolder locks()
locks
in interface StatementState
public org.neo4j.kernel.impl.api.state.TxState txState()
txState
in interface org.neo4j.kernel.impl.api.state.TxState.Holder
public boolean hasTxState()
hasTxState
in interface org.neo4j.kernel.impl.api.state.TxState.Holder
public boolean hasTxStateWithChanges()
hasTxStateWithChanges
in interface org.neo4j.kernel.impl.api.state.TxState.Holder
public org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory()
indexReaderFactory
in interface StatementState
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface StatementState
protected static NotInTransactionException readOnlyTransaction()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.