Uses of Class
org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory
Packages that use ExceptionFactory
Package
Description
-
Uses of ExceptionFactory in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ExceptionFactoryModifier and TypeFieldDescriptionprivate ExceptionFactory
MariaDbConnection.exceptionFactory
protected ExceptionFactory
MariaDbStatement.exceptionFactory
Methods in org.mariadb.jdbc with parameters of type ExceptionFactoryModifier and TypeMethodDescriptionprivate CallableStatement
MariaDbConnection.createNewCallableStatement
(String query, String procedureName, boolean isFunction, String databaseAndProcedure, String database, String arguments, int resultSetType, int resultSetConcurrency, ExceptionFactory exceptionFactory) Constructors in org.mariadb.jdbc with parameters of type ExceptionFactoryModifierConstructorDescriptionBasePrepareStatement
(MariaDbConnection connection, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys, ExceptionFactory exceptionFactory) Constructor.CallableFunctionStatement
(MariaDbConnection connection, String sql, int resultSetType, int resultSetConcurrency, ExceptionFactory exceptionFactory) Constructor for getter/setter of callableStatement.CallableProcedureStatement
(MariaDbConnection connection, String sql, int resultSetScrollType, int resultSetConcurrency, ExceptionFactory exceptionFactory) Constructor for getter/setter of callableStatement.ClientSidePreparedStatement
(MariaDbConnection connection, String sql, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys, ExceptionFactory exceptionFactory) Constructor.MariaDbFunctionStatement
(MariaDbConnection connection, String databaseName, String procedureName, String arguments, int resultSetType, int resultSetConcurrency, ExceptionFactory exceptionFactory) Specific implementation of CallableStatement to handle function call, represent by call like {?= call procedure-name[(arg1,arg2, ...)]}.MariaDbProcedureStatement
(String query, MariaDbConnection connection, String procedureName, String database, int resultSetType, int resultSetConcurrency, ExceptionFactory exceptionFactory) Specific implementation of CallableStatement to handle function call, represent by call like {?= call procedure-name[(arg1,arg2, ...)]}.MariaDbStatement
(MariaDbConnection connection, int resultSetScrollType, int resultSetConcurrency, ExceptionFactory exceptionFactory) Creates a new Statement.ServerSidePreparedStatement
(MariaDbConnection connection, String sql, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys, ExceptionFactory exceptionFactory) Constructor for creating Server prepared statement. -
Uses of ExceptionFactory in org.mariadb.jdbc.internal.protocol
Fields in org.mariadb.jdbc.internal.protocol declared as ExceptionFactoryModifier and TypeFieldDescriptionprotected ExceptionFactory
AbstractConnectProtocol.exceptionFactory
-
Uses of ExceptionFactory in org.mariadb.jdbc.internal.util.exceptions
Fields in org.mariadb.jdbc.internal.util.exceptions declared as ExceptionFactoryMethods in org.mariadb.jdbc.internal.util.exceptions that return ExceptionFactoryModifier and TypeMethodDescriptionstatic ExceptionFactory
ExceptionFactory.raiseStatementError
(MariaDbConnection connection, Statement stmt)