java.lang.Object
org.jooq.meta.jaxb.SyntheticColumnType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for SyntheticColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticColumnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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 column comment.getName()The column name.A regular expression matching all tables on which to apply this synthetic readonly column.getType()The column type.inthashCode()Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidsetComment(String value) The column comment.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 column name.voidA regular expression matching all tables on which to apply this synthetic readonly column.voidThe column type.toString()withComment(String value) The column comment.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 column name.withTables(String value) A regular expression matching all tables on which to apply this synthetic readonly column.The column type.
-
Felddetails
-
tables
-
name
-
type
-
comment
-
ignoreUnused
-
-
Konstruktordetails
-
SyntheticColumnType
public SyntheticColumnType()
-
-
Methodendetails
-
getTables
A regular expression matching all tables on which to apply this synthetic readonly column. -
setTables
A regular expression matching all tables on which to apply this synthetic readonly column. -
getName
The column name. -
setName
The column name. -
getType
The column type. -
setType
The column type. -
getComment
The column comment. -
setComment
The column comment. -
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
-
withTables
A regular expression matching all tables on which to apply this synthetic readonly column. -
withName
The column name. -
withType
The column type. -
withComment
The column comment. -
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()
-