| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API
This package mostly contains interfaces that are implemented by the
org.jooq.impl package. |
| org.jooq.exception |
The
org.jooq.exception package contains jOOQ's exceptions |
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| org.jooq.tools |
The
org.jooq.tools package contains jOOQ's public utilities |
| Class and Description |
|---|
| DataAccessException
The
DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
| DataChangedException
An error occurred while storing a record whose underlying data had already
been changed
|
| DataTypeException
An error occurred while handling data types.
|
| DetachedException |
| MappingException
An error occurred while fetching data into a user defined Java object with
any of these methods:
ResultQuery.fetchInto(Class)
Cursor.fetchInto(Class)
Result.into(Class)
Record.into(Class)
... or when copying data into a Record with any of these methods
FactoryOperations.newRecord(org.jooq.Table, Object)
Record.from(Object)
|
| Class and Description |
|---|
| DataAccessException
The
DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
| Class and Description |
|---|
| DataAccessException
The
DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
| SQLDialectNotSupportedException
An exception thrown if an SQL construct is used, which is not supported by
the dialect set in
Configuration.getDialect() |
| Class and Description |
|---|
| DataTypeException
An error occurred while handling data types.
|
Copyright © 2013. All Rights Reserved.