Package gavo :: Package user :: Module dropping
[frames] | no frames]

Module dropping

source code

Dropping resources. For now, you can only drop entire RDs.

Functions
 
restoreObscore(conn)
sees if this system should have an obscore table and re-creates it if it's missing.
source code
 
dropTable()
tries to "manually" purge a table from the DC's memories.
source code
 
dropRD()
parses the command line and drops data and services for the selected RD.
source code
Function Details

dropTable()

source code 

tries to "manually" purge a table from the DC's memories.

This is a "toplevel" function inteded to be called by cli directly.

dropRD()

source code 

parses the command line and drops data and services for the selected RD.

This is a "toplevel" function inteded to be called by cli directly.