Uses of Class
org.mariadb.jdbc.util.exceptions.ExceptionFactory
-
-
Uses of ExceptionFactory in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ExceptionFactory Modifier and Type Field Description private ExceptionFactory
Connection. exceptionFactory
private ExceptionFactory
ParameterMetaData. exceptionFactory
Methods in org.mariadb.jdbc that return ExceptionFactory Modifier and Type Method Description protected ExceptionFactory
Statement. exceptionFactory()
protected ExceptionFactory
Connection. getExceptionFactory()
Constructors in org.mariadb.jdbc with parameters of type ExceptionFactory Constructor Description ParameterMetaData(ExceptionFactory exceptionFactory, ColumnDefinitionPacket[] params)
-
Uses of ExceptionFactory in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as ExceptionFactory Modifier and Type Field Description protected ExceptionFactory
ClientImpl. exceptionFactory
Methods in org.mariadb.jdbc.client that return ExceptionFactory Modifier and Type Method Description ExceptionFactory
Client. getExceptionFactory()
ExceptionFactory
ClientImpl. getExceptionFactory()
ExceptionFactory
MultiPrimaryClient. getExceptionFactory()
ExceptionFactory
MultiPrimaryReplicaClient. getExceptionFactory()
-
Uses of ExceptionFactory in org.mariadb.jdbc.client.context
Fields in org.mariadb.jdbc.client.context declared as ExceptionFactory Modifier and Type Field Description private ExceptionFactory
BaseContext. exceptionFactory
Methods in org.mariadb.jdbc.client.context that return ExceptionFactory Modifier and Type Method Description ExceptionFactory
BaseContext. getExceptionFactory()
ExceptionFactory
Context. getExceptionFactory()
Constructors in org.mariadb.jdbc.client.context with parameters of type ExceptionFactory Constructor Description BaseContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache)
RedoContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache)
-
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 ExceptionFactory
Result. exceptionFactory
private ExceptionFactory
ResultSetMetaData. exceptionFactory
Constructors in org.mariadb.jdbc.client.result with parameters of type ExceptionFactory Constructor Description ResultSetMetaData(ExceptionFactory exceptionFactory, ColumnDefinitionPacket[] fieldPackets, Configuration conf, boolean forceAlias)
Constructor. -
Uses of ExceptionFactory in org.mariadb.jdbc.client.tls
Methods in org.mariadb.jdbc.client.tls with parameters of type ExceptionFactory Modifier and Type Method Description javax.net.ssl.SSLSocketFactory
DefaultTlsSocketPlugin. getSocketFactory(Configuration conf, ExceptionFactory exceptionFactory)
private static javax.net.ssl.KeyManager
DefaultTlsSocketPlugin. loadClientCerts(java.lang.String keyStoreUrl, java.lang.String keyStorePassword, java.lang.String storeType, ExceptionFactory exceptionFactory)
-
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 default Completion
ClientMessage. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, java.util.concurrent.locks.ReentrantLock lock, boolean traceEnable)
Completion
PreparePacket. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, java.util.concurrent.locks.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 javax.net.ssl.SSLSocketFactory
TlsSocketPlugin. getSocketFactory(Configuration conf, ExceptionFactory exceptionFactory)
Get socket factory. -
Uses of ExceptionFactory in org.mariadb.jdbc.util.exceptions
Subclasses of ExceptionFactory in org.mariadb.jdbc.util.exceptions Modifier and Type Class Description class
ExceptionFactory.SqlExceptionFactory
Methods in org.mariadb.jdbc.util.exceptions that return ExceptionFactory Modifier and Type Method Description ExceptionFactory
ExceptionFactory. of(java.sql.Statement statement)
ExceptionFactory
ExceptionFactory. setConnection(Connection connection)
ExceptionFactory
ExceptionFactory. setPoolConnection(MariaDbPoolConnection internalPoolConnection)
ExceptionFactory
ExceptionFactory. withSql(java.lang.String sql)
Methods in org.mariadb.jdbc.util.exceptions with parameters of type ExceptionFactory Modifier and Type Method Description void
ExceptionFactory. setConnection(ExceptionFactory oldExceptionFactory)
-