public
Description: Java library for fetching and representing database metadata, with NetKernel support.
Clone URL: git://github.com/scharris/db-metadata.git
Change default options to include field metadata.
scharris (author)
Fri Jul 18 08:59:06 -0700 2008
commit  48f79971bec3f959929b25bdaf7e8a72a591a795
tree    a2f7a0ec6ef4721aa266fc4dc38696dc3c5e3fca
parent  5999a7d2906d422d85546c4197cba3633fabafd9
...
81
82
83
84
 
85
86
87
...
81
82
83
 
84
85
86
87
0
@@ -81,7 +81,7 @@ public class DBMDAccessor extends NKFAccessorImpl {
0
                                                                 schema,
0
                                                                 getOption("tables", context, true),
0
                                                                 getOption("views", context, false),
0
- getOption("fields", context, false),
0
+ getOption("fields", context, true),
0
                                                                 getOption("fks", context, false));
0
             
0
 

Comments

    No one has commented yet.