java.lang.Object
org.jooq.util.xml.jaxb.KeyColumnUsage
- All Implemented Interfaces:
- Serializable,- XMLAppendable
Java class for KeyColumnUsage complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="KeyColumnUsage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="column_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="constraint_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="constraint_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="constraint_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <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"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanintinthashCode()voidsetColumnName(String value) voidsetConstraintCatalog(String value) voidsetConstraintName(String value) voidsetConstraintSchema(String value) voidsetOrdinalPosition(int value) voidsetTableCatalog(String value) voidsetTableName(String value) voidsetTableSchema(String value) toString()withColumnName(String value) withConstraintCatalog(String value) withConstraintName(String value) withConstraintSchema(String value) withOrdinalPosition(int value) withTableCatalog(String value) withTableName(String value) withTableSchema(String value) 
- 
Field Details- 
columnName
- 
constraintCatalog
- 
constraintSchema
- 
constraintName
- 
ordinalPositionprotected int ordinalPosition
- 
tableCatalog
- 
tableSchema
- 
tableName
 
- 
- 
Constructor Details- 
KeyColumnUsagepublic KeyColumnUsage()
 
- 
- 
Method Details- 
getColumnName
- 
setColumnName
- 
getConstraintCatalog
- 
setConstraintCatalog
- 
getConstraintSchema
- 
setConstraintSchema
- 
getConstraintName
- 
setConstraintName
- 
getOrdinalPositionpublic int getOrdinalPosition()
- 
setOrdinalPositionpublic void setOrdinalPosition(int value) 
- 
getTableCatalog
- 
setTableCatalog
- 
getTableSchema
- 
setTableSchema
- 
getTableName
- 
setTableName
- 
withColumnName
- 
withConstraintCatalog
- 
withConstraintSchema
- 
withConstraintName
- 
withOrdinalPosition
- 
withTableCatalog
- 
withTableSchema
- 
withTableName
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-