https://github.com/averemee-si/ojdbc-types
A set of classes for converting oracle.sql.* to/from Java types and for decoding some Oracle RDBMS internal structures
https://github.com/averemee-si/ojdbc-types
datatypes internals java jdbc number oracle parser rba redo redobyteaddress rowid uba undobyteaddress unsigned xid
Last synced: about 2 months ago
JSON representation
A set of classes for converting oracle.sql.* to/from Java types and for decoding some Oracle RDBMS internal structures
- Host: GitHub
- URL: https://github.com/averemee-si/ojdbc-types
- Owner: averemee-si
- License: apache-2.0
- Created: 2023-09-18T08:11:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-08T08:45:41.000Z (6 months ago)
- Last Synced: 2025-09-08T10:33:52.888Z (6 months ago)
- Topics: datatypes, internals, java, jdbc, number, oracle, parser, rba, redo, redobyteaddress, rowid, uba, undobyteaddress, unsigned, xid
- Language: Java
- Homepage: https://a2-solutions.eu/
- Size: 450 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
image:https://img.shields.io/:license-apache-blue.svg[License,link=https://raw.githubusercontent.com/averemee-si/ojdbc-types/refs/heads/master/LICENSE]
image:https://img.shields.io/maven-central/v/solutions.a2.oracle/ojdbc-types[link=https://search.maven.org/artifact/solutions.a2.oracle/ojdbc-types/0.8.5/jar?eh=]
= Oracle JDBC Data Types Conversion
== Introduction
== Building from source
After you've downloaded the code from GitHub, you can build it using Gradle. Use this command:
----
gradle clean build
----
The generated jar files can be found at: `build/libs/`.
=== Validating secure dependencies
To ensure no security vulnerabilities in the dependency libraries, run the following.
----
gradle dependencyCheckAnalyze
----
If the above reports any vulnerabilities, upgrade dependencies to use the respective latest versions.
== Version and release history
=== 0.8.0 (FEB-2023)
UnsignedLong support
=== 0.7.0 (SEP-2023)
Initial build
== Authors
**Aleksej Veremeev** - *Initial work* - http://a2-solutions.eu/[A2 Rešitve d.o.o.]
== License
This project is licensed under the Apache-2.0 License.