Klasse View
java.lang.Object
org.apache.torque.templates.model.View
The model of the view tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungWhether the data object class is abstract.The base class of the data object class.The base class of the peer class.The columns of this view.The complete SQL for creating the view.A description of the view.The unqualified name of the data object class.The view's name.The options for this view.The database to which this view belongs.Whether sql generation should be skipped.The remainder of the sql for the view after column definitions. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
parent
The database to which this view belongs. -
optionList
The options for this view. -
columnList
The columns of this view. -
name
The view's name. -
baseClass
The base class of the data object class. -
basePeer
The base class of the peer class. -
_abstract
Whether the data object class is abstract. -
javaName
The unqualified name of the data object class. If null, the class name will be determined from the name attribute. -
sqlSuffix
The remainder of the sql for the view after column definitions. -
createSql
The complete SQL for creating the view. If set, overrides all other means of generating the SQL for view creation. -
skipSql
Whether sql generation should be skipped. -
description
A description of the view.
-
-
Konstruktordetails
-
View
public View()
-