Package omero :: Package plugins :: Module db :: Class DatabaseControl
[hide private]
[frames] | no frames]

Class DatabaseControl

source code


Instance Methods [hide private]
 
help(self, args=None) source code
 
_lookup(self, data, data2, key, map, hidden=False)
Read values from data and data2.
source code
 
_get_password_hash(self, root_pass=None) source code
 
_copy(self, input_path, output, func) source code
 
_make_replace(self, root_pass, db_vers, db_patch) source code
 
_sql_directory(self, db_vers, db_patch) source code
 
_create(self, sql_directory, db_vers, db_patch, password_hash, location=None) source code
 
password(self, *args) source code
 
script(self, *args) source code

Inherited from cli.BaseControl: __call__, __init__

Method Details [hide private]

help(self, args=None)

source code 
Overrides: cli.BaseControl.help

_lookup(self, data, data2, key, map, hidden=False)

source code 

Read values from data and data2. If value is contained in data then use it without question. If the value is in data2, offer it as a default