checkdriver.out
来自「derby database source code.good for you.」· OUT 代码 · 共 15 行
OUT
15 行
jdbcCompliant() = truedriver.getMajorVersion() = EXPECTED VERSIONdriver.getMinorVersion() = EXPECTED VERSIONchecking acceptsURL(jdbc:derby:wombat;create=true)checking acceptsURL(jdbc:derby://localhost:1527/wombat;create=true)checking acceptsURL(jdbc:derby:net://localhost:1527/wombat;create=true)checking acceptsURL(jdbc:db2j:wombat;create=true)START testDbNameWithSpaces ...Connection info for connect(jdbc:derby:net://localhost:1527/db name with spaces;create=true, {user=tester, password=testpass})getURL() = jdbc:derby:net://localhost:1527/db name with spaces;create=truegetUserName() = testerCURRENT SCHEMA = TESTERPASSED:Connection Successful with url: jdbc:derby:net://localhost:1527/db name with spaces;create=truetestDbNameWithSpaces PASSED - Database created successfully
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?