⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 metadatajdbc20.out

📁 derby database source code.good for you.
💻 OUT
字号:
Test metadataJdbc20 startingJDBC Driver 'Apache Derby Embedded JDBC Driver', version 10.1 (10.1.3.1)DatabaseMetaData.getURL not present - correct for JSR169getUDTs() 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 + -