示例#1
0
 internal static IntPtr getCPtr(XmlIndexSpecification obj)
 {
     if (obj != null)
     {
         return(obj.swigCPtr);
     }
     return(IntPtr.Zero);
 }
示例#2
0
 internal static IntPtr getCPtr(XmlIndexSpecification obj)
 {
     if (obj != null)
     {
         return obj.swigCPtr;
     }
     return IntPtr.Zero;
 }
示例#3
0
 public void setIndexSpecification(XmlTransaction txn, XmlIndexSpecification index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_setIndexSpecification__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlIndexSpecification.getCPtr(index), XmlUpdateContext.getCPtrOrThrow(uc));
 }
示例#4
0
 internal IndexSpecification(XmlIndexSpecification i)
 {
     this.current_ = null;
     this.is_ = i;
 }
示例#5
0
 public void setIndexSpecification(XmlTransaction txn, XmlIndexSpecification index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_setIndexSpecification__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlIndexSpecification.getCPtr(index), XmlUpdateContext.getCPtrOrThrow(uc));
 }