public class ShowSqlProcResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showSqlProc.| Modifier and Type | Class and Description |
|---|---|
static class |
ShowSqlProcResponse.AdditionalInfo
A set of string constants for the
ShowSqlProcResponse parameter
additionalInfo. |
| Constructor and Description |
|---|
ShowSqlProcResponse()
Constructs a ShowSqlProcResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<Map<String,String>> |
getAdditionalInfo()
Additional information about the respective tables in the requested
procedures.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getInfo()
Additional information.
|
List<String> |
getProcedureDefinitions()
A list of the definitions for the requested procedures.
|
List<String> |
getProcedureNames()
A list of the names of the requested procedures.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowSqlProcResponse |
setAdditionalInfo(List<Map<String,String>> additionalInfo)
Additional information about the respective tables in the requested
procedures.
|
ShowSqlProcResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowSqlProcResponse |
setProcedureDefinitions(List<String> procedureDefinitions)
A list of the definitions for the requested procedures.
|
ShowSqlProcResponse |
setProcedureNames(List<String> procedureNames)
A list of the names of the requested procedures.
|
String |
toString() |
public ShowSqlProcResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getProcedureNames()
procedureNames.public ShowSqlProcResponse setProcedureNames(List<String> procedureNames)
procedureNames - The new value for procedureNames.this to mimic the builder pattern.public List<String> getProcedureDefinitions()
procedureDefinitions.public ShowSqlProcResponse setProcedureDefinitions(List<String> procedureDefinitions)
procedureDefinitions - The new value for procedureDefinitions.this to mimic the builder pattern.public List<Map<String,String>> getAdditionalInfo()
EXECUTE_AS: The periodic
execution impersonate user. The default value is ''.
EXECUTE_INTERVAL: The
periodic execution interval in seconds. The default value is ''.
EXECUTE_START_TIME:
The initial date/time that periodic execution began. The default
value is ''.
EXECUTE_STOP_TIME: Time
at which the periodic execution stops. The default value is ''.
additionalInfo.public ShowSqlProcResponse setAdditionalInfo(List<Map<String,String>> additionalInfo)
EXECUTE_AS: The periodic
execution impersonate user. The default value is ''.
EXECUTE_INTERVAL: The
periodic execution interval in seconds. The default value is ''.
EXECUTE_START_TIME:
The initial date/time that periodic execution began. The default
value is ''.
EXECUTE_STOP_TIME: Time
at which the periodic execution stops. The default value is ''.
additionalInfo - The new value for additionalInfo.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public ShowSqlProcResponse setInfo(Map<String,String> info)
info - The new value for info.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.