Uses of Class
org.liquigraph.testing.JdbcAwareGraphDatabase
-
Packages that use JdbcAwareGraphDatabase Package Description org.liquigraph.testing -
-
Uses of JdbcAwareGraphDatabase in org.liquigraph.testing
Fields in org.liquigraph.testing declared as JdbcAwareGraphDatabase Modifier and Type Field Description protected JdbcAwareGraphDatabaseParameterizedDatabaseIT. graphDbMethods in org.liquigraph.testing that return JdbcAwareGraphDatabase Modifier and Type Method Description JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. commitNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. commitNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)static JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. createCommunityInstance()static JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. createEnterpriseInstance()JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. rollbackNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. rollbackNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)Constructors in org.liquigraph.testing with parameters of type JdbcAwareGraphDatabase Constructor Description ParameterizedDatabaseIT(String ignored, JdbcAwareGraphDatabase graphDb, String uri)
-