|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.SqlTagAttributes
SqlTagAttributes class stores the parameters of sqlTag tag for LoaderJob.xml file.
Constructor Summary | |
SqlTagAttributes(int sqlFileType)
Construct object SqlTagAttributes with an associated parameter. |
Method Summary | |
java.lang.String |
getCommit()
This method read value of commit parameter. |
java.lang.String |
getHref()
This method read value of href parameter. |
java.lang.String |
getLogMode()
This method read value of logMode parameter. |
java.lang.String |
getName()
This method read value of name parameter. |
java.lang.String |
getOnErrorContinue()
This method read value of onErrorContinue parameter. |
java.lang.String |
getParse()
This method read value of parse parameter. |
void |
setCommit(java.lang.String _Commit)
This method sets value of commit parameter. |
void |
setHref(java.lang.String _href)
This method sets value of href parameter. |
void |
setLogMode(java.lang.String log_Mode)
This method sets value of logMode parameter. |
void |
setName(java.lang.String _name)
This method sets value of name parameter. |
void |
setOnErrorContinue(java.lang.String on_Error_Continue)
This method sets value of onErrorContinue parameter. |
void |
setParse(java.lang.String _parse)
This method sets value of parse parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlTagAttributes(int sqlFileType)
sqlFileType
- represents the sql files wich will be created.
sqlFileType=0, created file is CreateTables.sql
sqlFileType=1, created file is CreateIndex.sql
sqlFileType=2, created file is CreatePrimary.sql
sqlFileType=3, created file is CreateIntegrity.sql
sqlFileType=4, created file is DropTables.sql
sqlFileType=5, created file is DropIntegrity.sqlMethod Detail |
public void setName(java.lang.String _name)
_name
- is value of parameter.public java.lang.String getName()
public void setLogMode(java.lang.String log_Mode)
log_Mode
- is value of parameter.public java.lang.String getLogMode()
public void setOnErrorContinue(java.lang.String on_Error_Continue)
on_Error_Continue
- is value of parameter.public java.lang.String getOnErrorContinue()
public void setCommit(java.lang.String _Commit)
_Commit
- is value of parameter.public java.lang.String getCommit()
public void setHref(java.lang.String _href)
_href
- is value of parameter.public java.lang.String getHref()
public void setParse(java.lang.String _parse)
_parse
- is value of parameter.public java.lang.String getParse()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |