xmlbinding.out

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

OUT
49
字号
[ Beginning XML binding tests. ]XML column -- insertion via parameter:  PASS -- caught expected error X0X14.Trying to bind to XML in XMLSERIALIZE: PASS -- caught expected error X0X14.Trying to bind to XML in XMLEXISTS: PASS -- caught expected error X0X14.XML value in result set: PASS -- caught expected error X0X15.[ End XML binding tests. ][ Beginning XMLPARSE tests. ]Test insertions from file: Inserted roughly 40k of data.Inserted roughly 40k of data.Inserted roughly 1k of data.Inserted roughly 1k of data.Inserted roughly 1k of data.Inserted roughly 1k of data.--> Insertions all PASS.Binding string in XMLPARSE: PASS -- Completed without exception, as expected.Binding Java null string in XMLPARSE: PASS -- Completed without exception, as expected.Binding SQL NULL string in XMLPARSE: PASS -- Completed without exception, as expected.[ End XMLPARSE tests. ][ Beginning XMLSERIALIZE tests. ]1, [ roughly 40k ]2, [ roughly 40k ]3, [ roughly 1k ]4, [ roughly 1k ]5, [ roughly 1k ]6, [ roughly 1k ]7, [ roughly 0k ]8, NULL9, NULL[ End XMLSERIALIZE tests. ][ Begin XMLEXISTS tests. ]Running XMLEXISTS with: //abb--> Matching rows: 1Running XMLEXISTS with: //d50--> Matching rows: 1Running XMLEXISTS with: //person/email--> Matching rows: 4Running XMLEXISTS with: /personnel--> Matching rows: 5Running XMLEXISTS with: //person/@id--> Matching rows: 4Running XMLEXISTS with: //person/@noteTwo--> Matching rows: 1Binding string in XMLEXISTS: PASS -- Completed without exception, as expected.Binding Java null string in XMLEXISTS: PASS -- Completed without exception, as expected.Binding SQL NULL string in XMLEXISTS: PASS -- Completed without exception, as expected.[ End XMLEXISTS tests. ][ Done. ]

⌨️ 快捷键说明

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