statementjdbc30.out
来自「derby database source code.good for you.」· OUT 代码 · 共 20 行
OUT
20 行
Test statementJdbc30 startingtrying stmt.getMoreResults(int) :trying stmt.executeUpdate(String, int) :trying stmt.executeUpdate(String, int[]) :PASS -- expected exceptionSQLSTATE(0A000): SQL Exception: Feature not implemented: executeUpdate(String, int[]).trying stmt.executeUpdate(String, String[]) :PASS -- expected exceptionSQLSTATE(0A000): SQL Exception: Feature not implemented: executeUpdate(String, String[]).trying stmt.execute(String, int) :trying stmt.execute(String, int[]) :PASS -- expected exceptionSQLSTATE(0A000): SQL Exception: Feature not implemented: execute(String, int[]).trying stmt.execute(String, String[]) :PASS -- expected exceptionSQLSTATE(0A000): SQL Exception: Feature not implemented: execute(String, String[]).trying stmt.getResultSetHoldability() :trying stmt.getGeneratedKeys() :Test statementJdbc30 finished
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?