public class RDBMSIndexTool extends Object
Constructor and Description |
---|
RDBMSIndexTool() |
Modifier and Type | Method and Description |
---|---|
protected static Map |
getIndexes(String table_name,
DatabaseMetaData dbm) |
protected static Map |
getPrimaryKeys(String table_name,
DatabaseMetaData dbm) |
static void |
main(String[] argv) |
protected static void |
print(String prefix,
Collection c) |
protected static void |
print(String prefix,
Map m) |
protected static String |
unquote(String column_name,
String quote) |
protected static void print(String prefix, Collection c)
protected static Map getIndexes(String table_name, DatabaseMetaData dbm) throws SQLException
SQLException
protected static Map getPrimaryKeys(String table_name, DatabaseMetaData dbm) throws SQLException
SQLException