|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.db.sql.SQLTable
com.ontimize.db.sql.SQLTableAlter
| Field Summary | |
protected boolean |
add
Parameter that indicates if character of the modification. |
| Fields inherited from class com.ontimize.db.sql.SQLTable |
tableName |
| Constructor Summary | |
SQLTableAlter(java.lang.String tableName,
boolean add)
Creates a new SQLTableAlter indicating the name of the table to be altered and
the kind of operation to realize with the parameter add. |
|
| Method Summary | |
boolean |
isAdd()
Returns as the parameter add is set. |
void |
setAdd(boolean add)
Sets the value of the parameter add. |
| Methods inherited from class com.ontimize.db.sql.SQLTable |
getTableName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean add
| Constructor Detail |
public SQLTableAlter(java.lang.String tableName,
boolean add)
SQLTableAlter indicating the name of the table to be altered and
the kind of operation to realize with the parameter add. If it is true the operation will be ADD and
if the parameter is false the operation will be DROP.
tableName - The name of the table.add - Value of the parameter add.| Method Detail |
public boolean isAdd()
booleanpublic void setAdd(boolean add)
add -
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||