Package com.invirgance.convirgance.jdbc.schema


package com.invirgance.convirgance.jdbc.schema
Provides classes that represent different database schema objects. These can be used to create logic based off of the object metadata. For example getting the correct table from a database, with tables of the same name. Then comparing that table to another table in a different schema to see if a certain column has a compatible data-type. Branching your logic on this predicate.
Since:
1.0
Author:
jbanes