public abstract static class TopiaMigrationCallbackByClassNG.MigrationCallBackForVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TopiaMigrationCallbackByClassNG |
callBack |
| Constructor and Description |
|---|
TopiaMigrationCallbackByClassNG.MigrationCallBackForVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSQL(TopiaContextImplementor tx,
boolean showSql,
boolean showProgression,
String... sqls) |
void |
executeSQL(TopiaContextImplementor tx,
String... sqls) |
abstract org.nuiton.util.Version |
getVersion() |
protected String[] |
prepareMigration(TopiaContextImplementor tx,
boolean showSql,
boolean showProgression) |
protected abstract void |
prepareMigrationScript(TopiaContextImplementor tx,
List<String> queries,
boolean showSql,
boolean showProgression) |
void |
setCallBack(TopiaMigrationCallbackByClassNG callBack) |
protected TopiaMigrationCallbackByClassNG callBack
public TopiaMigrationCallbackByClassNG.MigrationCallBackForVersion()
public abstract org.nuiton.util.Version getVersion()
public void setCallBack(TopiaMigrationCallbackByClassNG callBack)
protected String[] prepareMigration(TopiaContextImplementor tx, boolean showSql, boolean showProgression) throws TopiaException
TopiaExceptionprotected abstract void prepareMigrationScript(TopiaContextImplementor tx, List<String> queries, boolean showSql, boolean showProgression) throws TopiaException
TopiaExceptionpublic void executeSQL(TopiaContextImplementor tx, String... sqls) throws TopiaException
TopiaExceptionpublic void executeSQL(TopiaContextImplementor tx, boolean showSql, boolean showProgression, String... sqls) throws TopiaException
TopiaExceptionCopyright © 2004-2012 CodeLutin. All Rights Reserved.