| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected QueryExceptionHandler |
H2ResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
PostgreSqlResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
OracleResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
MySqlResultIterator.getQueryExceptionHandler() |
protected QueryExceptionHandler |
ResultIterator.getQueryExceptionHandler()
Gets the instance of
QueryExceptionHandler to be used in disambiguating SQL exceptions. |
| 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
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. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryExceptionHandler |
MySqlEngine.getQueryExceptionHandler() |
protected QueryExceptionHandler |
OracleEngine.getQueryExceptionHandler() |
protected QueryExceptionHandler |
PostgreSqlEngine.getQueryExceptionHandler() |
protected QueryExceptionHandler |
H2Engine.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. |
Copyright © 2021 Feedzai. All rights reserved.