MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / setDatabase

Method setDatabase

src/com/odoo/support/OEUser.java:324–326  ·  view source on GitHub ↗

Sets the database. @param database the new database

(String database)

Source from the content-addressed store, hash-verified

322 * the new database
323 */
324 public void setDatabase(String database) {
325 this.database = database;
326 }
327
328 /**
329 * Gets the host.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected