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