Package org.mariadb.jdbc.util.exceptions
Class ExceptionFactory.SqlExceptionFactory
java.lang.Object
org.mariadb.jdbc.util.exceptions.ExceptionFactory
org.mariadb.jdbc.util.exceptions.ExceptionFactory.SqlExceptionFactory
- Enclosing class:
- ExceptionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mariadb.jdbc.util.exceptions.ExceptionFactory
ExceptionFactory.SqlExceptionFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSqlExceptionFactory
(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql) -
Method Summary
Methods inherited from class org.mariadb.jdbc.util.exceptions.ExceptionFactory
create, create, create, create, createBatchUpdate, createBatchUpdate, notSupported, of, setConnection, setConnection, setPoolConnection, setThreadId, withSql
-
Field Details
-
sql
-
-
Constructor Details
-
SqlExceptionFactory
public SqlExceptionFactory(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql)
-
-
Method Details
-
getSql
- Overrides:
getSql
in classExceptionFactory
-