Class RDBMSIndexTool
java.lang.Object
net.ontopia.topicmaps.cmdlineutils.rdbms.RDBMSIndexTool
EXPERIMENTAL: A tool that inspects a database to see if the proper
indexes has been created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static MapgetIndexes(String table_name, DatabaseMetaData dbm) protected static MapgetPrimaryKeys(String table_name, DatabaseMetaData dbm) static voidprotected static voidprint(String prefix, Collection c) protected static voidprotected static String
-
Constructor Details
-
RDBMSIndexTool
public RDBMSIndexTool()
-
-
Method Details
-
main
- Throws:
Exception
-
print
-
print
-
getIndexes
- Throws:
SQLException
-
getPrimaryKeys
- Throws:
SQLException
-
unquote
-