Beispiel #1
0
 internal static int OCIAttrSet(IntPtr trgthndlp,
     OciHandleType trghndltyp,
     IntPtr attributep,
     uint size,
     OciAttributeType attrtype,
     IntPtr errhp)
 {
     #if TRACE
     Trace.WriteLineIf(traceOci, string.Format("OCIAttrSet ({0}, {1})", trghndltyp, attrtype), "OCI");
     #endif
     return OciNativeCalls.OCIAttrSet (trgthndlp, trghndltyp, attributep, size, attrtype, errhp);
 }