|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.migration.task.setup.ExcelConfigurationTask.QueryConfig
public static class ExcelConfigurationTask.QueryConfig
| Constructor Summary | |
|---|---|
ExcelConfigurationTask.QueryConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCheckQuery()
Returns the checkQuery. |
java.lang.String |
getInsertQuery()
Returns the insertQuery. |
java.lang.String |
getSelectQuery()
Returns the selectQuery. |
java.lang.String |
getUpdateQuery()
Returns the updateQuery. |
void |
setCheckQuery(java.lang.String checkQuery)
Sets the checkQuery. |
void |
setInsertQuery(java.lang.String insertQuery)
Sets the insertQuery. |
void |
setSelectQuery(java.lang.String selectQuery)
Sets the selectQuery. |
void |
setUpdateQuery(java.lang.String updateQuery)
Sets the updateQuery. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelConfigurationTask.QueryConfig()
| Method Detail |
|---|
public java.lang.String getSelectQuery()
public void setSelectQuery(java.lang.String selectQuery)
selectQuery - the selectQuery to setpublic java.lang.String getCheckQuery()
public void setCheckQuery(java.lang.String checkQuery)
checkQuery - the checkQuery to setpublic java.lang.String getInsertQuery()
public void setInsertQuery(java.lang.String insertQuery)
insertQuery - the insertQuery to setpublic java.lang.String getUpdateQuery()
public void setUpdateQuery(java.lang.String updateQuery)
updateQuery - the updateQuery to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||