public interface SchemaStateOperations
| Modifier and Type | Method and Description |
|---|---|
<K> boolean |
schemaStateContains(StatementState state,
K key)
Check if some key is in the schema state.
|
<K,V> V |
schemaStateGetOrCreate(StatementState state,
K key,
Function<K,V> creator)
The schema state is flushed when ever the schema is updated.
|
<K,V> V schemaStateGetOrCreate(StatementState state, K key, Function<K,V> creator)
<K> boolean schemaStateContains(StatementState state, K key)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.