public class ShowSqlProcResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showSqlProc(ShowSqlProcRequest)
.Modifier and Type | Class and Description |
---|---|
static class |
ShowSqlProcResponse.AdditionalInfo
Additional information about the respective tables in the requested
procedures.
|
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() |
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() |
List<String> |
getProcedureDefinitions() |
List<String> |
getProcedureNames() |
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) |
ShowSqlProcResponse |
setInfo(Map<String,String> info) |
ShowSqlProcResponse |
setProcedureDefinitions(List<String> procedureDefinitions) |
ShowSqlProcResponse |
setProcedureNames(List<String> procedureNames) |
String |
toString() |
public ShowSqlProcResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getProcedureNames()
public ShowSqlProcResponse setProcedureNames(List<String> procedureNames)
procedureNames
- A list of the names of the requested procedures.this
to mimic the builder pattern.public List<String> getProcedureDefinitions()
public ShowSqlProcResponse setProcedureDefinitions(List<String> procedureDefinitions)
procedureDefinitions
- A list of the definitions for the requested
procedures.this
to mimic the builder pattern.public List<Map<String,String>> getAdditionalInfo()
public ShowSqlProcResponse setAdditionalInfo(List<Map<String,String>> additionalInfo)
additionalInfo
- Additional information about the respective
tables in the requested procedures.
Supported values:
this
to mimic the builder pattern.public ShowSqlProcResponse setInfo(Map<String,String> info)
info
- Additional information.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2020. All rights reserved.