📄 metadatajdbc20.out
字号:
Test metadataJdbc20 startingJDBC Driver 'IBM DB2 JDBC Universal Driver Architecture', version (EXPECTED VERSION)The URL is: jdbc:derby:net://localhost:1527/wombat;create=truegetUDTs() with user-named types null :TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKSgetUDTs() with user-named types in ('JAVA_OBJECT') :TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKSgetUDTs() with user-named types in ('STRUCT') :TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKSgetUDTs() with user-named types in ('DISTINCT') :TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKSgetUDTs() with user-named types in ('JAVA_OBJECT', 'STRUCT') :TYPE_CAT,TYPE_SCHEM,TYPE_NAME,CLASS_NAME,DATA_TYPE,REMARKSTest the metadata calls related to visibility of changes made by others for different resultset typesSince Derby materializes a forward only ResultSet incrementally, it is possible to see changesmade by others and hence following 3 metadata calls will return true for forward only ResultSets.othersUpdatesAreVisible(ResultSet.TYPE_FORWARD_ONLY)? trueothersDeletesAreVisible(ResultSet.TYPE_FORWARD_ONLY)? trueothersInsertsAreVisible(ResultSet.TYPE_FORWARD_ONLY)? trueScroll insensitive ResultSet by their definition do not see changes made by others and hence following metadata calls return falseothersUpdatesAreVisible(ResultSet.TYPE_SCROLL_INSENSITIVE)? falseothersDeletesAreVisible(ResultSet.TYPE_SCROLL_INSENSITIVE)? falseothersInsertsAreVisible(ResultSet.TYPE_SCROLL_INSENSITIVE)? falseDerby does not yet implement scroll sensitive resultsets and hence following metadata calls return falseothersUpdatesAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE)? falseothersDeletesAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE)? falseothersInsertsAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE)? falseTest metadataJdbc20 finished
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -