An open API service indexing awesome lists of open source software.

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

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.