index = transaction.schemaRead().index(labelId,propertyIds) | iterator = transaction.schemaRead().index(SchemaDescriptor.forLabel(labelId,propertyIds)) | transaction.schemaRead().index(labelId,propertyIds) | transaction.schemaRead().index(SchemaDescriptor.forLabel(labelId,propertyIds)) | neo4j | e8ffa6129216112224829c5fc47cd8f41dec5639 | org.neo4j.kernel.impl.coreapi.TransactionImpl | | | v0 | propertyIds |
---|
v1 | transaction.schemaRead() |
---|
v2 | labelId |
---|
| - org.neo4j.internal.schema.SchemaDescriptor
| v0 | propertyIds |
---|
v1 | transaction.schemaRead() |
---|
v2 | labelId |
---|
| AssignedTo | True |
IndexDescriptor index=transaction.schemaRead().index(labelId,propertyIds); | Iterator<IndexDescriptor> iterator=transaction.schemaRead().index(SchemaDescriptor.forLabel(labelId,propertyIds)); | transaction.schemaRead().index(labelId,propertyIds) | transaction.schemaRead().index(SchemaDescriptor.forLabel(labelId,propertyIds)) | neo4j | e8ffa6129216112224829c5fc47cd8f41dec5639 | org.neo4j.kernel.impl.coreapi.TransactionImpl | | | v0 | propertyIds |
---|
v1 | transaction.schemaRead() |
---|
v2 | labelId |
---|
| - org.neo4j.internal.schema.SchemaDescriptor
| v0 | propertyIds |
---|
v1 | transaction.schemaRead() |
---|
v2 | labelId |
---|
| AssignedTo | True |