java.lang.Object
org.jooq.util.xml.jaxb.IndexColumnUsage
- All Implemented Interfaces:
- 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:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanintinthashCode()Gets the value of the isDescending property.voidsetColumnName(String value) voidsetIndexCatalog(String value) voidsetIndexName(String value) voidsetIndexSchema(String value) voidsetIsDescending(Boolean value) Sets the value of the isDescending property.voidsetOrdinalPosition(int value) voidsetTableCatalog(String value) voidsetTableName(String value) voidsetTableSchema(String value) toString()withColumnName(String value) withIndexCatalog(String value) withIndexName(String value) withIndexSchema(String value) withIsDescending(Boolean value) withOrdinalPosition(int value) withTableCatalog(String value) withTableName(String value) withTableSchema(String value) 
- 
Field Details- 
indexCatalog
- 
indexSchema
- 
indexName
- 
tableCatalog
- 
tableSchema
- 
tableName
- 
columnName
- 
ordinalPositionprotected int ordinalPosition
- 
isDescending
 
- 
- 
Constructor Details- 
IndexColumnUsagepublic IndexColumnUsage()
 
- 
- 
Method Details- 
getIndexCatalog
- 
setIndexCatalog
- 
getIndexSchema
- 
setIndexSchema
- 
getIndexName
- 
setIndexName
- 
getTableCatalog
- 
setTableCatalog
- 
getTableSchema
- 
setTableSchema
- 
getTableName
- 
setTableName
- 
getColumnName
- 
setColumnName
- 
getOrdinalPositionpublic int getOrdinalPosition()
- 
setOrdinalPositionpublic void setOrdinalPosition(int value) 
- 
isIsDescendingGets the value of the isDescending property.- Returns:
- possible object is
     Boolean
 
- 
setIsDescendingSets the value of the isDescending property.- Parameters:
- value- allowed object is- Boolean
 
- 
withIndexCatalog
- 
withIndexSchema
- 
withIndexName
- 
withTableCatalog
- 
withTableSchema
- 
withTableName
- 
withColumnName
- 
withOrdinalPosition
- 
withIsDescending
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-