Module org.jooq

Class IndexColumnUsage

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class IndexColumnUsage
    extends Object
    implements Serializable, XMLAppendable

    Java class for IndexColumnUsage complex type.

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

     <complexType name="IndexColumnUsage">
       <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="column_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="is_descending" type="{http://www.w3.org/2001/XMLSchema}boolean" 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
      • columnName

        protected String columnName
      • ordinalPosition

        protected int ordinalPosition
      • isDescending

        protected Boolean isDescending
    • Constructor Detail

      • IndexColumnUsage

        public IndexColumnUsage()
    • Method Detail

      • getIndexCatalog

        public String getIndexCatalog()
        Gets the value of the indexCatalog property.
        Returns:
        possible object is String
      • setIndexCatalog

        public void setIndexCatalog​(String value)
        Sets the value of the indexCatalog property.
        Parameters:
        value - allowed object is String
      • getIndexSchema

        public String getIndexSchema()
        Gets the value of the indexSchema property.
        Returns:
        possible object is String
      • setIndexSchema

        public void setIndexSchema​(String value)
        Sets the value of the indexSchema property.
        Parameters:
        value - allowed object is String
      • getIndexName

        public String getIndexName()
        Gets the value of the indexName property.
        Returns:
        possible object is String
      • setIndexName

        public void setIndexName​(String value)
        Sets the value of the indexName property.
        Parameters:
        value - allowed object is String
      • getTableCatalog

        public String getTableCatalog()
        Gets the value of the tableCatalog property.
        Returns:
        possible object is String
      • setTableCatalog

        public void setTableCatalog​(String value)
        Sets the value of the tableCatalog property.
        Parameters:
        value - allowed object is String
      • getTableSchema

        public String getTableSchema()
        Gets the value of the tableSchema property.
        Returns:
        possible object is String
      • setTableSchema

        public void setTableSchema​(String value)
        Sets the value of the tableSchema property.
        Parameters:
        value - allowed object is String
      • getTableName

        public String getTableName()
        Gets the value of the tableName property.
        Returns:
        possible object is String
      • setTableName

        public void setTableName​(String value)
        Sets the value of the tableName property.
        Parameters:
        value - allowed object is String
      • getColumnName

        public String getColumnName()
        Gets the value of the columnName property.
        Returns:
        possible object is String
      • setColumnName

        public void setColumnName​(String value)
        Sets the value of the columnName property.
        Parameters:
        value - allowed object is String
      • getOrdinalPosition

        public int getOrdinalPosition()
        Gets the value of the ordinalPosition property.
      • setOrdinalPosition

        public void setOrdinalPosition​(int value)
        Sets the value of the ordinalPosition property.
      • isIsDescending

        public Boolean isIsDescending()
        Gets the value of the isDescending property.
        Returns:
        possible object is Boolean
      • setIsDescending

        public void setIsDescending​(Boolean value)
        Sets the value of the isDescending property.
        Parameters:
        value - allowed object is Boolean
      • withOrdinalPosition

        public IndexColumnUsage withOrdinalPosition​(int value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object