public class ProcedureParameter extends BaseColumn
Modifier and Type | Class and Description |
---|---|
static class |
ProcedureParameter.Type |
BaseColumn.NullType
AbstractMetadataRecord.DataModifiable, AbstractMetadataRecord.Modifiable
DEFAULT_HANDLING, DEFAULT_PRECISION, DEFAULT_SCALE, EXPRESSION_DEFAULT, OMIT_DEFAULT, SPATIAL_COORD_DIMENSION, SPATIAL_SRID, SPATIAL_TYPE
NAME_DELIM_CHAR, RELATIONAL_URI
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, setScale
equals, getAnnotation, getCanonicalName, getFullName, getIdentifier, getIncomingObjects, getName, getNameInSource, getProperties, getProperty, getSourceName, getSQLString, getSQLString, getUUID, hashCode, isUUIDSet, setAnnotation, setIncomingObjects, setName, setNameInSource, setProperties, setProperty, setUUID
public 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 AbstractMetadataRecord
public void setVarArg(boolean isVarArg)
public boolean isVarArg()
public String toString()
toString
in class AbstractMetadataRecord
public String getNativeType()
getNativeType
in class BaseColumn
Copyright © 2019. All rights reserved.