Modules§
- capabilities
- crypto
- dpl
- Direct Path Load (DPL) protocol support.
- net
- oson
- OSON (Oracle’s binary encoding of JSON) codec for
DB_TYPE_JSON(ora_type_num119). - packet
- sql
- thin
- TTC thin-protocol wire codecs, split across cohesive submodules.
mod.rswires the submodules and re-exports their items so everyoracledb_protocol::thin::*path that downstream crates depend on stays reachable, and so submodules see each other viause super::*. - tls
- Sans-I/O TLS/TCPS support: SNI construction, server-DN matching, and Oracle wallet readers.
- vector
- Oracle VECTOR wire codec (reference
impl/base/vector.pyx). - wire
Structs§
- Client
Identity - Resource
Limit - Structured details for a protocol resource-limit violation.
- Server
Error Details - Structured server error information parsed from the TTC error trailer
(reference impl/thin/messages/base.pyx
_process_error_info).