Module org.jooq

Class Index

java.lang.Object
org.jooq.util.xml.jaxb.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:
  • Field Details Link icon

    • indexCatalog Link icon

      protected String indexCatalog
    • indexSchema Link icon

      protected String indexSchema
    • indexName Link icon

      protected String indexName
    • tableCatalog Link icon

      protected String tableCatalog
    • tableSchema Link icon

      protected String tableSchema
    • tableName Link icon

      protected String tableName
    • isUnique Link icon

      protected Boolean isUnique
    • comment Link icon

      protected String comment
  • Constructor Details Link icon

    • Index Link icon

      public Index()
  • Method Details Link icon

    • getIndexCatalog Link icon

      public String getIndexCatalog()
    • setIndexCatalog Link icon

      public void setIndexCatalog(String value)
    • getIndexSchema Link icon

      public String getIndexSchema()
    • setIndexSchema Link icon

      public void setIndexSchema(String value)
    • getIndexName Link icon

      public String getIndexName()
    • setIndexName Link icon

      public void setIndexName(String value)
    • getTableCatalog Link icon

      public String getTableCatalog()
    • setTableCatalog Link icon

      public void setTableCatalog(String value)
    • getTableSchema Link icon

      public String getTableSchema()
    • setTableSchema Link icon

      public void setTableSchema(String value)
    • getTableName Link icon

      public String getTableName()
    • setTableName Link icon

      public void setTableName(String value)
    • isIsUnique Link icon

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

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

      public String getComment()
    • setComment Link icon

      public void setComment(String value)
    • withIndexCatalog Link icon

      public Index withIndexCatalog(String value)
    • withIndexSchema Link icon

      public Index withIndexSchema(String value)
    • withIndexName Link icon

      public Index withIndexName(String value)
    • withTableCatalog Link icon

      public Index withTableCatalog(String value)
    • withTableSchema Link icon

      public Index withTableSchema(String value)
    • withTableName Link icon

      public Index withTableName(String value)
    • withIsUnique Link icon

      public Index withIsUnique(Boolean value)
    • withComment Link icon

      public Index withComment(String value)
    • appendTo Link icon

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object