com.dbdeploy
Class DbDeploy
java.lang.Object
com.dbdeploy.DbDeploy
public class DbDeploy
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbDeploy
public DbDeploy()
setDriver
public void setDriver(String driver)
setUrl
public void setUrl(String url)
setUserid
public void setUserid(String userid)
setPassword
public void setPassword(String password)
setScriptdirectory
public void setScriptdirectory(File scriptdirectory)
setOutputfile
public void setOutputfile(File outputfile)
setDbms
public void setDbms(String dbms)
setLastChangeToApply
public void setLastChangeToApply(Long lastChangeToApply)
setUndoOutputfile
public void setUndoOutputfile(File undoOutputfile)
setChangeLogTableName
public void setChangeLogTableName(String changeLogTableName)
setEncoding
public void setEncoding(String encoding)
setLineEnding
public void setLineEnding(LineEnding lineEnding)
go
public void go()
throws Exception
- Throws:
Exception
getUserid
public String getUserid()
getUrl
public String getUrl()
getPassword
public String getPassword()
getScriptdirectory
public File getScriptdirectory()
getOutputfile
public File getOutputfile()
getUndoOutputfile
public File getUndoOutputfile()
getDbms
public String getDbms()
getLastChangeToApply
public Long getLastChangeToApply()
getDriver
public String getDriver()
setTemplatedir
public void setTemplatedir(File templatedir)
getTemplatedir
public File getTemplatedir()
getChangeLogTableName
public String getChangeLogTableName()
getDelimiter
public String getDelimiter()
setDelimiter
public void setDelimiter(String delimiter)
getDelimiterType
public DelimiterType getDelimiterType()
setDelimiterType
public void setDelimiterType(DelimiterType delimiterType)
getWelcomeString
public String getWelcomeString()
getEncoding
public String getEncoding()
getLineEnding
public LineEnding getLineEnding()
Copyright © 2011. All Rights Reserved.