Uses of Class
org.mariadb.jdbc.export.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
private ExceptionFactory
SimpleParameterMetaData. exceptionFactory
Methods in org.mariadb.jdbc that return ExceptionFactory Modifier and Type Method Description private ExceptionFactory
BaseCallableStatement. exceptionFactory()
private ExceptionFactory
BasePreparedStatement. exceptionFactory()
private ExceptionFactory
ClientPreparedStatement. exceptionFactory()
private ExceptionFactory
ServerPreparedStatement. exceptionFactory()
private ExceptionFactory
Statement. exceptionFactory()
protected ExceptionFactory
Connection. getExceptionFactory()
Get connection exception factoryConstructors in org.mariadb.jdbc with parameters of type ExceptionFactory Constructor Description ParameterMetaData(ExceptionFactory exceptionFactory, ColumnDecoder[] params)
ConstructorSimpleParameterMetaData(ExceptionFactory exceptionFactory, int paramCount)
Constructor -
Uses of ExceptionFactory in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return ExceptionFactory Modifier and Type Method Description ExceptionFactory
Client. getExceptionFactory()
Get connection exception factoryExceptionFactory
Context. getExceptionFactory()
Get connection exception factory -
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()
Constructors in org.mariadb.jdbc.client.context with parameters of type ExceptionFactory Constructor Description BaseContext(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache)
Constructor of connection contextRedoContext(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, 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 ExceptionFactory
StandardClient. exceptionFactory
connection exception factoryMethods in org.mariadb.jdbc.client.impl that return ExceptionFactory Modifier and Type Method Description ExceptionFactory
MultiPrimaryClient. getExceptionFactory()
ExceptionFactory
MultiPrimaryReplicaClient. getExceptionFactory()
ExceptionFactory
StandardClient. 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 ExceptionFactory
Result. exceptionFactory
connection exception factoryprivate ExceptionFactory
ResultSetMetaData. exceptionFactory
Constructors in org.mariadb.jdbc.client.result with parameters of type ExceptionFactory Constructor Description ResultSetMetaData(ExceptionFactory exceptionFactory, ColumnDecoder[] 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 class
ExceptionFactory.SqlExceptionFactory
Exception with SQL commandMethods in org.mariadb.jdbc.export that return ExceptionFactory Modifier and Type Method Description ExceptionFactory
ExceptionFactory. of(java.sql.Statement statement)
Construct an Exception factory from this + adding current statementExceptionFactory
ExceptionFactory. setConnection(Connection connection)
Set connection to factoryExceptionFactory
ExceptionFactory. setPoolConnection(MariaDbPoolConnection internalPoolConnection)
Set pool connection to factoryExceptionFactory
ExceptionFactory. withSql(java.lang.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 void
ExceptionFactory. setConnection(ExceptionFactory oldExceptionFactory)
Set connection -
Uses of ExceptionFactory in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message 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, Reader reader, Writer writer, Context context, ExceptionFactory exceptionFactory, ClosableLock lock, boolean traceEnable, ClientMessage message, java.util.function.Consumer<java.lang.String> redirectFct)
default packet resultset parser -
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 Completion
PrepareExecutePacket. 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, java.util.function.Consumer<java.lang.String> redirectFct)
Completion
PreparePacket. 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, java.util.function.Consumer<java.lang.String> redirectFct)
-
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.KeyManager[]
TlsSocketPlugin. getKeyManager(Configuration conf, ExceptionFactory exceptionFactory)
javax.net.ssl.TrustManager[]
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 ExceptionFactory Modifier and Type Method Description javax.net.ssl.KeyManager[]
DefaultTlsSocketPlugin. getKeyManager(Configuration conf, ExceptionFactory exceptionFactory)
javax.net.ssl.TrustManager[]
DefaultTlsSocketPlugin. getTrustManager(Configuration conf, ExceptionFactory exceptionFactory, HostAddress hostAddress)
private static javax.net.ssl.KeyManager
DefaultTlsSocketPlugin. loadClientCerts(java.lang.String keyStoreUrl, java.lang.String keyStorePassword, java.lang.String keyPassword, java.lang.String storeType, ExceptionFactory exceptionFactory)
-