GetArrayOfBoolean(String)
|
Gets the value of a ArrayOfBoolean field.
|
GetArrayOfDate(String)
|
Gets the value of a ArrayOfDate field.
|
GetArrayOfDecimal(String)
|
Gets the value of a ArrayOfDecimal field.
|
GetArrayOfFloat32(String)
|
Gets the value of a ArrayOfFloat32 field.
|
GetArrayOfFloat64(String)
|
Gets the value of a ArrayOfFloat64 field.
|
GetArrayOfGenericRecord(String)
|
Gets the value of an array of IGenericRecord field.
|
GetArrayOfInt16(String)
|
Gets the value of a ArrayOfInt16 field.
|
GetArrayOfInt32(String)
|
Gets the value of a ArrayOfInt32 field.
|
GetArrayOfInt64(String)
|
Gets the value of a ArrayOfInt64 field.
|
GetArrayOfInt8(String)
|
Gets the value of a ArrayOfInt8 field.
|
GetArrayOfNullableBoolean(String)
|
Gets the value of a ArrayOfNullableBoolean field.
|
GetArrayOfNullableFloat32(String)
|
Gets the value of a ArrayOfNullableFloat32 field.
|
GetArrayOfNullableFloat64(String)
|
Gets the value of a ArrayOfNullableFloat64 field.
|
GetArrayOfNullableInt16(String)
|
Gets the value of a ArrayOfNullableInt16 field.
|
GetArrayOfNullableInt32(String)
|
Gets the value of a ArrayOfNullableInt32 field.
|
GetArrayOfNullableInt64(String)
|
Gets the value of a ArrayOfNullableInt64 field.
|
GetArrayOfNullableInt8(String)
|
Gets the value of a ArrayOfNullableInt8 field.
|
GetArrayOfString(String)
|
Gets the value of a ArrayOfString field.
|
GetArrayOfTime(String)
|
Gets the value of a ArrayOfTime field.
|
GetArrayOfTimeStamp(String)
|
Gets the value of a ArrayOfTimeStamp field.
|
GetArrayOfTimeStampWithTimeZone(String)
|
Gets the value of a ArrayOfTimeStampWithTimeZone field.
|
GetBoolean(String)
|
Gets the value of a Boolean field.
|
GetDate(String)
|
Gets the value of a Date field.
|
GetDecimal(String)
|
Gets the value of a Decimal field.
|
GetFieldKind(String)
|
Gets the FieldKind of the specified field, or NotAvailable
if no field exists with the specified name.
|
GetFloat32(String)
|
Gets the value of a Float32 field.
|
GetFloat64(String)
|
Gets the value of a Float64 field.
|
GetGenericRecord(String)
|
Gets the value of a IGenericRecord field.
|
GetInt16(String)
|
Gets the value of a Int16 field.
|
GetInt32(String)
|
Gets the value of a Int32 field.
|
GetInt64(String)
|
Gets the value of a Int64 field.
|
GetInt8(String)
|
Gets the value of a Int8 field.
|
GetNullableBoolean(String)
|
Gets the value of a NullableBoolean field.
|
GetNullableFloat32(String)
|
Gets the value of a NullableFloat32 field.
|
GetNullableFloat64(String)
|
Gets the value of a NullableFloat64 field.
|
GetNullableInt16(String)
|
Gets the value of a NullableInt16 field.
|
GetNullableInt32(String)
|
Gets the value of a NullableInt32 field.
|
GetNullableInt64(String)
|
Gets the value of a NullableInt64 field.
|
GetNullableInt8(String)
|
Gets the value of a NullableInt8 field.
|
GetString(String)
|
Gets the value of a String field.
|
GetTime(String)
|
Gets the value of a Time field.
|
GetTimeStamp(String)
|
Gets the value of a TimeStamp field.
|
GetTimeStampWithTimeZone(String)
|
Gets the value of a TimeStampWithTimeZone field.
|
NewBuilder()
|
Creates a new GenericRecordBuilder for this record's schema,
with all the fields being non-initialized.
|
NewBuilderWithClone()
|
Creates a new GenericRecordBuilder for this record's schema,
with all the fields copied from this record.
|