public class Routine extends Object implements Serializable
Java class for Routine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Routine"> <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" minOccurs="0"/> <element name="routine_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="routine_type" type="{http://www.jooq.org/xsd/jooq-meta-3.11.0.xsd}RoutineType"/> <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="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 String |
routineCatalog |
protected String |
routineName |
protected String |
routinePackage |
protected String |
routineSchema |
protected RoutineType |
routineType |
protected String |
specificCatalog |
protected String |
specificName |
protected String |
specificPackage |
protected String |
specificSchema |
Constructor and Description |
---|
Routine() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
Integer |
getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getDataType()
Gets the value of the dataType property.
|
Integer |
getNumericPrecision()
Gets the value of the numericPrecision property.
|
Integer |
getNumericScale()
Gets the value of the numericScale property.
|
String |
getRoutineCatalog()
Gets the value of the routineCatalog property.
|
String |
getRoutineName()
Gets the value of the routineName property.
|
String |
getRoutinePackage()
Gets the value of the routinePackage property.
|
String |
getRoutineSchema()
Gets the value of the routineSchema property.
|
RoutineType |
getRoutineType()
Gets the value of the routineType property.
|
String |
getSpecificCatalog()
Gets the value of the specificCatalog property.
|
String |
getSpecificName()
Gets the value of the specificName property.
|
String |
getSpecificPackage()
Gets the value of the specificPackage property.
|
String |
getSpecificSchema()
Gets the value of the specificSchema property.
|
int |
hashCode() |
void |
setCharacterMaximumLength(Integer value)
Sets the value of the characterMaximumLength property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setNumericPrecision(Integer value)
Sets the value of the numericPrecision property.
|
void |
setNumericScale(Integer value)
Sets the value of the numericScale property.
|
void |
setRoutineCatalog(String value)
Sets the value of the routineCatalog property.
|
void |
setRoutineName(String value)
Sets the value of the routineName property.
|
void |
setRoutinePackage(String value)
Sets the value of the routinePackage property.
|
void |
setRoutineSchema(String value)
Sets the value of the routineSchema property.
|
void |
setRoutineType(RoutineType value)
Sets the value of the routineType property.
|
void |
setSpecificCatalog(String value)
Sets the value of the specificCatalog property.
|
void |
setSpecificName(String value)
Sets the value of the specificName property.
|
void |
setSpecificPackage(String value)
Sets the value of the specificPackage property.
|
void |
setSpecificSchema(String value)
Sets the value of the specificSchema property.
|
String |
toString() |
Routine |
withCharacterMaximumLength(Integer value) |
Routine |
withComment(String value) |
Routine |
withDataType(String value) |
Routine |
withNumericPrecision(Integer value) |
Routine |
withNumericScale(Integer value) |
Routine |
withRoutineCatalog(String value) |
Routine |
withRoutineName(String value) |
Routine |
withRoutinePackage(String value) |
Routine |
withRoutineSchema(String value) |
Routine |
withRoutineType(RoutineType value) |
Routine |
withSpecificCatalog(String value) |
Routine |
withSpecificName(String value) |
Routine |
withSpecificPackage(String value) |
Routine |
withSpecificSchema(String value) |
protected String specificCatalog
protected String specificSchema
protected String specificPackage
protected String specificName
protected String routineCatalog
protected String routineSchema
protected String routinePackage
protected String routineName
protected RoutineType routineType
protected String dataType
protected Integer characterMaximumLength
protected Integer numericPrecision
protected Integer numericScale
protected String comment
public String getSpecificCatalog()
String
public void setSpecificCatalog(String value)
value
- allowed object is
String
public String getSpecificSchema()
String
public void setSpecificSchema(String value)
value
- allowed object is
String
public String getSpecificPackage()
String
public void setSpecificPackage(String value)
value
- allowed object is
String
public String getSpecificName()
String
public void setSpecificName(String value)
value
- allowed object is
String
public String getRoutineCatalog()
String
public void setRoutineCatalog(String value)
value
- allowed object is
String
public String getRoutineSchema()
String
public void setRoutineSchema(String value)
value
- allowed object is
String
public String getRoutinePackage()
String
public void setRoutinePackage(String value)
value
- allowed object is
String
public String getRoutineName()
String
public void setRoutineName(String value)
value
- allowed object is
String
public RoutineType getRoutineType()
RoutineType
public void setRoutineType(RoutineType value)
value
- allowed object is
RoutineType
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public Integer getCharacterMaximumLength()
Integer
public void setCharacterMaximumLength(Integer value)
value
- allowed object is
Integer
public Integer getNumericPrecision()
Integer
public void setNumericPrecision(Integer value)
value
- allowed object is
Integer
public Integer getNumericScale()
Integer
public void setNumericScale(Integer value)
value
- allowed object is
Integer
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public Routine withRoutineType(RoutineType value)
Copyright © 2019. All rights reserved.