java.lang.Object
org.jooq.meta.jaxb.SyntheticSynonymType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for SyntheticSynonymType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticSynonymType">
<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="table" 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 synonym.getName()The synonym name.The defining schema of the synonym.getTable()A regular expression matching a table to which to apply this synthetic synonym.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 synonym.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 synonym name.voidThe defining schema of the synonym.voidA regular expression matching a table to which to apply this synthetic synonym.toString()withCatalog(String value) The defining catalog of the synonym.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 synonym name.withSchema(String value) The defining schema of the synonym.A regular expression matching a table to which to apply this synthetic synonym.
-
Felddetails
-
catalog
-
schema
-
name
-
table
-
ignoreUnused
-
-
Konstruktordetails
-
SyntheticSynonymType
public SyntheticSynonymType()
-
-
Methodendetails
-
getCatalog
The defining catalog of the synonym. -
setCatalog
The defining catalog of the synonym. -
getSchema
The defining schema of the synonym. -
setSchema
The defining schema of the synonym. -
getName
The synonym name. -
setName
The synonym name. -
getTable
A regular expression matching a table to which to apply this synthetic synonym. -
setTable
A regular expression matching a table to which to apply this synthetic synonym. -
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 synonym. -
withSchema
The defining schema of the synonym. -
withName
The synonym name. -
withTable
A regular expression matching a table to which to apply this synthetic synonym. -
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()
-