default_derby.properties
来自「derby database source code.good for you.」· PROPERTIES 代码 · 共 23 行
PROPERTIES
23 行
## This is the default derby properties file for SQL and JAVA tests.## *** DO NOT PUT PROPERTIES FOR THE JAVA ENVIRONMENT IN THIS FILE. # *** THEY BELONG IN default_app.properties.## This file will get renamed to be derby.properties for all# tests without a <testname>_derby.properties file defined.## If you want to alter these to use other settings, # or to not be used, override this file by creating# a file <testname>_derby.properties to be used instead of this file.## statement cache size of 20 is the default, do not add this property# to this file. If your test wants to do consistency checking that# requires an empty cache, add a special test_derby.properties file, see# inbetween_derby.properties for an example.## derby.language.statementCacheSize=20derby.infolog.append=truederby.locks.waitTimeout=120
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?