I\'m writing a program using jdbc that will be an interface to database(smth like CRUD aplication). I assume that I have to write a class(e.g. DBCLass) that wil
DBCLass
You want to use the DBTable component from the QuickTable project.
DBTable
Check this SO answer with sample code usage.