Package com.gpudb.protocol
Class ShowSqlProcResponse
java.lang.Object
com.gpudb.protocol.ShowSqlProcResponse
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordA set of results returned by
GPUdb.showSqlProc.Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA set of string constants for theShowSqlProcResponseparameteradditionalInfo.Constructor Summary
ConstructorsConstructorDescriptionConstructs a ShowSqlProcResponse object with default parameters.Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) This method supports the Avro framework and is not intended to be called directly by the user.Additional information about the respective tables in the requested procedures.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.getInfo()Additional information.A list of the definitions for the requested procedures.A list of the names of the requested procedures.org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.setAdditionalInfo(List<Map<String, String>> additionalInfo) Additional information about the respective tables in the requested procedures.Additional information.setProcedureDefinitions(List<String> procedureDefinitions) A list of the definitions for the requested procedures.setProcedureNames(List<String> procedureNames) A list of the names of the requested procedures.toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()This method supports the Avro framework and is not intended to be called directly by the user.Returns:The schema for the class.setProcedureNames
A list of the names of the requested procedures.Parameters:procedureNames- The new value forprocedureNames.Returns:thisto mimic the builder pattern.setProcedureDefinitions
A list of the definitions for the requested procedures.Parameters:procedureDefinitions- The new value forprocedureDefinitions.Returns:thisto mimic the builder pattern.getAdditionalInfo
Additional information about the respective tables in the requested procedures.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 ”.
Returns:The current value ofadditionalInfo.setAdditionalInfo
Additional information about the respective tables in the requested procedures.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 ”.
Parameters:additionalInfo- The new value foradditionalInfo.Returns:thisto mimic the builder pattern.setInfo
Additional information.Parameters:info- The new value forinfo.Returns:thisto mimic the builder pattern.getSchema
public org.apache.avro.Schema getSchema()This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainerReturns:The schema object describing this class.get
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to getReturns:value of the field with the given index.Throws:put
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:putin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to setvalue- the value to setThrows: