Package org.apache.xindice.client.corba.db

Examples of org.apache.xindice.client.corba.db.Collection.listCollections()


      while (i < topcols.length) {
         System.out.println(topcols[i] + ":");

         // Get all the collections for this database.
         Collection col = app.getCollection(topcols[i]);
         String [] collections = col.listCollections();
         int j = 0;
         while (j < collections.length) {
            System.out.println("\t" + collections[j]);
            j++;
         }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.