Uses of Class
com.ocient.jdbc.XGConnectionInfo
Packages that use XGConnectionInfo
-
Uses of XGConnectionInfo in com.ocient.jdbc
Methods in com.ocient.jdbc that return XGConnectionInfoMethods in com.ocient.jdbc with parameters of type XGConnectionInfoModifier and TypeMethodDescriptionvoidXGConnection.XGConnectionFactory.activateObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject) XGConnectionFactory.create(XGConnectionInfo info) Returns aCompletionStageofCompletableFutures.SQLResultwhich completes when the connection is successfully established, or completes exceptionally if the connection cannot be established.voidXGConnection.XGConnectionFactory.destroyObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject) XGConnection.leaseConnection(XGConnectionInfo info) Leases a connection to the database specified byinfo.org.apache.commons.pool2.PooledObject<XGConnection>XGConnection.XGConnectionFactory.makeObject(XGConnectionInfo info) voidXGConnection.XGConnectionFactory.passivateObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject) static XGConnectionXGConnection.TEST_createConnection(XGConnectionInfo info, Map<String, SimplexTransportFactory<? extends SimplexTransport<io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf>>> transportFactories) booleanXGConnection.XGConnectionFactory.validateObject(XGConnectionInfo info, org.apache.commons.pool2.PooledObject<XGConnection> pooledObject) Constructors in com.ocient.jdbc with parameters of type XGConnectionInfoConstructor parameters in com.ocient.jdbc with type arguments of type XGConnectionInfoModifierConstructorDescriptionXGConnectionFactory(Function<XGConnectionInfo, XGConnection> superFactory)