who knows java.sql.DatabaseMetaData ?

Hello !!

I'm implementing theDatabaseMetaData interface and I need to know if somebody already used it ...

Here's my question: there's a method calledgetIndexInfo(parameters) ...

DriverManager.registerDriver(new com.progress.sql.jdbc.JdbcProgressDriver() );

Connection con = DriverManager.getConnection (parameters);

DatabaseMetaData dbmd = con.getMetaData();

ResultSet rsIndex = dbmd.getIndexInfo( null, db_schema, table_name, false,false );

This method gets a description of a table's indices and statistics ( J2SE v1.3.1 ) ... one of the statistics that I can get is theTYPE (index type). I want to know what's the difference them :

>> tableIndexStatistic <<

>> tableIndexClustered <<

>> tableIndexHashed <<

>> tableIndexOther <<

Somebody can help me ?

[1021 byte] By [vinawsa] at [2007-9-29 22:39:40]
# 1

... Don't understand you...

This forums list have posted by you in few days.

Three topics abaut the same theme... and in three case you offer dukes, and after users post response to you, forget ever assign dukes.

...mmm... is not right...

5 - who knows java.sql.DatabaseMetaData ?

http://forum.java.sun.com/thread.jsp?forum=1&thread=486380&tstart=0&trange=15

10 - HELP !! java.sql.DatabaseMetaData again ...

http://forum.java.sun.com/thread.jsp?thread=483157&forum=1&message=2255974

10 - java.sql.DatabaseMetaData ...

http://forum.java.sun.com/thread.jsp?forum=1&thread=482241&tstart=15&trange=15

what do you want?.-

jpadrona at 2007-7-16 3:02:10 > top of Java-index,Archived Forums,Portability & Platform Independence [Archive]...
# 2
do you still need an answer or you already find out what you are looking for?
dungmaia at 2007-7-16 3:02:10 > top of Java-index,Archived Forums,Portability & Platform Independence [Archive]...
# 3

hi.

look jpadron, I don't know how to use this "duke's dollars" ... when I entered in this forum, it's because I'm a unexperienced Java programmer and I really need some help in some situations ... so, about the Dukes, i really don't mind...

yes, dungmai!! i still need the answer ... if you can help me, i'll apreciate!! doesn't matter the dukes ...

vinawsa at 2007-7-16 3:02:10 > top of Java-index,Archived Forums,Portability & Platform Independence [Archive]...