I got the following exception: http://gist.github.com/95205 which is triggered by the following code: rs = conn.getMetaData().getIndexInfo(catalogName, schemaName, tableName, false, true);
What can this possibly mean?
I got the following exception: http://gist.github.com/95205 which is triggered by the following code: rs = conn.getMetaData().getIndexInfo(catalogName, schemaName, tableName, false, true);
What can this possibly mean?