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.
|