Uses of Class
org.mariadb.jdbc.util.exceptions.ExceptionFactory
Packages that use ExceptionFactory
Package
Description
-
Uses of ExceptionFactory in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ExceptionFactoryModifier and TypeFieldDescriptionprivate ExceptionFactory
Connection.exceptionFactory
private final ExceptionFactory
ParameterMetaData.exceptionFactory
Methods in org.mariadb.jdbc that return ExceptionFactoryModifier and TypeMethodDescriptionprotected ExceptionFactory
Statement.exceptionFactory()
protected ExceptionFactory
Connection.getExceptionFactory()
Constructors in org.mariadb.jdbc with parameters of type ExceptionFactoryModifierConstructorDescriptionParameterMetaData
(ExceptionFactory exceptionFactory, ColumnDefinitionPacket[] params) -
Uses of ExceptionFactory in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as ExceptionFactoryMethods in org.mariadb.jdbc.client that return ExceptionFactoryModifier and TypeMethodDescriptionClient.getExceptionFactory()
ClientImpl.getExceptionFactory()
MultiPrimaryClient.getExceptionFactory()
MultiPrimaryReplicaClient.getExceptionFactory()
-
Uses of ExceptionFactory in org.mariadb.jdbc.client.context
Fields in org.mariadb.jdbc.client.context declared as ExceptionFactoryMethods in org.mariadb.jdbc.client.context that return ExceptionFactoryModifier and TypeMethodDescriptionBaseContext.getExceptionFactory()
Context.getExceptionFactory()
Constructors in org.mariadb.jdbc.client.context with parameters of type ExceptionFactoryModifierConstructorDescriptionBaseContext
(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) RedoContext
(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) -
Uses of ExceptionFactory in org.mariadb.jdbc.client.result
Fields in org.mariadb.jdbc.client.result declared as ExceptionFactoryModifier and TypeFieldDescriptionprotected final ExceptionFactory
Result.exceptionFactory
private final ExceptionFactory
ResultSetMetaData.exceptionFactory
Constructors in org.mariadb.jdbc.client.result with parameters of type ExceptionFactoryModifierConstructorDescriptionResultSetMetaData
(ExceptionFactory exceptionFactory, ColumnDefinitionPacket[] fieldPackets, Configuration conf, boolean forceAlias) Constructor. -
Uses of ExceptionFactory in org.mariadb.jdbc.client.tls
Methods in org.mariadb.jdbc.client.tls with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionDefaultTlsSocketPlugin.getSocketFactory
(Configuration conf, ExceptionFactory exceptionFactory) private static KeyManager
DefaultTlsSocketPlugin.loadClientCerts
(String keyStoreUrl, String keyStorePassword, String storeType, ExceptionFactory exceptionFactory) -
Uses of ExceptionFactory in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type ExceptionFactoryModifier and TypeMethodDescriptiondefault Completion
ClientMessage.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) PreparePacket.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) -
Uses of ExceptionFactory in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionTlsSocketPlugin.getSocketFactory
(Configuration conf, ExceptionFactory exceptionFactory) Get socket factory. -
Uses of ExceptionFactory in org.mariadb.jdbc.util.exceptions
Subclasses of ExceptionFactory in org.mariadb.jdbc.util.exceptionsMethods in org.mariadb.jdbc.util.exceptions that return ExceptionFactoryModifier and TypeMethodDescriptionExceptionFactory.setConnection
(Connection connection) ExceptionFactory.setPoolConnection
(MariaDbPoolConnection internalPoolConnection) Methods in org.mariadb.jdbc.util.exceptions with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionvoid
ExceptionFactory.setConnection
(ExceptionFactory oldExceptionFactory)