类 ScriptTargetOutputToStdout
- java.lang.Object
-
- org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
-
- org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToStdout
-
- 所有已实现的接口:
ScriptTargetOutput
public class ScriptTargetOutputToStdout extends AbstractScriptTargetOutput
- 作者:
- Steve Ebersole
-
-
方法详细资料
-
writer
protected Writer writer()
- 指定者:
writer在类中AbstractScriptTargetOutput
-
prepare
public void prepare()
从接口复制的说明:ScriptTargetOutputPrepare the script target toacceptcommands- 指定者:
prepare在接口中ScriptTargetOutput- 覆盖:
prepare在类中AbstractScriptTargetOutput
-
accept
public void accept(String command)
从接口复制的说明:ScriptTargetOutputAccept the given command and write it to the abstracted script- 指定者:
accept在接口中ScriptTargetOutput- 覆盖:
accept在类中AbstractScriptTargetOutput- 参数:
command- The command
-
release
public void release()
从接口复制的说明:ScriptTargetOutputRelease this output- 指定者:
release在接口中ScriptTargetOutput- 覆盖:
release在类中AbstractScriptTargetOutput
-
-