AnantLabs / xerial

Automatically exported from code.google.com/p/xerial
0 stars 0 forks source link

Implement database metadata #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can we get a default implemetation of 
http://www.xerial.org/trac/Xerial/browser/XerialJ/trunk/sqlite-
jdbc/src/main/java/org/sqlite/MetaData.java

502     public ResultSet getImportedKeys(String c, String s, String t) 
503         throws SQLException { throw new SQLException("not yet 
implemented"); } 
504     public ResultSet getIndexInfo(String c, String s, String t, 
505                                   boolean u, boolean approximate) 
506         throws SQLException { throw new SQLException("not yet 
implemented"); } 

Original issue reported on code.google.com by sualeh.f...@gmail.com on 19 Apr 2009 at 4:00

GoogleCodeExporter commented 9 years ago
changed the labels

Original comment by taroleo on 21 Apr 2009 at 1:18

GoogleCodeExporter commented 9 years ago
Can you give me a pointer to some reference that describes the expected outputs 
for
these methods?

Original comment by taroleo on 15 Jun 2009 at 12:59

GoogleCodeExporter commented 9 years ago
merged to the issue 17

Original comment by taroleo on 16 Aug 2009 at 7:42