Beispiel #1
0
 internal static int OCICacheFree(IntPtr envhp,
     IntPtr svchp,
     IntPtr stmthp)
 {
     #if TRACE
     Trace.WriteLineIf(traceOci, "OCICacheFree", "OCI");
     #endif
     return OciNativeCalls.OCICacheFree (envhp, svchp, stmthp);
 }