|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to generate the database creation script.
Method Summary | |
java.lang.String |
getFileName()
Get the name of the file to generate. |
java.io.FileWriter |
getFileWriter()
|
void |
init()
Init the script writer: create the file. |
boolean |
isWriteScript()
Return true if the script has to be written. |
void |
setFileName(java.lang.String fileName)
|
void |
setWriteScript(boolean writeScript)
|
Method Detail |
public void init() throws PException
PException
public boolean isWriteScript()
public void setWriteScript(boolean writeScript)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public java.io.FileWriter getFileWriter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |