uk.org.ogsadai.examples.clienttoolkit
Class SQLUpdateExample

java.lang.Object
  |
  +--uk.org.ogsadai.examples.clienttoolkit.SQLUpdateExample

public class SQLUpdateExample
extends java.lang.Object

This example performs an update to the ogsadai example database. A new row is inserted, updated and then deleted.


Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
 
Constructor Summary
SQLUpdateExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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
See Also:
Constant Field Values
Constructor Detail

SQLUpdateExample

public SQLUpdateExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception