Extended data types
Supported by ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
Some RDBMS support additional data types that are very specific to that RDBMS, such that jOOQ does not offer support for them from the core library. Additional extension modules can be used to import:
- Data type converters for simple cases
- Data type bindings to ensure optimal JDBC interaction
- Data type formatters to help embed extended types in certain built-in types, such as JSON (JSON) or XML (XML).
Table of contents
- 3.13.3.1.
- PostgreSQL CIDR type (new)
- 3.13.3.2.
- PostgreSQL CITEXT type (new)
- 3.13.3.3.
- PostgreSQL DATERANGE type (new)
- 3.13.3.4.
- PostgreSQL HSTORE type
- 3.13.3.5.
- PostgreSQL INET type (new)
- 3.13.3.6.
- PostgreSQL INT4RANGE type (new)
- 3.13.3.7.
- PostgreSQL INT8RANGE type (new)
- 3.13.3.8.
- PostgreSQL LTREE type (new)
- 3.13.3.9.
- PostgreSQL NUMRANGE type (new)
- 3.13.3.10.
- PostgreSQL TSRANGE type (new)
- 3.13.3.11.
- PostgreSQL TSTZRANGE type (new)
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!