Package com.gpudb.protocol
Class AlterTableResponse
java.lang.Object
com.gpudb.protocol.AlterTableResponse
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordA set of results returned by
GPUdb.alterTable.Constructor Summary
ConstructorsConstructorDescriptionConstructs an AlterTableResponse 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.Modification operation that was performed.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.getInfo()Additional information.getLabel()Return the type label (when changing a table, a new type may be created).Return the type properties (when changing a table, a new type may be created).org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Table on which the operation was performed.Return the type_definition (when changing a table, a new type may be created).Return the type_id (when changing a table, a new type may be created).getValue()The value of the modification that was performed.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.Modification operation that was performed.Additional information.Return the type label (when changing a table, a new type may be created).setProperties(Map<String, List<String>> properties) Return the type properties (when changing a table, a new type may be created).setTableName(String tableName) Table on which the operation was performed.setTypeDefinition(String typeDefinition) Return the type_definition (when changing a table, a new type may be created).Return the type_id (when changing a table, a new type may be created).The value of the modification that was performed.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.setTableName
Table on which the operation was performed.Parameters:tableName- The new value fortableName.Returns:thisto mimic the builder pattern.setAction
Modification operation that was performed.Parameters:action- The new value foraction.Returns:thisto mimic the builder pattern.setValue
The value of the modification that was performed.Parameters:value- The new value forvalue.Returns:thisto mimic the builder pattern.setTypeId
Return the type_id (when changing a table, a new type may be created).Parameters:typeId- The new value fortypeId.Returns:thisto mimic the builder pattern.setTypeDefinition
Return the type_definition (when changing a table, a new type may be created).Parameters:typeDefinition- The new value fortypeDefinition.Returns:thisto mimic the builder pattern.setLabel
Return the type label (when changing a table, a new type may be created).Parameters:label- The new value forlabel.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: