public class View extends Object
Modifier and Type | Field and Description |
---|---|
Boolean |
_abstract
Whether the data object class is abstract.
|
String |
baseClass
The base class of the data object class.
|
String |
basePeer
The base class of the peer class.
|
List<ViewColumn> |
columnList
The columns of this view.
|
String |
createSql
The complete SQL for creating the view.
|
String |
description
A description of the view.
|
String |
javaName
The unqualified name of the data object class.
|
String |
name
The view's name.
|
List<Option> |
optionList
The options for this view.
|
Database |
parent
The database to which this view belongs.
|
Boolean |
skipSql
Whether sql generation should be skipped.
|
String |
sqlSuffix
The 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.