mysql
Class StaticSql.ResultMetaData

java.lang.Object
  extended by mysql.StaticSql.ResultMetaData
Enclosing class:
StaticSql

public static class StaticSql.ResultMetaData
extends Object

Tries to collect meta-data on the result set of a given table.


Constructor Summary
StaticSql.ResultMetaData()
           
 
Method Summary
static void main(String[] arg)
          The first command line argument is the table name, second, if given is a where query used to return the result set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticSql.ResultMetaData

public StaticSql.ResultMetaData()
Method Detail

main

public static void main(String[] arg)
                 throws SQLException,
                        ConnectException
The first command line argument is the table name, second, if given is a where query used to return the result set.

Throws:
SQLException
ConnectException