Exemplo n.º 1
0
 internal static IntPtr getCPtr(XmlUpdateContext obj)
 {
     if (obj != null)
     {
         return(obj.swigCPtr);
     }
     return(IntPtr.Zero);
 }
Exemplo n.º 2
0
 internal static UpdateContext Create(XmlUpdateContext v)
 {
     if (v == null)
     {
         return null;
     }
     return new UpdateContext(v);
 }
Exemplo n.º 3
0
 internal static IntPtr getCPtr(XmlUpdateContext obj)
 {
     if (obj != null)
     {
         return obj.swigCPtr;
     }
     return IntPtr.Zero;
 }
Exemplo 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));
 }
Exemplo n.º 5
0
 public void loadContainer(string name, string filename, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_loadContainer(this.swigCPtr, name, filename, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemplo n.º 6
0
 public void loadContainer(string name, string filename, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_loadContainer(this.swigCPtr, name, filename, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemplo 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));
 }
Exemplo 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);
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo 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)));
 }
Exemplo n.º 12
0
 public void updateDocument(XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_updateDocument__SWIG_0(this.swigCPtr, XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo n.º 17
0
 private UpdateContext(XmlUpdateContext u)
 {
     this.uc_ = u;
 }
Exemplo n.º 18
0
 public void deleteDefaultIndex(string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_0(this.swigCPtr, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemplo n.º 19
0
 public void deleteDefaultIndex(string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_0(this.swigCPtr, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemplo 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);
 }
Exemplo 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);
 }
Exemplo 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));
 }
Exemplo n.º 23
0
 public void deleteDocument(string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_1(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemplo n.º 24
0
 public void deleteDocument(string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_1(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo 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);
 }
Exemplo n.º 29
0
 internal static IntPtr getCPtrOrThrow(XmlUpdateContext obj)
 {
     return obj.swigCPtr;
 }
Exemplo 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));
 }
Exemplo n.º 31
0
 public void upgradeContainer(string name, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_upgradeContainer(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemplo 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));
 }
Exemplo n.º 33
0
 public void upgradeContainer(string name, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_upgradeContainer(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo 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));
 }
Exemplo n.º 37
0
 public void updateDocument(XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_updateDocument__SWIG_0(this.swigCPtr, XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemplo 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));
 }
Exemplo n.º 39
0
 internal static IntPtr getCPtrOrThrow(XmlUpdateContext obj)
 {
     return(obj.swigCPtr);
 }
Exemplo 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));
 }
Exemplo 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)));
 }
Exemplo 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));
 }