java.lang.Object
org.jooq.meta.jaxb.SyntheticReadonlyRowidType
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for SyntheticReadonlyRowidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticReadonlyRowidType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tables" 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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetName()The optional ROWID column name.A regular expression matching all tables on which to apply this synthetic ROWID.inthashCode()Set this flag to true if no warning should be logged if this object was not used by a code generation run.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 optional ROWID column name.voidA regular expression matching all tables on which to apply this synthetic ROWID.toString()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 optional ROWID column name.withTables(String value) A regular expression matching all tables on which to apply this synthetic ROWID.
-
Field Details
-
name
-
tables
-
ignoreUnused
-
-
Constructor Details
-
SyntheticReadonlyRowidType
public SyntheticReadonlyRowidType()
-
-
Method Details
-
getName
The optional ROWID column name. -
setName
The optional ROWID column name. -
getTables
A regular expression matching all tables on which to apply this synthetic ROWID. -
setTables
A regular expression matching all tables on which to apply this synthetic ROWID. -
isIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Returns:
- 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.- Parameters:
value- allowed object isBoolean
-
withName
The optional ROWID column name. -
withTables
A regular expression matching all tables on which to apply this synthetic ROWID. -
withIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-