Example #1
0
 internal static int OCIAttrGet(IntPtr trgthndlp,
     OciHandleType trghndltyp,
     out IntPtr attributep,
     out int sizep,
     OciAttributeType attrtype,
     IntPtr errhp)
 {
     #if TRACE
     Trace.WriteLineIf(traceOci, "OCIAttrGet", "OCI");
     #endif
     return OciNativeCalls.OCIAttrGet (trgthndlp, trghndltyp, out attributep, out sizep, attrtype, errhp);
 }