Description
New feature description:
Views can be created via XML. For this, a new tag <view> should be added to the schema XML. The sql attribute of the view element is used to create the view- All columns must be described by normal <column> elements.
Peer classes should be created for views which offer read-only methods only.
Database objects should be created for views, which have public getters but protected setters.