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