dprutean
dprutean
Please add DbSchema to the list of MongoDB tools. The tool is capable of displaying the MongoDB in diagrams, expore data from Collections / documents in Relational Data Browse, Query...
I see that calling connection.createStatement() returns null. Is this not implemented ? Is it possible to implement this as well ?
Hi, I call databaseMetaData.getPrimaryKeys( schema.getCatalogName(), schema.getSchemaName(), table.getName()) then getShort(5) which based on documentation should be a short https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys(java.lang.String,%20java.lang.String,%20java.lang.String) Still I get the error below. Similar issue with md.getImportedKeys(); and rs.getShort(10)...