com.dbdeploy
Class DbDeploy

java.lang.Object
  extended by com.dbdeploy.DbDeploy

public class DbDeploy
extends Object


Constructor Summary
DbDeploy()
           
 
Method Summary
 String getChangeLogTableName()
           
 String getDbms()
           
 String getDelimiter()
           
 DelimiterType getDelimiterType()
           
 String getDriver()
           
 String getEncoding()
           
 Long getLastChangeToApply()
           
 LineEnding getLineEnding()
           
 File getOutputfile()
           
 String getPassword()
           
 File getScriptdirectory()
           
 File getTemplatedir()
           
 File getUndoOutputfile()
           
 String getUrl()
           
 String getUserid()
           
 String getWelcomeString()
           
 void go()
           
 void setChangeLogTableName(String changeLogTableName)
           
 void setDbms(String dbms)
           
 void setDelimiter(String delimiter)
           
 void setDelimiterType(DelimiterType delimiterType)
           
 void setDriver(String driver)
           
 void setEncoding(String encoding)
           
 void setLastChangeToApply(Long lastChangeToApply)
           
 void setLineEnding(LineEnding lineEnding)
           
 void setOutputfile(File outputfile)
           
 void setPassword(String password)
           
 void setScriptdirectory(File scriptdirectory)
           
 void setTemplatedir(File templatedir)
           
 void setUndoOutputfile(File undoOutputfile)
           
 void setUrl(String url)
           
 void setUserid(String userid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbDeploy

public DbDeploy()
Method Detail

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.