Uses of Interface
org.mariadb.jdbc.client.Client
Packages that use Client
Package
Description
-
Uses of Client in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ClientMethods in org.mariadb.jdbc that return ClientConstructors in org.mariadb.jdbc with parameters of type ClientModifierConstructorDescriptionConnection(Configuration conf, ClosableLock lock, Client client) Connection construction. -
Uses of Client in org.mariadb.jdbc.client.impl
Classes in org.mariadb.jdbc.client.impl that implement ClientModifier and TypeClassDescriptionclassHandling connection failing automatic reconnection transparently when possible for multi-master Topology.classHandling connection failing automatic reconnection transparently when possible for replication Topology.classReplay client wrapperclassConnection clientFields in org.mariadb.jdbc.client.impl declared as ClientModifier and TypeFieldDescriptionprotected ClientMultiPrimaryClient.currentClientcurrent clientprivate ClientMultiPrimaryReplicaClient.primaryClientprivate ClientMultiPrimaryReplicaClient.replicaClientMethods in org.mariadb.jdbc.client.impl that return ClientModifier and TypeMethodDescriptionprotected ClientMultiPrimaryClient.connectHost(boolean readOnly, boolean failFast) Trying connecting server.protected ClientMultiPrimaryClient.reConnect()Connection loopprotected ClientMultiPrimaryReplicaClient.reConnect()Reconnect connection, trying to continue transparently if possible.Methods in org.mariadb.jdbc.client.impl with parameters of type ClientModifier and TypeMethodDescriptionprotected voidMultiPrimaryClient.executeTransactionReplay(Client oldCli) Execute transaction replayprotected voidMultiPrimaryClient.replayIfPossible(Client oldClient, boolean canRedo) Execute transaction replay if in transaction and configured for it, throw an exception if notvoidMultiPrimaryClient.syncNewState(Client oldCli) Synchronized previous and new client states. -
Uses of Client in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type ClientModifier and TypeMethodDescriptionvoidClose Prepared commandvoidPrepare.decrementUse(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare. -
Uses of Client in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type Client -
Uses of Client in org.mariadb.jdbc.message.server
Methods in org.mariadb.jdbc.message.server with parameters of type ClientModifier and TypeMethodDescriptionvoidIndicate that a prepare statement must be closed (if not in LRU cache)voidClose prepare packetvoidCachedPrepareResultPacket.decrementUse(Client con, BasePreparedStatement preparedStatement) voidPrepareResultPacket.decrementUse(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare packet, so closing it if last usedvoidIndicate that Prepare command is not on LRU cache anymore.