public class Parameter extends Object implements Serializable, XMLAppendable
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="specific_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="specific_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="specific_package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="specific_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="parameter_mode" type="{http://www.jooq.org/xsd/jooq-meta-3.14.0.xsd}ParameterMode"/> <element name="parameter_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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="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="parameter_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
characterMaximumLength |
protected String |
comment |
protected String |
dataType |
protected Integer |
numericPrecision |
protected Integer |
numericScale |
protected int |
ordinalPosition |
protected String |
parameterDefault |
protected ParameterMode |
parameterMode |
protected String |
parameterName |
protected String |
specificCatalog |
protected String |
specificName |
protected String |
specificPackage |
protected String |
specificSchema |
protected String |
udtCatalog |
protected String |
udtName |
protected String |
udtSchema |
Constructor and Description |
---|
Parameter() |
protected String specificCatalog
protected String specificSchema
protected String specificPackage
protected String specificName
protected int ordinalPosition
protected ParameterMode parameterMode
protected String parameterName
protected String dataType
protected Integer characterMaximumLength
protected Integer numericPrecision
protected Integer numericScale
protected String udtCatalog
protected String udtSchema
protected String udtName
protected String parameterDefault
protected String comment
public String getSpecificCatalog()
public void setSpecificCatalog(String value)
public String getSpecificSchema()
public void setSpecificSchema(String value)
public String getSpecificPackage()
public void setSpecificPackage(String value)
public String getSpecificName()
public void setSpecificName(String value)
public int getOrdinalPosition()
public void setOrdinalPosition(int value)
public ParameterMode getParameterMode()
public void setParameterMode(ParameterMode value)
public String getParameterName()
public void setParameterName(String value)
public String getDataType()
public void setDataType(String value)
public Integer getCharacterMaximumLength()
public void setCharacterMaximumLength(Integer value)
public Integer getNumericPrecision()
public void setNumericPrecision(Integer value)
public Integer getNumericScale()
public void setNumericScale(Integer value)
public String getUdtCatalog()
public void setUdtCatalog(String value)
public String getUdtSchema()
public void setUdtSchema(String value)
public String getUdtName()
public void setUdtName(String value)
public String getParameterDefault()
public void setParameterDefault(String value)
public String getComment()
public void setComment(String value)
public Parameter withOrdinalPosition(int value)
public Parameter withParameterMode(ParameterMode value)
public final void appendTo(XMLBuilder builder)
appendTo
in interface XMLAppendable
Copyright © 2021. All rights reserved.