mysql
Class StaticSql.ResultMetaData
java.lang.Object
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.
|
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 |
StaticSql.ResultMetaData
public StaticSql.ResultMetaData()
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