Package org.sqlorm.metadatadumper

Interface Summary
IColumnName Marker interface to denote a class representing a database column
ITableName Marker interface to denote a certain class represents the name of a table
 

Class Summary
ConnectionInfo helper class for the ConstantsDump class containing parsed user command line arguments
ConstantsDump Class to read meta data from a database and create classes containing constants based upon that meta data.
FormatInfo helper class for the ConstantsDump class containing parsed user command line arguments *
ResultSetForMetaData Helper class to make interactions with java.sql.ResultSet more natural when using the package org.sqlorm.metadatadumper.ConstantsDump.
ThreeDHashMap<K1,K2,K3,V> helper classes lended from the spiffy framework as we don't want to tie into using the official spiffyframework.jar just yet...