mysql
Class ObserveSql.Retrieve
java.lang.Object
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.
|
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 |
ObserveSql.Retrieve
public ObserveSql.Retrieve()
main
public static void main(String[] arg)
throws SQLException,
ConnectException
- The only argument is the unique object ID.
- Throws:
SQLException
ConnectException