uk.org.ogsadai.client.databrowser.sql
Class DBUpdate

java.lang.Object
  |
  +--uk.org.ogsadai.client.databrowser.sql.DBAbstractSQL
        |
        +--uk.org.ogsadai.client.databrowser.sql.DBUpdate

public class DBUpdate
extends DBAbstractSQL

Holds info for an OGSA-DAI SQLUpdate

Version:
$Revision: 1.4 $
Author:
Paul J Graham, EPCC

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

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

mSQLUpdate

private SQLUpdate mSQLUpdate
Constructor Detail

DBUpdate

public DBUpdate(java.lang.String name,
                DBDataResource resource,
                java.lang.String statement)
Construct a update

Parameters:
name - The name of this SQL update
resource - the data resource to run the update against
statement - update statement
Method Detail

getSQLUpdate

public SQLUpdate getSQLUpdate()
Gets the underlying client-toolkit update object

Returns:
The OGSADAI client toolkit SQL Update