JVM Languages
jqa0802.txt
Associated article: How Can I Generate Java Code for Tables in My Database?
Tags: Database JVM Languages
Published source code accompanying the article by Mark Seaman in which he shows how you can generate Java code for tables in databases. Also see JQA0802.ZIP.
Java Q&A by Mark Seaman Listing One // Copyright (c) 2000, Mark J. Seaman /** Maintains information about a column of a database table. It is designed * to be stored in a hashtable and passed to the DBUtils class methods * @author ...


