|
13 | 13 | <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "py2neo.cypher.core.CypherResource"))]]></place> |
14 | 14 | <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("stream", 0, "py2neo.cypher.core.CypherResource"))]]></place> |
15 | 15 | </injection> |
| 16 | + |
| 17 | + <injection language="Cypher" injector-id="python"> |
| 18 | + <display-name>Neo4j - neo4j Driver.class (neo4j.Driver)</display-name> |
| 19 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute_query", 0, "neo4j._sync.driver.Driver"))]]></place> |
| 20 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute_query", 0, "neo4j._async.driver.AsyncDriver"))]]></place> |
| 21 | + </injection> |
| 22 | + |
| 23 | + <injection language="Cypher" injector-id="python"> |
| 24 | + <display-name>Neo4j - neo4j Driver.Session.class (neo4j.Session)</display-name> |
| 25 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "neo4j.work.simple.Session"))]]></place> |
| 26 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "neo4j._sync.work.session.Session"))]]></place> |
| 27 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "neo4j._async.work.session.AsyncSession"))]]></place> |
| 28 | + </injection> |
| 29 | + |
| 30 | + <injection language="Cypher" injector-id="python"> |
| 31 | + <display-name>Neo4j - neo4j Driver.Session.class (neo4j.Transaction)</display-name> |
| 32 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "neo4j.work.transaction.Transaction"))]]></place> |
| 33 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "neo4j._sync.work.transaction.TransactionBase"))]]></place> |
| 34 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run", 0, "neo4j._async.work.transaction.AsyncTransactionBase"))]]></place> |
| 35 | + </injection> |
| 36 | + |
| 37 | + <injection language="Cypher" injector-id="python"> |
| 38 | + <display-name>Neo4j - neo4j Query.class (neo4j.Query)</display-name> |
| 39 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("Query", 0, "neo4j.work.simple.Query"))]]></place> |
| 40 | + <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("Query", 0, "neo4j._work.query.Query"))]]></place> |
| 41 | + </injection> |
16 | 42 | </component> |
0 commit comments