Uses of Class
org.mariadb.jdbc.export.ExceptionFactory
Packages that use ExceptionFactory
Package
Description
-
Uses of ExceptionFactory in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return ExceptionFactoryModifier and TypeMethodDescriptionprotected ExceptionFactory
ServerPreparedStatement.exceptionFactory()
protected ExceptionFactory
Connection.getExceptionFactory()
Get connection exception factoryConstructors in org.mariadb.jdbc with parameters of type ExceptionFactoryModifierConstructorDescriptionprotected
ParameterMetaData
(ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.ColumnDecoder[] params) Constructorprotected
SimpleParameterMetaData
(ExceptionFactory exceptionFactory, int paramCount) 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.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)