Esempio n. 1
0
 internal static IntPtr getCPtr(XmlUpdateContext obj)
 {
     if (obj != null)
     {
         return(obj.swigCPtr);
     }
     return(IntPtr.Zero);
 }
Esempio n. 2
0
 internal static UpdateContext Create(XmlUpdateContext v)
 {
     if (v == null)
     {
         return null;
     }
     return new UpdateContext(v);
 }
Esempio n. 3
0
 internal static IntPtr getCPtr(XmlUpdateContext obj)
 {
     if (obj != null)
     {
         return obj.swigCPtr;
     }
     return IntPtr.Zero;
 }
Esempio n. 4
0
 public uint execute(XmlResults toModify, XmlQueryContext context, XmlUpdateContext uc)
 {
     return DbXmlPINVOKE.XmlModify_execute__SWIG_1(this.swigCPtr, XmlResults.getCPtrOrThrow(toModify), XmlQueryContext.getCPtrOrThrow(context), XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 5
0
 public void loadContainer(string name, string filename, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_loadContainer(this.swigCPtr, name, filename, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 6
0
 public void loadContainer(string name, string filename, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_loadContainer(this.swigCPtr, name, filename, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 7
0
 public void deleteIndex(string uri, string name, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteIndex__SWIG_0(this.swigCPtr, uri, name, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 8
0
 public string putDocument(XmlTransaction txn, string name, string contents, XmlUpdateContext context, uint flags)
 {
     return DbXmlPINVOKE.XmlContainer_putDocument__SWIG_5(this.swigCPtr, XmlTransaction.getCPtr(txn), name, contents, XmlUpdateContext.getCPtrOrThrow(context), flags);
 }
Esempio n. 9
0
 public void deleteDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_2(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 10
0
 public void addIndex(XmlTransaction txn, string uri, string name, int indexType, int syntaxType, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_addIndex__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, indexType, syntaxType, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 11
0
 public uint execute(XmlResults toModify, XmlQueryContext context, XmlUpdateContext uc)
 {
     return(DbXmlPINVOKE.XmlModify_execute__SWIG_1(this.swigCPtr, XmlResults.getCPtrOrThrow(toModify), XmlQueryContext.getCPtrOrThrow(context), XmlUpdateContext.getCPtrOrThrow(uc)));
 }
Esempio n. 12
0
 public void updateDocument(XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_updateDocument__SWIG_0(this.swigCPtr, XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 13
0
 public void addIndex(string uri, string name, int indexType, int syntaxType, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_addIndex__SWIG_1(this.swigCPtr, uri, name, indexType, syntaxType, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 14
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));
 }
Esempio n. 15
0
 public void replaceIndex(XmlTransaction txn, string uri, string name, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_replaceIndex__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 16
0
 public void replaceIndex(string uri, string name, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_replaceIndex__SWIG_0(this.swigCPtr, uri, name, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 17
0
 private UpdateContext(XmlUpdateContext u)
 {
     this.uc_ = u;
 }
Esempio n. 18
0
 public void deleteDefaultIndex(string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_0(this.swigCPtr, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 19
0
 public void deleteDefaultIndex(string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_0(this.swigCPtr, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 20
0
 public string putDocument(string name, XmlInputStream input, XmlUpdateContext context, uint flags)
 {
     return DbXmlPINVOKE.XmlContainer_putDocument__SWIG_2(this.swigCPtr, name, XmlInputStream.getCPtr(input), XmlUpdateContext.getCPtrOrThrow(context), flags);
 }
Esempio n. 21
0
 public void putDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context, uint flags)
 {
     DbXmlPINVOKE.XmlContainer_putDocument__SWIG_4(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context), flags);
 }
Esempio n. 22
0
 public void deleteDefaultIndex(XmlTransaction txn, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 23
0
 public void deleteDocument(string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_1(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 24
0
 public void deleteDocument(string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_1(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 25
0
 public void deleteDocument(XmlTransaction txn, string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 26
0
 public void deleteDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_2(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 27
0
 public void deleteIndex(XmlTransaction txn, string uri, string name, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteIndex__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 28
0
 public void putDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context, uint flags)
 {
     DbXmlPINVOKE.XmlContainer_putDocument__SWIG_4(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context), flags);
 }
Esempio n. 29
0
 internal static IntPtr getCPtrOrThrow(XmlUpdateContext obj)
 {
     return obj.swigCPtr;
 }
Esempio n. 30
0
 public string putDocument(string name, XmlInputStream input, XmlUpdateContext context, uint flags)
 {
     return(DbXmlPINVOKE.XmlContainer_putDocument__SWIG_2(this.swigCPtr, name, XmlInputStream.getCPtr(input), XmlUpdateContext.getCPtrOrThrow(context), flags));
 }
Esempio n. 31
0
 public void upgradeContainer(string name, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_upgradeContainer(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 32
0
 public string putDocument(XmlTransaction txn, string name, string contents, XmlUpdateContext context, uint flags)
 {
     return(DbXmlPINVOKE.XmlContainer_putDocument__SWIG_5(this.swigCPtr, XmlTransaction.getCPtr(txn), name, contents, XmlUpdateContext.getCPtrOrThrow(context), flags));
 }
Esempio n. 33
0
 public void upgradeContainer(string name, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_upgradeContainer(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 34
0
 public void replaceDefaultIndex(XmlTransaction txn, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_replaceDefaultIndex__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 35
0
 public uint execute(XmlTransaction txn, XmlValue toModify, XmlQueryContext context, XmlUpdateContext uc)
 {
     return DbXmlPINVOKE.XmlModify_execute__SWIG_2(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlValue.getCPtr(toModify), XmlQueryContext.getCPtrOrThrow(context), XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 36
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));
 }
Esempio n. 37
0
 public void updateDocument(XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_updateDocument__SWIG_0(this.swigCPtr, XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Esempio n. 38
0
 public void addIndex(string uri, string name, int indexType, int syntaxType, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_addIndex__SWIG_1(this.swigCPtr, uri, name, indexType, syntaxType, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 39
0
 internal static IntPtr getCPtrOrThrow(XmlUpdateContext obj)
 {
     return(obj.swigCPtr);
 }
Esempio n. 40
0
 public void addIndex(XmlTransaction txn, string uri, string name, int indexType, int syntaxType, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_addIndex__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, indexType, syntaxType, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Esempio n. 41
0
 public uint execute(XmlTransaction txn, XmlValue toModify, XmlQueryContext context, XmlUpdateContext uc)
 {
     return(DbXmlPINVOKE.XmlModify_execute__SWIG_2(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlValue.getCPtr(toModify), XmlQueryContext.getCPtrOrThrow(context), XmlUpdateContext.getCPtrOrThrow(uc)));
 }
Esempio n. 42
0
 public void deleteDocument(XmlTransaction txn, string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), name, XmlUpdateContext.getCPtrOrThrow(context));
 }