public class View extends Object
| Modifier and Type | Field and Description | 
|---|---|
| Boolean | _abstractWhether the data object class is abstract. | 
| String | baseClassThe base class of the data object class. | 
| String | basePeerThe base class of the peer class. | 
| List<ViewColumn> | columnListThe columns of this view. | 
| String | createSqlThe complete SQL for creating the view. | 
| String | descriptionA description of the view. | 
| String | javaNameThe unqualified name of the data object class. | 
| String | nameThe view's name. | 
| List<Option> | optionListThe options for this view. | 
| Database | parentThe database to which this view belongs. | 
| Boolean | skipSqlWhether sql generation should be skipped. | 
| String | sqlSuffixThe remainder of the sql for the view after column definitions. | 
| Constructor and Description | 
|---|
| View() | 
public Database parent
public List<ViewColumn> columnList
public String name
public String baseClass
public String basePeer
public Boolean _abstract
public String javaName
public String sqlSuffix
public String createSql
public Boolean skipSql
public String description
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.