Class 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:
    Serialized Form
    • Constructor Detail

      • SyntheticReadonlyRowidType

        public SyntheticReadonlyRowidType()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object