|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.database.sql.ModifySQL
public abstract class ModifySQL
The superclass of BaseUpdateSQL and DeleteSQL. This class holds a tableName, information required by any SQL statement that modifies a table.
Constructor Summary | |
---|---|
ModifySQL(java.lang.String tableName)
Constructs this object. |
Method Summary | |
---|---|
java.lang.String |
getTableName()
Returns the tablename that is being updated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModifySQL(java.lang.String tableName)
tableName
- the name of the database table that is being updated.Method Detail |
---|
public java.lang.String getTableName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |