0 | module Oracle.FFI.Context
1 |
2 | ||| Create and initialize the global ODPI-C context.
3 | |||
4 | ||| Returns a raw dpiContext pointer.
5 | |||
6 | export %foreign "C:oracle_context_create,oracle-idris"
7 | prim__contextCreate : PrimIO AnyPtr
8 |