statementjdbc20.out

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

OUT
28
字号
Test statementJdbc20 startingPASS -- expected exceptionSQLSTATE(XJ065): SQL Exception: Invalid parameter value '-1,000' for Statement.setFetchSize(int rows).PASS -- expected exceptionSQLSTATE(XJ064): SQL Exception: Invalid parameter value '-1,000' for setFetchDirection(int direction).Fetch Size 25Fetch Direction 10011 2 3.1Result Set Fetch Size 25Result Set Fetch Direction 1001PASS -- expected exceptionSQLSTATE(XJ061): SQL Exception: The 'setFetchDirection()' method is only allowed on scroll cursors.Result Set Fetch Size 250Result Set Fetch Direction 1001PASS -- expected exceptionSQLSTATE(XJ062): SQL Exception: Invalid parameter value '100' for ResultSet.setFetchSize(int rows).PASS -- expected exceptionSQLSTATE(XJ062): SQL Exception: Invalid parameter value '-2,000' for ResultSet.setFetchSize(int rows).PASS -- expected exceptionSQLSTATE(XJ061): SQL Exception: The 'setFetchDirection()' method is only allowed on scroll cursors.PASS -- expected exceptionSQLSTATE(X0Y78): SQL Exception: Statement.executeQuery() cannot be called with a statement that returns a row count.PASS -- expected exceptionSQLSTATE(42X05): SQL Exception: Table 'TRASH' does not exist.PASS -- expected exceptionSQLSTATE(X0Y79): SQL Exception: Statement.executeUpdate() cannot be called with a statement that returns a ResultSet.Test statementJdbc20 finished

⌨️ 快捷键说明

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