This is the base class for all database columns that have a physical representation. i.e. either table or view columns (DBTableColumn oder DBViewColumn)
The column object describes a database column and thus provides metadata. Other non data model specific metadata may be added through attributes.
@see org.apache.empire.db.DBTableColumn
@see org.apache.empire.db.DBView.DBViewColumn
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.