public class Procedure extends AbstractMetadataRecord implements AbstractMetadataRecord.Modifiable
BaseColumn
.
FunctionMethod
Modifier and Type | Class and Description |
---|---|
static class |
Procedure.Type |
AbstractMetadataRecord.DataModifiable, AbstractMetadataRecord.Modifiable
Modifier and Type | Field and Description |
---|---|
static int |
AUTO_UPDATECOUNT |
NAME_DELIM_CHAR, RELATIONAL_URI
Constructor and Description |
---|
Procedure() |
Modifier and Type | Method and Description |
---|---|
long |
getLastModified() |
ProcedureParameter |
getParameterByName(String param) |
List<ProcedureParameter> |
getParameters() |
Schema |
getParent() |
String |
getQueryPlan() |
ColumnSet<Procedure> |
getResultSet() |
Procedure.Type |
getType() |
int |
getUpdateCount() |
boolean |
isFunction() |
boolean |
isVirtual() |
void |
setFunction(boolean b) |
void |
setLastModified(long lastModified) |
void |
setParameters(List<ProcedureParameter> parameters) |
void |
setParent(Schema parent) |
void |
setQueryPlan(String queryPlan) |
void |
setResultSet(ColumnSet<Procedure> resultSet) |
void |
setUpdateCount(int count) |
void |
setVirtual(boolean b) |
equals, getAnnotation, getCanonicalName, getFullName, getIncomingObjects, getName, getNameInSource, getProperties, getProperty, getSourceName, getSQLString, getSQLString, getUUID, hashCode, isUUIDSet, setAnnotation, setIncomingObjects, setName, setNameInSource, setProperties, setProperty, setUUID, toString
public static final int AUTO_UPDATECOUNT
public void setParent(Schema parent)
public boolean isFunction()
public boolean isVirtual()
public Procedure.Type getType()
public int getUpdateCount()
public List<ProcedureParameter> getParameters()
public ProcedureParameter getParameterByName(String param)
public void setParameters(List<ProcedureParameter> parameters)
public String getQueryPlan()
public void setQueryPlan(String queryPlan)
public void setFunction(boolean b)
b
- public void setVirtual(boolean b)
b
- public void setUpdateCount(int count)
public Schema getParent()
getParent
in class AbstractMetadataRecord
public long getLastModified()
getLastModified
in interface AbstractMetadataRecord.Modifiable
public void setLastModified(long lastModified)
Copyright © 2019. All rights reserved.