|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |