java.lang.Object
org.jooq.meta.jaxb.SyntheticReadonlyRowidType
- Alle implementierten Schnittstellen:
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"/>
</all>
</restriction>
</complexContent>
</complexType>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleangetName()The optional ROWID column name.A regular expression matching all tables on which to apply this synthetic ROWID.inthashCode()voidThe optional ROWID column name.voidA regular expression matching all tables on which to apply this synthetic ROWID.toString()The optional ROWID column name.withTables(String value) A regular expression matching all tables on which to apply this synthetic ROWID.
-
Felddetails
-
name
-
tables
-
-
Konstruktordetails
-
SyntheticReadonlyRowidType
public SyntheticReadonlyRowidType()
-
-
Methodendetails
-
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. -
withName
The optional ROWID column name. -
withTables
A regular expression matching all tables on which to apply this synthetic ROWID. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-