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 ExceptionFactoryConnection.getExceptionFactory()Get connection exception factoryConstructors in org.mariadb.jdbc with parameters of type ExceptionFactoryModifierConstructorDescriptionprotectedParameterMetaData(ExceptionFactory exceptionFactory, ColumnDecoder[] params) ConstructorprotectedSimpleParameterMetaData(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.export
Subclasses of ExceptionFactory in org.mariadb.jdbc.exportModifier and TypeClassDescriptionclassException 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 TypeMethodDescriptionvoidExceptionFactory.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 CompletionClientMessage.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.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)