Module org.jooq

Class View

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

public class View extends Object implements Serializable, XMLAppendable

Java class for View complex type.

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

 <complexType name="View">
   <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="view_definition" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

    • tableCatalog

      protected String tableCatalog
    • tableSchema

      protected String tableSchema
    • tableName

      protected String tableName
    • viewDefinition

      protected String viewDefinition
  • Constructor Details

    • View

      public View()
  • Method Details

    • getTableCatalog

      public String getTableCatalog()
    • setTableCatalog

      public void setTableCatalog(String value)
    • getTableSchema

      public String getTableSchema()
    • setTableSchema

      public void setTableSchema(String value)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String value)
    • getViewDefinition

      public String getViewDefinition()
    • setViewDefinition

      public void setViewDefinition(String value)
    • withTableCatalog

      public View withTableCatalog(String value)
    • withTableSchema

      public View withTableSchema(String value)
    • withTableName

      public View withTableName(String value)
    • withViewDefinition

      public View withViewDefinition(String value)
    • appendTo

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object