|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uk.org.ogsadai.client.databrowser.sql.DBAbstractSQL
|
+--uk.org.ogsadai.client.databrowser.sql.DBUpdate
Holds info for an OGSA-DAI SQLUpdate
| Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private SQLUpdate |
mSQLUpdate
|
| Fields inherited from class uk.org.ogsadai.client.databrowser.sql.DBAbstractSQL |
|
| Constructor Summary | |
DBUpdate(java.lang.String name,
DBDataResource resource,
java.lang.String statement)
Construct a update |
|
| Method Summary | |
SQLUpdate |
getSQLUpdate()
Gets the underlying client-toolkit update object |
| Methods inherited from class uk.org.ogsadai.client.databrowser.sql.DBAbstractSQL |
getDataResource, getDataResourceName, getDataServiceURL, getName, getStatement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private SQLUpdate mSQLUpdate
| Constructor Detail |
public DBUpdate(java.lang.String name,
DBDataResource resource,
java.lang.String statement)
name - The name of this SQL updateresource - the data resource to run the update againststatement - update statement| Method Detail |
public SQLUpdate getSQLUpdate()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||