Class dblook

java.lang.Object
org.apache.derby.tools.dblook

public final class dblook extends Object
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
    • getColumnListFromDescription

      public static String getColumnListFromDescription(String tableId, String description) throws SQLException
      Throws:
      SQLException
    • getColNameFromNumber

      public static String getColNameFromNumber(String tableId, int colNum) throws SQLException
      Throws:
      SQLException
    • addQuotes

      public static String addQuotes(String name)
    • addSingleQuotes

      public static String addSingleQuotes(String name)
    • stripQuotes

      public static String stripQuotes(String quotedName)
    • isExcludedTable

      public static boolean isExcludedTable(String tableName)
    • isIgnorableSchema

      public static boolean isIgnorableSchema(String schemaName)
    • stringContainsTargetTable

      public static boolean stringContainsTargetTable(String str)
    • expandDoubleQuotes

      public static String expandDoubleQuotes(String name)
    • unExpandDoubleQuotes

      public static String unExpandDoubleQuotes(String name)
      inverse of expandDoubleQuotes
    • lookupSchemaId

      public static String lookupSchemaId(String schemaId)
    • lookupTableId

      public static String lookupTableId(String tableId)
    • writeVerboseOutput

      public static void writeVerboseOutput(String key, String value)
    • lookupMessage

      public static String lookupMessage(String key)
    • lookupMessage

      public static String lookupMessage(String key, String[] vals)
    • removeNewlines

      public static String removeNewlines(String str)