Uses of Class
org.apache.torque.templates.model.View
-
Packages that use View Package Description org.apache.torque.templates.model This package contains the typed model for the torque schema. -
-
Uses of View in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as View Modifier and Type Field Description View
ViewColumn. parent
The view to which the view column belongs.Fields in org.apache.torque.templates.model with type parameters of type View Modifier and Type Field Description List<View>
Database. allViews
List of all views, including the views from loaded external-schema definitions.List<View>
Database. viewList
The list of views for this database.
-