The ITupleBuffer type exposes the following members.

Methods

  Name Description
Public method Commit
Commits the values in the ITupleSet; that is, adds a new line if the index of the buffer is -1, or sets a line with this content.
Public method GetIntCollectionValue(Int32)
Returns the IIntCollection value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetIntCollectionValue(String)
Returns the IIntCollection value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetIntMapValue(Int32)
Returns the IIntMap value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetIntMapValue(String)
Returns the IIntMap value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetIntSetValue(Int32) (Inherited from ITuple.)
Public method GetIntSetValue(String) (Inherited from ITuple.)
Public method GetIntValue(Int32)
Returns the integer value of the given column of the invoking tuple and produces an execution error if the column type is not Int.
(Inherited from ITuple.)
Public method GetIntValue(String)
Returns the integer value of the given column of the invoking tuple and produces an execution error if the column type is not Int.
(Inherited from ITuple.)
Public method GetNumCollectionValue(Int32)
Returns the INumCollection value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetNumCollectionValue(String)
Returns the INumCollection value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetNumMapValue(Int32)
Returns the INumMap value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetNumMapValue(String)
Returns the INumMap value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method GetNumSetValue(Int32) (Inherited from ITuple.)
Public method GetNumSetValue(String) (Inherited from ITuple.)
Public method GetNumValue(Int32)
Returns the Double value of the given column of the invoking tuple and produces an execution error if the column type is not Double.
(Inherited from ITuple.)
Public method GetNumValue(String)
Returns the Double value of the given column of the invoking tuple and produces an execution error if the column type is not Double.
(Inherited from ITuple.)
Public method GetStringValue(Int32)
Returns the value of the given column of the invoking tuple as a string.
(Inherited from ITuple.)
Public method GetStringValue(String)
Returns the value of the given column of the invoking tuple as a string.
(Inherited from ITuple.)
Public method GetSymbolSetValue(Int32) (Inherited from ITuple.)
Public method GetSymbolSetValue(String) (Inherited from ITuple.)
Public method MakeTupleValue(Int32)
Creates and returns the ITuple value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method MakeTupleValue(String)
Creates and returns the ITuple value of the given column of the invoking tuple.
(Inherited from ITuple.)
Public method SetIntCollectionValue(Int32, IIntCollection)
Sets the integer-collection column columnIndex of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetIntCollectionValue(String, IIntCollection)
Sets the integer collection column named col of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetIntMapValue(Int32, IIntMap)
Sets the integer array column columnIndex of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetIntMapValue(String, IIntMap)
Sets the integer array column named col of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetIntValue(Int32, Int32)
Provides an integer value for the column index of the ITupleSet.
Public method SetIntValue(String, Int32)
Sets the integer column named col of the ITupleSet with value.
Public method SetNumCollectionValue(Int32, INumCollection)
Sets the float-collection column columnIndex of the ITupleSet set with value. The ITupleSet becomes the owner of the collection.
Public method SetNumCollectionValue(String, INumCollection)
Sets the float collection column named col of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetNumMapValue(Int32, INumMap)
Sets the float array column columnIndex of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetNumMapValue(String, INumMap)
Sets the float array column named col of the ITupleSet with value. The ITupleSet becomes the owner of the collection.
Public method SetNumValue(Int32, Double)
Provides a floating-point value for the column index of the ITupleSet.
Public method SetNumValue(String, Double)
Provides a floating-point value for the column index of the ITupleSet.
Public method SetSymbolValue(Int32, String)
Sets the string column columnIndex of the ITupleSet with value.
Public method SetSymbolValue(String, String)
Sets the string column col of the ITupleSet with value.
Public method SetTupleValue(Int32, ITuple)
Sets the sub-tuple columnIndex of the ITupleSet with value.
Public method SetTupleValue(String, ITuple)
Sets the sub-tuple col of the ITupleSet with value.

Properties

  Name Description
Public property Index
Returns the position of the invoking tuple in its tuple set.
(Inherited from ITuple.)
Public property Schema
Returns the schema of the created tuple.
(Inherited from ITuple.)

See Also