Class SyntheticReadonlyRowidType

java.lang.Object
org.jooq.meta.jaxb.SyntheticReadonlyRowidType
All Implemented Interfaces:
Serializable, XMLAppendable

public class SyntheticReadonlyRowidType extends Object implements 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>
 
See Also:
  • Field Details

    • name

      protected String name
    • tables

      protected String tables
  • Constructor Details

    • SyntheticReadonlyRowidType

      public SyntheticReadonlyRowidType()
  • Method Details

    • getName

      public String getName()
      The optional ROWID column name.
    • setName

      public void setName(String value)
      The optional ROWID column name.
    • getTables

      public String getTables()
      A regular expression matching all tables on which to apply this synthetic ROWID.
    • setTables

      public void setTables(String value)
      A regular expression matching all tables on which to apply this synthetic ROWID.
    • withName

      public SyntheticReadonlyRowidType withName(String value)
      The optional ROWID column name.
    • withTables

      public SyntheticReadonlyRowidType withTables(String value)
      A regular expression matching all tables on which to apply this synthetic ROWID.
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object