dblook_test_sed.properties
来自「derby database source code.good for you.」· PROPERTIES 代码 · 共 13 行
PROPERTIES
13 行
# Filters and substitutes for SED# Multiple patterns for DELETE: comma separated# delete=pattern1,pattern2,...,patternn# No commas can be allowed in the patterns.## Multiple patterns for SUBSTITUTE: comma separated <pattern;substitute> pair# substitute=pattern1;substitute1,pattern2;substitute2,...,patternn;substituten# No commas or semicolons can be allowed in the patterns/subsitutes.---------------------------------------------------------------------------------substitute=Source database is:.*$;Source database is: <dbPath>,Connection URL is:.*$;Connection URL is: <dbURL>,Failed to load jar file.*$;Failed to load jar file <jarFilePath>,java.io.FileNotFoundException: .*$;java.io.FileNotFoundException: <filePath>,CALL SQLJ.INSTALL_JAR.*$;CALL SQLJ.INSTALL_JAR(<maskedOutJarDesc>),java.sql.SQLException: Driver not found: wombat;java.sql.SQLException: No suitable driver,DEBUG: Driver not found: wombat;DEBUG: No suitable driver
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?