📄 statementjdbc30.out
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -