Hi Sybase,

I have one bug for the JdbcDriver. The method DatabaseMetaData#getIndexInfo should return in ResultSet.getString(6 ) the index name and it does not. Same for DatabaseMetaData#getPrimaryKeys(). Below is a link to the java documentation.

I would like also to ask about how may I get the execution plan for a statement via Java JDBC. Do you have a sample code for this ?

Documentation

INDEX_NAME String => index name; null when TYPE is tableIndexStatistic

Thank you,...

asked 09 Dec '11, 06:14

mitzanu's gravatar image

mitzanu
1111
accept rate: 0%

edited 09 Dec '11, 06:39

Volker%20Barth's gravatar image

Volker Barth
39.7k357545815

Can you confrim the version and build you are running as well as the JDBC driver being used as there are several options.

(09 Dec '11, 10:03) Chris Keating
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×86
×43

question asked: 09 Dec '11, 06:14

question was seen: 1,564 times

last updated: 09 Dec '11, 10:03