public class ProcedureParameter extends BaseColumn
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcedureParameter.Type |
BaseColumn.NullTypeAbstractMetadataRecord.DataModifiable, AbstractMetadataRecord.ModifiableDEFAULT_HANDLING, DEFAULT_PRECISION, DEFAULT_SCALE, EXPRESSION_DEFAULT, OMIT_DEFAULT, SPATIAL_COORD_DIMENSION, SPATIAL_SRID, SPATIAL_TYPENAME_DELIM_CHAR, RELATIONAL_PREFIX| Constructor and Description |
|---|
ProcedureParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNativeType() |
Procedure |
getParent() |
ProcedureParameter.Type |
getType() |
boolean |
isOptional()
Deprecated.
|
boolean |
isVarArg() |
void |
setOptional(boolean optional)
Deprecated.
|
void |
setProcedure(Procedure procedure) |
void |
setType(ProcedureParameter.Type type) |
void |
setVarArg(boolean isVarArg) |
String |
toString() |
getArrayDimensions, getDatatype, getDatatypeUUID, getDefaultValue, getJavaType, getLength, getNullType, getPosition, getPrecision, getRadix, getRuntimeType, getScale, isDefaultPrecisionScale, setDatatype, setDatatype, setDatatype, setDatatypeUUID, setDefaultValue, setLength, setNativeType, setNullType, setPosition, setPrecision, setRadix, setRuntimeType, setScaleequals, getAnnotation, getCanonicalName, getFullName, getIdentifier, getIncomingObjects, getName, getNameInSource, getProperties, getProperty, getProperty, getSourceName, getSQLString, getSQLString, getUUID, hashCode, isUUIDSet, setAnnotation, setIncomingObjects, setName, setNameInSource, setProperties, setProperty, setUUIDpublic void setType(ProcedureParameter.Type type)
public ProcedureParameter.Type getType()
@Deprecated public void setOptional(boolean optional)
@Deprecated public boolean isOptional()
public void setProcedure(Procedure procedure)
public Procedure getParent()
getParent in class AbstractMetadataRecordpublic void setVarArg(boolean isVarArg)
public boolean isVarArg()
public String toString()
toString in class AbstractMetadataRecordpublic String getNativeType()
getNativeType in class BaseColumnCopyright © 2020. All rights reserved.