mysql
Class ObserveSql.Retrieve

java.lang.Object
  extended by mysql.ObserveSql.Retrieve
Enclosing class:
ObserveSql

public static final class ObserveSql.Retrieve
extends Object

Connects to the database and gets all values for the given unique object ID. Passowrd etc. is internally stored.


Constructor Summary
ObserveSql.Retrieve()
           
 
Method Summary
static void main(String[] arg)
          The only argument is the unique object ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserveSql.Retrieve

public ObserveSql.Retrieve()
Method Detail

main

public static void main(String[] arg)
                 throws SQLException,
                        ConnectException
The only argument is the unique object ID.

Throws:
SQLException
ConnectException