resultsetjdbc30.out

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

OUT
23
字号
Test resultsetJdbc30 starting
trying rs.getURL(int) :
Expected : Feature not implemented: no details.
trying rs.getURL(String) :
Expected : Feature not implemented: no details.
trying rs.updateRef(int, Ref) :
Expected : Feature not implemented: no details.
trying rs.updateRef(String, Ref) :
Expected : Feature not implemented: no details.
trying rs.updateBlob(int, Blob) :
Expected : 'updateBlob' not allowed because the ResultSet is not an updatable ResultSet. 
trying rs.updateBlob(String, Blob) :
Expected : 'updateBlob' not allowed because the ResultSet is not an updatable ResultSet. 
trying rs.updateClob(int, Clob) :
Expected : 'updateClob' not allowed because the ResultSet is not an updatable ResultSet. 
trying rs.updateClob(String, Clob) :
Expected : 'updateClob' not allowed because the ResultSet is not an updatable ResultSet. 
trying rs.updateArray(int, Array) :
Expected : Feature not implemented: no details.
trying rs.updateClob(String, Array) :
Expected : Feature not implemented: no details.
Test resultsetJdbc30 finished

⌨️ 快捷键说明

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