Uses of Class
org.mariadb.jdbc.export.ExceptionFactory
-
-
Uses of ExceptionFactory in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return ExceptionFactory Modifier and Type Method Description protected ExceptionFactoryConnection. getExceptionFactory()Constructors in org.mariadb.jdbc with parameters of type ExceptionFactory Constructor Description ParameterMetaData(ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.Column[] params) -
Uses of ExceptionFactory in org.mariadb.jdbc.client.context
Methods in org.mariadb.jdbc.client.context that return ExceptionFactory Modifier and Type Method Description ExceptionFactoryBaseContext. getExceptionFactory()Constructors in org.mariadb.jdbc.client.context with parameters of type ExceptionFactory Constructor Description BaseContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.PrepareCache prepareCache)RedoContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.PrepareCache prepareCache) -
Uses of ExceptionFactory in org.mariadb.jdbc.client.impl
Fields in org.mariadb.jdbc.client.impl declared as ExceptionFactory Modifier and Type Field Description protected ExceptionFactoryStandardClient. exceptionFactoryMethods in org.mariadb.jdbc.client.impl that return ExceptionFactory Modifier and Type Method Description ExceptionFactoryMultiPrimaryClient. getExceptionFactory()ExceptionFactoryMultiPrimaryReplicaClient. getExceptionFactory()ExceptionFactoryStandardClient. getExceptionFactory() -
Uses of ExceptionFactory in org.mariadb.jdbc.client.result
Fields in org.mariadb.jdbc.client.result declared as ExceptionFactory Modifier and Type Field Description protected ExceptionFactoryResult. exceptionFactoryConstructors in org.mariadb.jdbc.client.result with parameters of type ExceptionFactory Constructor Description ResultSetMetaData(ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.Column[] fieldPackets, Configuration conf, boolean forceAlias)Constructor. -
Uses of ExceptionFactory in org.mariadb.jdbc.export
Subclasses of ExceptionFactory in org.mariadb.jdbc.export Modifier and Type Class Description classExceptionFactory.SqlExceptionFactoryMethods in org.mariadb.jdbc.export that return ExceptionFactory Modifier and Type Method Description ExceptionFactoryExceptionFactory. of(Statement statement)ExceptionFactoryExceptionFactory. setConnection(Connection connection)ExceptionFactoryExceptionFactory. setPoolConnection(MariaDbPoolConnection internalPoolConnection)ExceptionFactoryExceptionFactory. withSql(String sql)Methods in org.mariadb.jdbc.export with parameters of type ExceptionFactory Modifier and Type Method Description voidExceptionFactory. setConnection(ExceptionFactory oldExceptionFactory) -
Uses of ExceptionFactory in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type ExceptionFactory Modifier and Type Method Description org.mariadb.jdbc.client.CompletionPreparePacket. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, org.mariadb.jdbc.client.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 ExceptionFactory Modifier and Type Method Description SSLSocketFactoryTlsSocketPlugin. getSocketFactory(Configuration conf, ExceptionFactory exceptionFactory)Get socket factory. -
Uses of ExceptionFactory in org.mariadb.jdbc.plugin.tls.main
Methods in org.mariadb.jdbc.plugin.tls.main with parameters of type ExceptionFactory Modifier and Type Method Description SSLSocketFactoryDefaultTlsSocketPlugin. getSocketFactory(Configuration conf, ExceptionFactory exceptionFactory)
-