java.lang.Object
org.apache.derby.tools.dblook
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
addSingleQuotes
(String name) static String
expandDoubleQuotes
(String name) static String
getColNameFromNumber
(String tableId, int colNum) static String
getColumnListFromDescription
(String tableId, String description) static boolean
isExcludedTable
(String tableName) static boolean
isIgnorableSchema
(String schemaName) static String
lookupMessage
(String key) static String
lookupMessage
(String key, String[] vals) static String
lookupSchemaId
(String schemaId) static String
lookupTableId
(String tableId) static void
static String
removeNewlines
(String str) static boolean
static String
stripQuotes
(String quotedName) static String
unExpandDoubleQuotes
(String name) inverse of expandDoubleQuotesstatic void
writeVerboseOutput
(String key, String value)
-
Constructor Details
-
dblook
- Throws:
Exception
-
-
Method Details
-
main
-
getColumnListFromDescription
public static String getColumnListFromDescription(String tableId, String description) throws SQLException - Throws:
SQLException
-
getColNameFromNumber
- Throws:
SQLException
-
addQuotes
-
addSingleQuotes
-
stripQuotes
-
isExcludedTable
-
isIgnorableSchema
-
stringContainsTargetTable
-
expandDoubleQuotes
-
unExpandDoubleQuotes
inverse of expandDoubleQuotes -
lookupSchemaId
-
lookupTableId
-
writeVerboseOutput
-
lookupMessage
-
lookupMessage
-
removeNewlines
-