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 JdbcAwareGraphDatabase
ParameterizedDatabaseIT. graphDb
Methods in org.liquigraph.testing that return JdbcAwareGraphDatabase Modifier and Type Method Description JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. commitNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. commitNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)
static JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. createCommunityInstance()
static JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. createEnterpriseInstance()
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. rollbackNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. 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)
-