loblengthtests_app.properties

来自「derby database source code.good for you.」· PROPERTIES 代码 · 共 15 行

PROPERTIES
15
字号
#
# This is the system properties file for lobLengthTests.java
#
# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE.  
# *** THEY BELONG IN lobLengthTests_derby.properties.
#
# This file will get handed to the test on the command line in a -p <filename>
# argument.
#
# The .java test has to call util.getPropertyArg and util.startJBMS
# to process the property file.  See any of the .java tests for this code.
#
database=jdbc:derby:wombat;create=true
jvmflags=-mx128M -ms128M

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?