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 ExceptionFactoryConnection. exceptionFactoryprivate ExceptionFactoryParameterMetaData. exceptionFactoryprivate ExceptionFactorySimpleParameterMetaData. exceptionFactoryMethods in org.mariadb.jdbc that return ExceptionFactory Modifier and Type Method Description private ExceptionFactoryBaseCallableStatement. exceptionFactory()private ExceptionFactoryBasePreparedStatement. exceptionFactory()private ExceptionFactoryClientPreparedStatement. exceptionFactory()private ExceptionFactoryServerPreparedStatement. exceptionFactory()private ExceptionFactoryStatement. exceptionFactory()protected ExceptionFactoryConnection. 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 ExceptionFactoryClient. getExceptionFactory()Get connection exception factoryExceptionFactoryContext. 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 ExceptionFactoryBaseContext. exceptionFactoryMethods 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(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 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 factoryprivate ExceptionFactoryResultSetMetaData. exceptionFactoryConstructors 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 classExceptionFactory.SqlExceptionFactoryException with SQL commandMethods in org.mariadb.jdbc.export that return ExceptionFactory Modifier and Type Method Description ExceptionFactoryExceptionFactory. of(java.sql.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(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 voidExceptionFactory. 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 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, 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 CompletionPrepareExecutePacket. 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)CompletionPreparePacket. 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.KeyManagerDefaultTlsSocketPlugin. loadClientCerts(java.lang.String keyStoreUrl, java.lang.String keyStorePassword, java.lang.String keyPassword, java.lang.String storeType, ExceptionFactory exceptionFactory)
-