Uses of Class
io.github.jdbcx.driver.ConnectionManager
Packages that use ConnectionManager
-
Uses of ConnectionManager in io.github.jdbcx.driver
Fields in io.github.jdbcx.driver declared as ConnectionManagerMethods in io.github.jdbcx.driver that return ConnectionManagerModifier and TypeMethodDescriptionManagedConnection.getManager()Gets connection manager.final ConnectionManagerWrappedConnection.getManager()Constructors in io.github.jdbcx.driver with parameters of type ConnectionManagerModifierConstructorDescriptionQueryBuilder(io.github.jdbcx.QueryContext context, ParsedQuery pq, ConnectionManager manager, QueryResult queryResult) -
Uses of ConnectionManager in io.github.jdbcx.driver.impl
Fields in io.github.jdbcx.driver.impl declared as ConnectionManagerModifier and TypeFieldDescriptionprotected final ConnectionManagerDefaultConnection.managerprotected final ConnectionManagerDefaultStatement.managerMethods in io.github.jdbcx.driver.impl that return ConnectionManager