public class CleanDB
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected VirtualDB |
vDB
the layer to clean
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
blankLinks(MutableDataSource ds) |
protected void |
clearContact(MutableDataSource ds) |
protected void |
clearJournal(MutableDataSource ds) |
protected void |
clearLogin(MutableDataSource ds) |
protected void |
clearObject(java.lang.String name,
MutableDataSource ds) |
protected void |
extClearObjects(MutableDataSource ds) |
void |
process() |
protected void |
removeZZTables(VirtualDB vDB) |
protected void |
save(MutableDataSource ds,
java.lang.String msg) |
protected VirtualDB vDB
public CleanDB(VirtualDB vDB)
vDB - the layerpublic void process()
throws java.lang.Exception
java.lang.Exception - a serious problemprotected void removeZZTables(VirtualDB vDB) throws java.lang.Exception
vDB - the layerjava.lang.Exception - a serious problemprotected void save(@Nonnull
MutableDataSource ds,
@Nonnull
java.lang.String msg)
throws java.lang.Exception
java.lang.Exceptionprotected void extClearObjects(@Nonnull
MutableDataSource ds)
throws java.lang.Exception
ds - the data sourcejava.lang.Exception - a serious problemprotected void clearJournal(MutableDataSource ds) throws java.lang.Exception
ds - the data sourcejava.lang.Exception - a serious problemprotected void clearLogin(MutableDataSource ds) throws java.lang.Exception
ds - the data sourcejava.lang.Exception - a serious problemprotected void clearContact(MutableDataSource ds) throws java.lang.Exception
ds - the data sourcejava.lang.Exception - a serious problemprotected void blankLinks(MutableDataSource ds) throws java.lang.Exception
ds - the data sourcejava.lang.Exception - a serious problemprotected void clearObject(@Nonnull
java.lang.String name,
@Nonnull
MutableDataSource ds)
throws java.lang.Exception
name - ds - the data sourcejava.lang.Exception - a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.