java.lang.Object
org.apache.derby.tools.dblook
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Stringstatic StringaddSingleQuotes(String name) static StringexpandDoubleQuotes(String name) static StringgetColNameFromNumber(String tableId, int colNum) static StringgetColumnListFromDescription(String tableId, String description) static booleanisExcludedTable(String tableName) static booleanisIgnorableSchema(String schemaName) static StringlookupMessage(String key) static StringlookupMessage(String key, String[] vals) static StringlookupSchemaId(String schemaId) static StringlookupTableId(String tableId) static voidstatic StringremoveNewlines(String str) static booleanstatic StringstripQuotes(String quotedName) static StringunExpandDoubleQuotes(String name) inverse of expandDoubleQuotesstatic voidwriteVerboseOutput(String key, String value) 
- 
Constructor Details- 
dblook- Throws:
- Exception
 
 
- 
- 
Method Details- 
main
- 
getColumnListFromDescriptionpublic static String getColumnListFromDescription(String tableId, String description) throws SQLException - Throws:
- SQLException
 
- 
getColNameFromNumber- Throws:
- SQLException
 
- 
addQuotes
- 
addSingleQuotes
- 
stripQuotes
- 
isExcludedTable
- 
isIgnorableSchema
- 
stringContainsTargetTable
- 
expandDoubleQuotes
- 
unExpandDoubleQuotesinverse of expandDoubleQuotes
- 
lookupSchemaId
- 
lookupTableId
- 
writeVerboseOutput
- 
lookupMessage
- 
lookupMessage
- 
removeNewlines
 
-