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