public class ReplRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
disableSQLLoggingDuringSchemaMigration |
| Constructor and Description |
|---|
ReplRunner(ConnectionInfo info) |
| Modifier and Type | Method and Description |
|---|---|
ResultValue |
continueDelia(String src) |
ResultValue |
continueFromFile(String path) |
boolean |
doesFileExist(String path) |
ResultValue |
executeReplCmdOrDelia(String src) |
MigrationPlan |
getCurrentMigrationPlan() |
Delia |
getDelia() |
String |
getLoadSrc() |
DeliaSession |
getMostRecentSess() |
String |
getSessionName() |
boolean |
inSession() |
ResultValue |
loadFromFile(String path) |
void |
restart() |
ResultValue |
runDelia(String src) |
ResultValue |
runFromFile(String path) |
ResultValue |
runMPlan(String src,
MigrationPlan plan) |
void |
setCurrentMigrationPlan(MigrationPlan currentMigrationPlan) |
void |
setLoadSrc(String loadSrc) |
String |
toReplResult(ResultValue res) |
public static boolean disableSQLLoggingDuringSchemaMigration
public ReplRunner(ConnectionInfo info)
public void restart()
public ResultValue runFromFile(String path)
public ResultValue continueFromFile(String path)
public ResultValue loadFromFile(String path)
public ResultValue executeReplCmdOrDelia(String src)
public ResultValue runDelia(String src)
public ResultValue runMPlan(String src, MigrationPlan plan)
public ResultValue continueDelia(String src)
public String toReplResult(ResultValue res)
public DeliaSession getMostRecentSess()
public boolean inSession()
public Delia getDelia()
public MigrationPlan getCurrentMigrationPlan()
public void setCurrentMigrationPlan(MigrationPlan currentMigrationPlan)
public String getLoadSrc()
public void setLoadSrc(String loadSrc)
public boolean doesFileExist(String path)
public String getSessionName()
Copyright © 2020. All rights reserved.