java.lang.Object
org.jooq.meta.jaxb.SyntheticViewType
- Alle implementierten Schnittstellen:
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"/>
<element name="ignoreUnused" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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()Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidsetCatalog(String value) The defining catalog of the view.voidsetComment(String value) The defining comment on the view.voidsetIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.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.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.The defining name of the view.withSchema(String value) The defining schema of the view.The defining SQL query.
-
Felddetails
-
catalog
-
schema
-
name
-
comment
-
sql
-
ignoreUnused
-
-
Konstruktordetails
-
SyntheticViewType
public SyntheticViewType()
-
-
Methodendetails
-
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. -
isIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Gibt zurück:
- possible object is
Boolean
-
setIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Parameter:
value- allowed object isBoolean
-
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. -
withIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-