java.lang.Object
org.jooq.util.xml.jaxb.View
- All Implemented Interfaces:
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
void
setTableCatalog
(String value) void
setTableName
(String value) void
setTableSchema
(String value) void
setViewDefinition
(String value) toString()
withTableCatalog
(String value) withTableName
(String value) withTableSchema
(String value) withViewDefinition
(String value)
-
Field Details
-
tableCatalog
-
tableSchema
-
tableName
-
viewDefinition
-
-
Constructor Details
-
View
public View()
-
-
Method Details
-
getTableCatalog
-
setTableCatalog
-
getTableSchema
-
setTableSchema
-
getTableName
-
setTableName
-
getViewDefinition
-
setViewDefinition
-
withTableCatalog
-
withTableSchema
-
withTableName
-
withViewDefinition
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-