Re: Any examples of using DatabaseMetaData?
- From: "Robert Klemme" <bob.news@xxxxxxx>
- Date: Mon, 19 Dec 2005 11:58:30 +0100
moopT wrote:
> Hi,
> I have a glimpse on koders.com for a while but it is difficult to get
> a comprehensive understanding of using various methods of the class,
> for instance, how can I obtain primary keys of a given table? How to
> find related columns among different tables?
The JavaDocs are quite comprehensible, see
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html
And especially:
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys(java.lang.String,%20java.lang.String,%20java.lang.String)
Kind regards
robert
.
- References:
- Any examples of using DatabaseMetaData?
- From: moop?
- Any examples of using DatabaseMetaData?
- Prev by Date: Any examples of using DatabaseMetaData?
- Next by Date: NetSearch the Business Intelligence Search Engine
- Previous by thread: Any examples of using DatabaseMetaData?
- Next by thread: NetSearch the Business Intelligence Search Engine
- Index(es):