http://bndev.sourceforge.net
Database API [1]
nGetting all available attributes:
List l = db.getAttributes(); nGetting satellite attributes (non-primary key and non-reference key):
List l = db.getRelevantAttributes();
// In case of single table, getAttributes == getRelevantAttributes()