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()Get connection exception factoryConstructors in org.mariadb.jdbc with parameters of type ExceptionFactory Constructor Description ParameterMetaData(ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.Column[] params)ConstructorSimpleParameterMetaData(ExceptionFactory exceptionFactory, int paramCount)Constructor -
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)Constructor of connection contextRedoContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.PrepareCache prepareCache)Constructor -
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. exceptionFactoryconnection exception factoryMethods 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. exceptionFactoryconnection exception factoyConstructors 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.SqlExceptionFactoryException with SQL commandMethods in org.mariadb.jdbc.export that return ExceptionFactory Modifier and Type Method Description ExceptionFactoryExceptionFactory. of(Statement statement)Construct an Exception factory from this + adding current statementExceptionFactoryExceptionFactory. setConnection(Connection connection)Set connection to factoryExceptionFactoryExceptionFactory. setPoolConnection(MariaDbPoolConnection internalPoolConnection)Set pool connection to factoryExceptionFactoryExceptionFactory. withSql(String sql)Construct an Exception factory from this + adding current SQLMethods in org.mariadb.jdbc.export with parameters of type ExceptionFactory Modifier and Type Method Description voidExceptionFactory. setConnection(ExceptionFactory oldExceptionFactory)Set connection -
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, org.mariadb.jdbc.message.ClientMessage message) -
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)
-