Uses of Class
org.mariadb.jdbc.util.exceptions.ExceptionFactory
-
-
Uses of ExceptionFactory in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return ExceptionFactory Modifier and Type Method Description protected ExceptionFactoryStatement. exceptionFactory()protected ExceptionFactoryConnection. 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.context
Methods in org.mariadb.jdbc.client.context that return ExceptionFactory Modifier and Type Method Description ExceptionFactoryBaseContext. getExceptionFactory()ExceptionFactoryContext. 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.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, 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 SSLSocketFactoryDefaultTlsSocketPlugin. getSocketFactory(Configuration conf, 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 CompletionClientMessage. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable)CompletionPreparePacket. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, 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.util.exceptions
Subclasses of ExceptionFactory in org.mariadb.jdbc.util.exceptions Modifier and Type Class Description classExceptionFactory.SqlExceptionFactoryMethods in org.mariadb.jdbc.util.exceptions 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.util.exceptions with parameters of type ExceptionFactory Modifier and Type Method Description voidExceptionFactory. setConnection(ExceptionFactory oldExceptionFactory)
-