| 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 | |
| com.feedzai.commons.sql.abstraction.engine.impl.sqlserver |
| Modifier and Type | Method and Description |
|---|---|
protected QueryExceptionHandler |
SqlServerResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
PostgreSqlResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
OracleResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
ResultIterator.getQueryExceptionHandler()
Gets the instance of
QueryExceptionHandler to be used in disambiguating SQL exceptions. |
protected QueryExceptionHandler |
H2ResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
MySqlResultIterator.getQueryExceptionHandler() |
| Modifier and Type | Field and Description |
|---|---|
static QueryExceptionHandler |
AbstractDatabaseEngine.DEFAULT_QUERY_EXCEPTION_HANDLER
The default instance of
QueryExceptionHandler to be used in disambiguating SQL exceptions. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryExceptionHandler |
AbstractDatabaseEngine.getQueryExceptionHandler()
Gets the instance of
QueryExceptionHandler to be used in disambiguating SQL exceptions. |
| Modifier and Type | Field and Description |
|---|---|
static QueryExceptionHandler |
H2Engine.H2_QUERY_EXCEPTION_HANDLER
Deprecated.
An instance of
QueryExceptionHandler specific for H2 engine, to be used in disambiguating SQL exceptions. |
static QueryExceptionHandler |
MySqlEngine.MYSQL_QUERY_EXCEPTION_HANDLER
An instance of
QueryExceptionHandler specific for MySQL engine, to be used in disambiguating SQL exceptions. |
static QueryExceptionHandler |
OracleEngine.ORACLE_QUERY_EXCEPTION_HANDLER
An instance of
QueryExceptionHandler specific for Oracle engine, to be used in disambiguating SQL exceptions. |
static QueryExceptionHandler |
PostgreSqlEngine.PG_QUERY_EXCEPTION_HANDLER
An instance of
QueryExceptionHandler specific for PostgreSQL engine, to be used in disambiguating
SQL exceptions. |
static QueryExceptionHandler |
SqlServerEngine.SQLSERVER_QUERY_EXCEPTION_HANDLER
An instance of
QueryExceptionHandler specific for SQLServer engine, to be used in disambiguating SQL exceptions. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryExceptionHandler |
MySqlEngine.getQueryExceptionHandler() |
protected QueryExceptionHandler |
H2Engine.getQueryExceptionHandler()
Deprecated.
|
protected QueryExceptionHandler |
OracleEngine.getQueryExceptionHandler() |
protected QueryExceptionHandler |
SqlServerEngine.getQueryExceptionHandler() |
protected QueryExceptionHandler |
PostgreSqlEngine.getQueryExceptionHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
H2QueryExceptionHandler
A specific implementation of
QueryExceptionHandler for H2 engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlQueryExceptionHandler
A specific implementation of
QueryExceptionHandler for MySQL engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleQueryExceptionHandler
A specific implementation of
QueryExceptionHandler for Oracle engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresSqlQueryExceptionHandler
A specific implementation of
QueryExceptionHandler for PostgreSQL engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerQueryExceptionHandler
A specific implementation of
QueryExceptionHandler for SQLServer engine. |
Copyright © 2023 Feedzai. All rights reserved.