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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
int
hashCode()
Gets the value of the isDescending property.void
setColumnName
(String value) void
setIndexCatalog
(String value) void
setIndexName
(String value) void
setIndexSchema
(String value) void
setIsDescending
(Boolean value) Sets the value of the isDescending property.void
setOrdinalPosition
(int value) void
setTableCatalog
(String value) void
setTableName
(String value) void
setTableSchema
(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
-
ordinalPosition
protected int ordinalPosition -
isDescending
-
-
Constructor Details
-
IndexColumnUsage
public IndexColumnUsage()
-
-
Method Details
-
getIndexCatalog
-
setIndexCatalog
-
getIndexSchema
-
setIndexSchema
-
getIndexName
-
setIndexName
-
getTableCatalog
-
setTableCatalog
-
getTableSchema
-
setTableSchema
-
getTableName
-
setTableName
-
getColumnName
-
setColumnName
-
getOrdinalPosition
public int getOrdinalPosition() -
setOrdinalPosition
public void setOrdinalPosition(int value) -
isIsDescending
Gets the value of the isDescending property.- Returns:
- possible object is
Boolean
-
setIsDescending
Sets the value of the isDescending property.- Parameters:
value
- allowed object isBoolean
-
withIndexCatalog
-
withIndexSchema
-
withIndexName
-
withTableCatalog
-
withTableSchema
-
withTableName
-
withColumnName
-
withOrdinalPosition
-
withIsDescending
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-