Uses of Class
org.mariadb.jdbc.export.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
private final ExceptionFactory
SimpleParameterMetaData.exceptionFactory
Methods in org.mariadb.jdbc that return ExceptionFactoryModifier and TypeMethodDescriptionprivate ExceptionFactory
BasePreparedStatement.exceptionFactory()
private ExceptionFactory
ClientPreparedStatement.exceptionFactory()
protected ExceptionFactory
ServerPreparedStatement.exceptionFactory()
private ExceptionFactory
Statement.exceptionFactory()
protected ExceptionFactory
Connection.getExceptionFactory()
Get connection exception factoryConstructors in org.mariadb.jdbc with parameters of type ExceptionFactoryModifierConstructorDescriptionprotected
ParameterMetaData
(ExceptionFactory exceptionFactory, ColumnDecoder[] params) Constructorprotected
SimpleParameterMetaData
(ExceptionFactory exceptionFactory, int paramCount) Constructor -
Uses of ExceptionFactory in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return ExceptionFactoryModifier and TypeMethodDescriptionClient.getExceptionFactory()
Get connection exception factoryContext.getExceptionFactory()
Get connection exception factory -
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 ExceptionFactoryConstructors in org.mariadb.jdbc.client.context with parameters of type ExceptionFactoryModifierConstructorDescriptionBaseContext
(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) Constructor of connection contextRedoContext
(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) Constructor -
Uses of ExceptionFactory in org.mariadb.jdbc.client.impl
Fields in org.mariadb.jdbc.client.impl declared as ExceptionFactoryModifier and TypeFieldDescriptionprotected final ExceptionFactory
StandardClient.exceptionFactory
connection exception factoryMethods in org.mariadb.jdbc.client.impl that return ExceptionFactoryModifier and TypeMethodDescriptionMultiPrimaryClient.getExceptionFactory()
MultiPrimaryReplicaClient.getExceptionFactory()
StandardClient.getExceptionFactory()
-
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
connection exception factoryprivate final ExceptionFactory
ResultSetMetaData.exceptionFactory
Constructors in org.mariadb.jdbc.client.result with parameters of type ExceptionFactoryModifierConstructorDescriptionResultSetMetaData
(ExceptionFactory exceptionFactory, ColumnDecoder[] fieldPackets, Configuration conf, boolean forceAlias) Constructor. -
Uses of ExceptionFactory in org.mariadb.jdbc.export
Subclasses of ExceptionFactory in org.mariadb.jdbc.exportModifier and TypeClassDescriptionclass
Exception with SQL commandMethods in org.mariadb.jdbc.export that return ExceptionFactoryModifier and TypeMethodDescriptionConstruct an Exception factory from this + adding current statementExceptionFactory.setConnection
(Connection connection) Set connection to factoryExceptionFactory.setPoolConnection
(MariaDbPoolConnection internalPoolConnection) Set pool connection to factoryConstruct an Exception factory from this + adding current SQLMethods in org.mariadb.jdbc.export with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionvoid
ExceptionFactory.setConnection
(ExceptionFactory oldExceptionFactory) Set connection -
Uses of ExceptionFactory in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message with parameters of type ExceptionFactoryModifier and TypeMethodDescriptiondefault Completion
ClientMessage.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, Context context, ExceptionFactory exceptionFactory, ClosableLock lock, boolean traceEnable, ClientMessage message, Consumer<String> redirectFct) default packet resultset parser -
Uses of ExceptionFactory in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionPrepareExecutePacket.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, Context context, ExceptionFactory exceptionFactory, ClosableLock lock, boolean traceEnable, ClientMessage message, Consumer<String> redirectFct) PreparePacket.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, Context context, ExceptionFactory exceptionFactory, ClosableLock lock, boolean traceEnable, ClientMessage message, Consumer<String> redirectFct) -
Uses of ExceptionFactory in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionTlsSocketPlugin.getKeyManager
(Configuration conf, ExceptionFactory exceptionFactory) TlsSocketPlugin.getTrustManager
(Configuration conf, ExceptionFactory exceptionFactory, HostAddress hostAddress) -
Uses of ExceptionFactory in org.mariadb.jdbc.plugin.tls.main
Methods in org.mariadb.jdbc.plugin.tls.main with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionDefaultTlsSocketPlugin.getKeyManager
(Configuration conf, ExceptionFactory exceptionFactory) DefaultTlsSocketPlugin.getTrustManager
(Configuration conf, ExceptionFactory exceptionFactory, HostAddress hostAddress) private static KeyManager
DefaultTlsSocketPlugin.loadClientCerts
(String keyStoreUrl, String keyStorePassword, String keyPassword, String storeType, ExceptionFactory exceptionFactory)