Re: Read Database schema with java
- From: Thomas Kellerer <WVIJEVPANEHT@xxxxxxxxxxxxx>
- Date: Sun, 13 Nov 2005 18:58:35 +0100
RADES via JavaKB.com wrote on 13.11.2005 18:54:
I m searching for a methode to read a database schema with java: Tables, Relations, Tablefield, Primary Keys, NULL/ NOT Null. did u know any consept. did u know a method with hibernate
Start with reading the manual:
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html .
- References:
- Read Database schema with java
- From: RADES via JavaKB.com
- Read Database schema with java
- Prev by Date: Read Database schema with java
- Next by Date: JRower: load Oracle tables from flat files (Csv, Excel, Delimited)
- Previous by thread: Read Database schema with java
- Next by thread: Re: Read Database schema with java
- Index(es):
Relevant Pages
|