Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The implementation has been moved to the details namespace. Signed and
unsigned 32 bit versions, as well as an unsigned 64 bit version have also
been added.
|
|
|
|
|
|
|
|
|
|
|
|
Passing 0 as an initial read amount to OCILobRead2 initiates a continuous
polling mode. Once the EOF has been read, OCILobRead2 will return indicating
success.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for specification of non-contiguous bind arrays
in multiple calls to bind_param for the same statement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|