Methods in org.riverock.dbrevision.manager.patch with parameters of type Action |
static Boolean |
PatchService.getBoolean(Action action,
String nameParam)
|
static Boolean |
PatchService.getBoolean(Action action,
String nameParam,
boolean defValue)
|
static Integer |
PatchService.getInteger(Action action,
String nameParam)
|
static Integer |
PatchService.getInteger(Action action,
String nameParam,
int defValue)
|
static Long |
PatchService.getLong(Action action,
String nameParam)
|
static Long |
PatchService.getLong(Action action,
String nameParam,
long defValue)
|
static String |
PatchService.getString(Action action,
String nameParam)
|
static String |
PatchService.getString(Action action,
String nameParam,
String defValue)
|