Class DB_Index
java.lang.Object
org.apache.derby.impl.tools.dblook.DB_Index
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringBuffer
createIndex
(String ixName, String tableName, String tableId, String ixDescribe) static void
doIndexes
(Connection conn)
-
Constructor Details
-
DB_Index
public DB_Index()
-
-
Method Details
-
doIndexes
- Throws:
SQLException
-
createIndex
private static StringBuffer createIndex(String ixName, String tableName, String tableId, String ixDescribe) throws SQLException - Throws:
SQLException
-