예제 #1
0
 //store document by stream
 public void storeDocument(DBURI uri, Stream stream)
 {
 }
예제 #2
0
 public void delete(DBURI uri)
 {
 }
예제 #3
0
 public void move(DBURI fromURI, DBURI toURI)
 {
 }
예제 #4
0
 //get XML document
 //XMLDocument getXMLdocument(XmldbURI uri);
 //get Binary document
 //BinaryDocument getBinaryDocument(XmldbURI uri);
 //Common methods
 public void copy(DBURI fromURI, DBURI toURI)
 {
 }
예제 #5
0
 //collections method
 public void createCollection(DBURI uri)
 {
 }
예제 #6
0
 public void delete(DBURI uri)
 {
 }
예제 #7
0
 public void move(DBURI fromURI, DBURI toURI)
 {
 }
예제 #8
0
        //get XML document
        //XMLDocument getXMLdocument(XmldbURI uri);

        //get Binary document
        //BinaryDocument getBinaryDocument(XmldbURI uri);

        //Common methods
        public void copy(DBURI fromURI, DBURI toURI)
        {
        }
예제 #9
0
 //store document by stream
 public void storeDocument(DBURI uri, Stream stream)
 {
 }
예제 #10
0
 //collections method
 public void createCollection(DBURI uri)
 {
 }