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