Module org.jooq

Class Index

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class Index
    extends Object
    implements Serializable, XMLAppendable

    Java class for Index complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Index">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="index_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="index_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="index_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="table_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="table_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="is_unique" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • indexCatalog

        protected String indexCatalog
      • indexSchema

        protected String indexSchema
      • indexName

        protected String indexName
      • tableCatalog

        protected String tableCatalog
      • tableSchema

        protected String tableSchema
      • tableName

        protected String tableName
      • isUnique

        protected Boolean isUnique
      • comment

        protected String comment
    • Constructor Detail

      • Index

        public Index()
    • Method Detail

      • getIndexCatalog

        public String getIndexCatalog()
      • setIndexCatalog

        public void setIndexCatalog​(String value)
      • getIndexSchema

        public String getIndexSchema()
      • setIndexSchema

        public void setIndexSchema​(String value)
      • getIndexName

        public String getIndexName()
      • setIndexName

        public void setIndexName​(String value)
      • getTableCatalog

        public String getTableCatalog()
      • setTableCatalog

        public void setTableCatalog​(String value)
      • getTableSchema

        public String getTableSchema()
      • setTableSchema

        public void setTableSchema​(String value)
      • getTableName

        public String getTableName()
      • setTableName

        public void setTableName​(String value)
      • isIsUnique

        public Boolean isIsUnique()
        Gets the value of the isUnique property.
        Returns:
        possible object is Boolean
      • setIsUnique

        public void setIsUnique​(Boolean value)
        Sets the value of the isUnique property.
        Parameters:
        value - allowed object is Boolean
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String value)
      • withIndexCatalog

        public Index withIndexCatalog​(String value)
      • withIndexSchema

        public Index withIndexSchema​(String value)
      • withIndexName

        public Index withIndexName​(String value)
      • withTableCatalog

        public Index withTableCatalog​(String value)
      • withTableSchema

        public Index withTableSchema​(String value)
      • withTableName

        public Index withTableName​(String value)
      • withIsUnique

        public Index withIsUnique​(Boolean value)
      • withComment

        public Index withComment​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object