public class Routine
extends java.lang.Object
implements java.io.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.10.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"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
characterMaximumLength |
protected java.lang.String |
dataType |
protected java.lang.Integer |
numericPrecision |
protected java.lang.Integer |
numericScale |
protected java.lang.String |
routineCatalog |
protected java.lang.String |
routineName |
protected java.lang.String |
routinePackage |
protected java.lang.String |
routineSchema |
protected RoutineType |
routineType |
protected java.lang.String |
specificCatalog |
protected java.lang.String |
specificName |
protected java.lang.String |
specificPackage |
protected java.lang.String |
specificSchema |
Constructor and Description |
---|
Routine() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.
|
java.lang.String |
getDataType()
Gets the value of the dataType property.
|
java.lang.Integer |
getNumericPrecision()
Gets the value of the numericPrecision property.
|
java.lang.Integer |
getNumericScale()
Gets the value of the numericScale property.
|
java.lang.String |
getRoutineCatalog()
Gets the value of the routineCatalog property.
|
java.lang.String |
getRoutineName()
Gets the value of the routineName property.
|
java.lang.String |
getRoutinePackage()
Gets the value of the routinePackage property.
|
java.lang.String |
getRoutineSchema()
Gets the value of the routineSchema property.
|
RoutineType |
getRoutineType()
Gets the value of the routineType property.
|
java.lang.String |
getSpecificCatalog()
Gets the value of the specificCatalog property.
|
java.lang.String |
getSpecificName()
Gets the value of the specificName property.
|
java.lang.String |
getSpecificPackage()
Gets the value of the specificPackage property.
|
java.lang.String |
getSpecificSchema()
Gets the value of the specificSchema property.
|
void |
setCharacterMaximumLength(java.lang.Integer value)
Sets the value of the characterMaximumLength property.
|
void |
setDataType(java.lang.String value)
Sets the value of the dataType property.
|
void |
setNumericPrecision(java.lang.Integer value)
Sets the value of the numericPrecision property.
|
void |
setNumericScale(java.lang.Integer value)
Sets the value of the numericScale property.
|
void |
setRoutineCatalog(java.lang.String value)
Sets the value of the routineCatalog property.
|
void |
setRoutineName(java.lang.String value)
Sets the value of the routineName property.
|
void |
setRoutinePackage(java.lang.String value)
Sets the value of the routinePackage property.
|
void |
setRoutineSchema(java.lang.String value)
Sets the value of the routineSchema property.
|
void |
setRoutineType(RoutineType value)
Sets the value of the routineType property.
|
void |
setSpecificCatalog(java.lang.String value)
Sets the value of the specificCatalog property.
|
void |
setSpecificName(java.lang.String value)
Sets the value of the specificName property.
|
void |
setSpecificPackage(java.lang.String value)
Sets the value of the specificPackage property.
|
void |
setSpecificSchema(java.lang.String value)
Sets the value of the specificSchema property.
|
Routine |
withCharacterMaximumLength(java.lang.Integer value) |
Routine |
withDataType(java.lang.String value) |
Routine |
withNumericPrecision(java.lang.Integer value) |
Routine |
withNumericScale(java.lang.Integer value) |
Routine |
withRoutineCatalog(java.lang.String value) |
Routine |
withRoutineName(java.lang.String value) |
Routine |
withRoutinePackage(java.lang.String value) |
Routine |
withRoutineSchema(java.lang.String value) |
Routine |
withRoutineType(RoutineType value) |
Routine |
withSpecificCatalog(java.lang.String value) |
Routine |
withSpecificName(java.lang.String value) |
Routine |
withSpecificPackage(java.lang.String value) |
Routine |
withSpecificSchema(java.lang.String value) |
protected java.lang.String specificCatalog
protected java.lang.String specificSchema
protected java.lang.String specificPackage
protected java.lang.String specificName
protected java.lang.String routineCatalog
protected java.lang.String routineSchema
protected java.lang.String routinePackage
protected java.lang.String routineName
protected RoutineType routineType
protected java.lang.String dataType
protected java.lang.Integer characterMaximumLength
protected java.lang.Integer numericPrecision
protected java.lang.Integer numericScale
public java.lang.String getSpecificCatalog()
String
public void setSpecificCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificSchema()
String
public void setSpecificSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificPackage()
String
public void setSpecificPackage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificName()
String
public void setSpecificName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRoutineCatalog()
String
public void setRoutineCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRoutineSchema()
String
public void setRoutineSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRoutinePackage()
String
public void setRoutinePackage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRoutineName()
String
public void setRoutineName(java.lang.String value)
value
- allowed object is
String
public RoutineType getRoutineType()
RoutineType
public void setRoutineType(RoutineType value)
value
- allowed object is
RoutineType
public java.lang.String getDataType()
String
public void setDataType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCharacterMaximumLength()
Integer
public void setCharacterMaximumLength(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getNumericPrecision()
Integer
public void setNumericPrecision(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getNumericScale()
Integer
public void setNumericScale(java.lang.Integer value)
value
- allowed object is
Integer
public Routine withSpecificCatalog(java.lang.String value)
public Routine withSpecificSchema(java.lang.String value)
public Routine withSpecificPackage(java.lang.String value)
public Routine withSpecificName(java.lang.String value)
public Routine withRoutineCatalog(java.lang.String value)
public Routine withRoutineSchema(java.lang.String value)
public Routine withRoutinePackage(java.lang.String value)
public Routine withRoutineName(java.lang.String value)
public Routine withRoutineType(RoutineType value)
public Routine withDataType(java.lang.String value)
public Routine withCharacterMaximumLength(java.lang.Integer value)
public Routine withNumericPrecision(java.lang.Integer value)
public Routine withNumericScale(java.lang.Integer value)
Copyright © 2018. All Rights Reserved.