Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> JDBC : get candidates keys

JDBC : get candidates keys

From: Yohann Olivier <yohann.olivier_at_free.fr>
Date: Sun, 11 Mar 2001 03:04:35 +0100
Message-ID: <98em84$e46$1@front4.grolier.fr>

hi
how to get the canditates keys (UNIQUE sql keyword) with JDBC, JDBC MetaData ?

I get the primary key with getPrymaryKeys (MetaData, java.sql) and the foreign keys with getCrossReference but i can't get the candidate keys !!

I have to get it in order to find inclusion dependencies.

thanks. Received on Sat Mar 10 2001 - 20:04:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US