java.lang.Object
org.jooq.meta.jaxb.SyntheticViewType
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for SyntheticViewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticViewType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThe defining catalog of the view.The defining comment on the view.getName()The defining name of the view.The defining schema of the view.getSql()The defining SQL query.inthashCode()voidsetCatalog(String value) The defining catalog of the view.voidsetComment(String value) The defining comment on the view.voidThe defining name of the view.voidThe defining schema of the view.voidThe defining SQL query.toString()withCatalog(String value) The defining catalog of the view.withComment(String value) The defining comment on the view.The defining name of the view.withSchema(String value) The defining schema of the view.The defining SQL query.
-
Field Details
-
catalog
-
schema
-
name
-
comment
-
sql
-
-
Constructor Details
-
SyntheticViewType
public SyntheticViewType()
-
-
Method Details
-
getCatalog
The defining catalog of the view. -
setCatalog
The defining catalog of the view. -
getSchema
The defining schema of the view. -
setSchema
The defining schema of the view. -
getName
The defining name of the view. -
setName
The defining name of the view. -
getComment
The defining comment on the view. -
setComment
The defining comment on the view. -
getSql
The defining SQL query. -
setSql
The defining SQL query. -
withCatalog
The defining catalog of the view. -
withSchema
The defining schema of the view. -
withName
The defining name of the view. -
withComment
The defining comment on the view. -
withSql
The defining SQL query. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-