Uses of Class
com.feedzai.commons.sql.abstraction.engine.handler.QueryExceptionHandler
-
Packages that use QueryExceptionHandler Package Description com.feedzai.commons.sql.abstraction.dml.result Columns results implementations.com.feedzai.commons.sql.abstraction.engine Contains the database engine core.com.feedzai.commons.sql.abstraction.engine.impl Database specific implementations.com.feedzai.commons.sql.abstraction.engine.impl.h2 com.feedzai.commons.sql.abstraction.engine.impl.mysql com.feedzai.commons.sql.abstraction.engine.impl.oracle com.feedzai.commons.sql.abstraction.engine.impl.postgresql -
-
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.dml.result
Methods in com.feedzai.commons.sql.abstraction.dml.result that return QueryExceptionHandler Modifier and Type Method Description protected QueryExceptionHandlerH2ResultIterator. getQueryExceptionHandler()protected QueryExceptionHandlerMySqlResultIterator. getQueryExceptionHandler()protected QueryExceptionHandlerOracleResultIterator. getQueryExceptionHandler()protected QueryExceptionHandlerPostgreSqlResultIterator. getQueryExceptionHandler()protected QueryExceptionHandlerResultIterator. getQueryExceptionHandler()Gets the instance ofQueryExceptionHandlerto be used in disambiguating SQL exceptions. -
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine
Fields in com.feedzai.commons.sql.abstraction.engine declared as QueryExceptionHandler Modifier and Type Field Description static QueryExceptionHandlerAbstractDatabaseEngine. DEFAULT_QUERY_EXCEPTION_HANDLERThe default instance ofQueryExceptionHandlerto be used in disambiguating SQL exceptions.Methods in com.feedzai.commons.sql.abstraction.engine that return QueryExceptionHandler Modifier and Type Method Description protected QueryExceptionHandlerAbstractDatabaseEngine. getQueryExceptionHandler()Gets the instance ofQueryExceptionHandlerto be used in disambiguating SQL exceptions. -
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl
Fields in com.feedzai.commons.sql.abstraction.engine.impl declared as QueryExceptionHandler Modifier and Type Field Description static QueryExceptionHandlerH2Engine. H2_QUERY_EXCEPTION_HANDLERAn instance ofQueryExceptionHandlerspecific for H2 engine, to be used in disambiguating SQL exceptions.static QueryExceptionHandlerMySqlEngine. MYSQL_QUERY_EXCEPTION_HANDLERAn instance ofQueryExceptionHandlerspecific for MySQL engine, to be used in disambiguating SQL exceptions.static QueryExceptionHandlerOracleEngine. ORACLE_QUERY_EXCEPTION_HANDLERAn instance ofQueryExceptionHandlerspecific for Oracle engine, to be used in disambiguating SQL exceptions.static QueryExceptionHandlerPostgreSqlEngine. PG_QUERY_EXCEPTION_HANDLERAn instance ofQueryExceptionHandlerspecific for PostgreSQL engine, to be used in disambiguating SQL exceptions.Methods in com.feedzai.commons.sql.abstraction.engine.impl that return QueryExceptionHandler Modifier and Type Method Description protected QueryExceptionHandlerH2Engine. getQueryExceptionHandler()protected QueryExceptionHandlerMySqlEngine. getQueryExceptionHandler()protected QueryExceptionHandlerOracleEngine. getQueryExceptionHandler()protected QueryExceptionHandlerPostgreSqlEngine. getQueryExceptionHandler() -
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.h2
Subclasses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.h2 Modifier and Type Class Description classH2QueryExceptionHandlerA specific implementation ofQueryExceptionHandlerfor H2 engine. -
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.mysql
Subclasses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.mysql Modifier and Type Class Description classMySqlQueryExceptionHandlerA specific implementation ofQueryExceptionHandlerfor MySQL engine. -
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.oracle
Subclasses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.oracle Modifier and Type Class Description classOracleQueryExceptionHandlerA specific implementation ofQueryExceptionHandlerfor Oracle engine. -
Uses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.postgresql
Subclasses of QueryExceptionHandler in com.feedzai.commons.sql.abstraction.engine.impl.postgresql Modifier and Type Class Description classPostgresSqlQueryExceptionHandlerA specific implementation ofQueryExceptionHandlerfor PostgreSQL engine.
-