@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class StoredProcedure extends Object implements org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>, Serializable, Cloneable, Comparable<StoredProcedure>
| Modifier and Type | Class and Description |
|---|---|
static class |
StoredProcedure._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<StoredProcedure._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
StoredProcedure() |
StoredProcedure(StoredProcedure other)
Performs a deep copy on other.
|
StoredProcedure(String name,
String dbName,
String catName,
String ownerName,
String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(StoredProcedure other) |
StoredProcedure |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(StoredProcedure that) |
StoredProcedure._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
Object |
getFieldValue(StoredProcedure._Fields field) |
String |
getName() |
String |
getOwnerName() |
String |
getSource() |
int |
hashCode() |
boolean |
isSet(StoredProcedure._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCatName()
Returns true if field catName is set (has been assigned a value) and false otherwise
|
boolean |
isSetDbName()
Returns true if field dbName is set (has been assigned a value) and false otherwise
|
boolean |
isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise
|
boolean |
isSetOwnerName()
Returns true if field ownerName is set (has been assigned a value) and false otherwise
|
boolean |
isSetSource()
Returns true if field source is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCatName(String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setDbName(String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setFieldValue(StoredProcedure._Fields field,
Object value) |
void |
setName(String name) |
void |
setNameIsSet(boolean value) |
void |
setOwnerName(String ownerName) |
void |
setOwnerNameIsSet(boolean value) |
void |
setSource(String source) |
void |
setSourceIsSet(boolean value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetName() |
void |
unsetOwnerName() |
void |
unsetSource() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<StoredProcedure._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public StoredProcedure()
public StoredProcedure(String name, String dbName, String catName, String ownerName, String source)
public StoredProcedure(StoredProcedure other)
public StoredProcedure deepCopy()
deepCopy in interface org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>public void clear()
clear in interface org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>public String getName()
public void setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public String getCatName()
public void setCatName(String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public String getOwnerName()
public void setOwnerName(String ownerName)
public void unsetOwnerName()
public boolean isSetOwnerName()
public void setOwnerNameIsSet(boolean value)
public String getSource()
public void setSource(String source)
public void unsetSource()
public boolean isSetSource()
public void setSourceIsSet(boolean value)
public void setFieldValue(StoredProcedure._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>public Object getFieldValue(StoredProcedure._Fields field)
getFieldValue in interface org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>public boolean isSet(StoredProcedure._Fields field)
isSet in interface org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>public boolean equals(StoredProcedure that)
public int compareTo(StoredProcedure other)
compareTo in interface Comparable<StoredProcedure>public StoredProcedure._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<StoredProcedure,StoredProcedure._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.