oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
193 stars 40 forks source link

OBJECT Types #104

Closed Michael-A-McMahon closed 1 year ago

Michael-A-McMahon commented 1 year ago

This branch adds support for OBJECT types of Oracle Database. This branch subsumes earlier work from #101. Much of the code from that branch is duplicated in this branch.

New interfaces are added to the oracle.r2dbc package, which is exported to user code:

For general usage examples, please see the added section in the README.md file.