nz.co.gregs.dbvolution.columns.package-info Maven / Gradle / Ivy
/**
* Classes For Creating Portable References To Database Columns In Java Classes.
*
* Columns are an abstract concept that allows the programmer to collect the
* table, row, and field information in one object.
*
* I've been writing SQL for 20 years and DBV is easier, I hope you like it.
*
* Gregory Graham
*/
package nz.co.gregs.dbvolution.columns;