Module org.jooq

Class Column

java.lang.Object
org.jooq.util.xml.jaxb.Column
All Implemented Interfaces:
Serializable, XMLAppendable

public class Column extends Object implements Serializable, XMLAppendable

Java class for Column complex type.

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

 <complexType name="Column">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <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="data_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="character_maximum_length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="numeric_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="numeric_scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="domain_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domain_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domain_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="udt_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="udt_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="udt_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="identity_generation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="is_nullable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="column_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="is_generated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="generation_expression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="generation_option" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details Link icon

    • tableCatalog Link icon

      protected String tableCatalog
    • tableSchema Link icon

      protected String tableSchema
    • tableName Link icon

      protected String tableName
    • columnName Link icon

      protected String columnName
    • dataType Link icon

      protected String dataType
    • characterMaximumLength Link icon

      protected Integer characterMaximumLength
    • numericPrecision Link icon

      protected Integer numericPrecision
    • numericScale Link icon

      protected Integer numericScale
    • domainCatalog Link icon

      protected String domainCatalog
    • domainSchema Link icon

      protected String domainSchema
    • domainName Link icon

      protected String domainName
    • udtCatalog Link icon

      protected String udtCatalog
    • udtSchema Link icon

      protected String udtSchema
    • udtName Link icon

      protected String udtName
    • ordinalPosition Link icon

      protected Integer ordinalPosition
    • identityGeneration Link icon

      protected String identityGeneration
    • isNullable Link icon

      protected Boolean isNullable
    • columnDefault Link icon

      protected String columnDefault
    • comment Link icon

      protected String comment
    • readonly Link icon

      protected Boolean readonly
    • isGenerated Link icon

      protected Boolean isGenerated
    • generationExpression Link icon

      protected String generationExpression
    • generationOption Link icon

      protected String generationOption
  • Constructor Details Link icon

    • Column Link icon

      public Column()
  • Method Details Link icon

    • 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)
    • getColumnName Link icon

      public String getColumnName()
    • setColumnName Link icon

      public void setColumnName(String value)
    • getDataType Link icon

      public String getDataType()
    • setDataType Link icon

      public void setDataType(String value)
    • getCharacterMaximumLength Link icon

      public Integer getCharacterMaximumLength()
    • setCharacterMaximumLength Link icon

      public void setCharacterMaximumLength(Integer value)
    • getNumericPrecision Link icon

      public Integer getNumericPrecision()
    • setNumericPrecision Link icon

      public void setNumericPrecision(Integer value)
    • getNumericScale Link icon

      public Integer getNumericScale()
    • setNumericScale Link icon

      public void setNumericScale(Integer value)
    • getDomainCatalog Link icon

      public String getDomainCatalog()
    • setDomainCatalog Link icon

      public void setDomainCatalog(String value)
    • getDomainSchema Link icon

      public String getDomainSchema()
    • setDomainSchema Link icon

      public void setDomainSchema(String value)
    • getDomainName Link icon

      public String getDomainName()
    • setDomainName Link icon

      public void setDomainName(String value)
    • getUdtCatalog Link icon

      public String getUdtCatalog()
    • setUdtCatalog Link icon

      public void setUdtCatalog(String value)
    • getUdtSchema Link icon

      public String getUdtSchema()
    • setUdtSchema Link icon

      public void setUdtSchema(String value)
    • getUdtName Link icon

      public String getUdtName()
    • setUdtName Link icon

      public void setUdtName(String value)
    • getOrdinalPosition Link icon

      public Integer getOrdinalPosition()
    • setOrdinalPosition Link icon

      public void setOrdinalPosition(Integer value)
    • getIdentityGeneration Link icon

      public String getIdentityGeneration()
    • setIdentityGeneration Link icon

      public void setIdentityGeneration(String value)
    • isIsNullable Link icon

      public Boolean isIsNullable()
      Gets the value of the isNullable property.
      Returns:
      possible object is Boolean
    • setIsNullable Link icon

      public void setIsNullable(Boolean value)
      Sets the value of the isNullable property.
      Parameters:
      value - allowed object is Boolean
    • getColumnDefault Link icon

      public String getColumnDefault()
    • setColumnDefault Link icon

      public void setColumnDefault(String value)
    • getComment Link icon

      public String getComment()
    • setComment Link icon

      public void setComment(String value)
    • isReadonly Link icon

      public Boolean isReadonly()
      Gets the value of the readonly property.
      Returns:
      possible object is Boolean
    • setReadonly Link icon

      public void setReadonly(Boolean value)
      Sets the value of the readonly property.
      Parameters:
      value - allowed object is Boolean
    • isIsGenerated Link icon

      public Boolean isIsGenerated()
      Gets the value of the isGenerated property.
      Returns:
      possible object is Boolean
    • setIsGenerated Link icon

      public void setIsGenerated(Boolean value)
      Sets the value of the isGenerated property.
      Parameters:
      value - allowed object is Boolean
    • getGenerationExpression Link icon

      public String getGenerationExpression()
    • setGenerationExpression Link icon

      public void setGenerationExpression(String value)
    • getGenerationOption Link icon

      public String getGenerationOption()
    • setGenerationOption Link icon

      public void setGenerationOption(String value)
    • withTableCatalog Link icon

      public Column withTableCatalog(String value)
    • withTableSchema Link icon

      public Column withTableSchema(String value)
    • withTableName Link icon

      public Column withTableName(String value)
    • withColumnName Link icon

      public Column withColumnName(String value)
    • withDataType Link icon

      public Column withDataType(String value)
    • withCharacterMaximumLength Link icon

      public Column withCharacterMaximumLength(Integer value)
    • withNumericPrecision Link icon

      public Column withNumericPrecision(Integer value)
    • withNumericScale Link icon

      public Column withNumericScale(Integer value)
    • withDomainCatalog Link icon

      public Column withDomainCatalog(String value)
    • withDomainSchema Link icon

      public Column withDomainSchema(String value)
    • withDomainName Link icon

      public Column withDomainName(String value)
    • withUdtCatalog Link icon

      public Column withUdtCatalog(String value)
    • withUdtSchema Link icon

      public Column withUdtSchema(String value)
    • withUdtName Link icon

      public Column withUdtName(String value)
    • withOrdinalPosition Link icon

      public Column withOrdinalPosition(Integer value)
    • withIdentityGeneration Link icon

      public Column withIdentityGeneration(String value)
    • withIsNullable Link icon

      public Column withIsNullable(Boolean value)
    • withColumnDefault Link icon

      public Column withColumnDefault(String value)
    • withComment Link icon

      public Column withComment(String value)
    • withReadonly Link icon

      public Column withReadonly(Boolean value)
    • withIsGenerated Link icon

      public Column withIsGenerated(Boolean value)
    • withGenerationExpression Link icon

      public Column withGenerationExpression(String value)
    • withGenerationOption Link icon

      public Column withGenerationOption(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