Uses of Class
com.fourspaces.couchdb.Database

Uses of Database in com.fourspaces.couchdb
 

Fields in com.fourspaces.couchdb declared as Database
protected  Database Document.database
           
 

Methods in com.fourspaces.couchdb that return Database
 Database Session.createDatabase(String name)
          Creates a new database (if the name doesn't already exist)
 Database Session.getDatabase(String name)
          Loads a database instance from the server
 

Methods in com.fourspaces.couchdb with parameters of type Database
 boolean Session.deleteDatabase(Database db)
          Deletes a database from the CouchDB server
 



Copyright © 2012. All Rights Reserved.