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