Ejemplo n.º 1
0
 public void upgradeContainer(string name, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_upgradeContainer(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Ejemplo n.º 2
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));
 }
Ejemplo n.º 3
0
 public void loadContainer(string name, string filename, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlManager_loadContainer(this.swigCPtr, name, filename, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Ejemplo n.º 4
0
 public void deleteDocument(XmlTransaction txn, string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Ejemplo n.º 5
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));
 }
Ejemplo n.º 6
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));
 }
Ejemplo n.º 7
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));
 }
Ejemplo n.º 8
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));
 }
Ejemplo n.º 9
0
 public void deleteDefaultIndex(string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_0(this.swigCPtr, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Ejemplo n.º 10
0
 public void updateDocument(XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_updateDocument__SWIG_0(this.swigCPtr, XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Ejemplo n.º 11
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));
 }
Ejemplo n.º 12
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));
 }
Ejemplo n.º 13
0
 public void replaceDefaultIndex(XmlTransaction txn, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_replaceDefaultIndex__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Ejemplo n.º 14
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));
 }
Ejemplo n.º 15
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)));
 }
Ejemplo n.º 16
0
 public void deleteDocument(string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_1(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Ejemplo n.º 17
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)));
 }
Ejemplo n.º 18
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);
 }