The ITupleBuffer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
GetIntCollectionValue(Int32) |
Returns the IIntCollection value of
the given column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetIntCollectionValue(String) |
Returns the IIntCollection value of
the given column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetIntMapValue(Int32) |
Returns the IIntMap value of the
given column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetIntMapValue(String) |
Returns the IIntMap value of the
given column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetIntSetValue(Int32) | (Inherited from ITuple.) |
|
|
GetIntSetValue(String) | (Inherited from ITuple.) |
|
|
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.) |
|
|
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.) |
|
|
GetNumCollectionValue(Int32) |
Returns the INumCollection value of
the given column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetNumCollectionValue(String) |
Returns the INumCollection value of the
given column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetNumMapValue(Int32) |
Returns the INumMap value of the given
column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetNumMapValue(String) |
Returns the INumMap value of the given
column of the invoking tuple. (Inherited from ITuple.) |
|
|
GetNumSetValue(Int32) | (Inherited from ITuple.) |
|
|
GetNumSetValue(String) | (Inherited from ITuple.) |
|
|
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.) |
|
|
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.) |
|
|
GetStringValue(Int32) |
Returns the value of the given column of the invoking tuple as a string. (Inherited from ITuple.) |
|
|
GetStringValue(String) |
Returns the value of the given column of the invoking tuple as a string. (Inherited from ITuple.) |
|
|
GetSymbolSetValue(Int32) | (Inherited from ITuple.) |
|
|
GetSymbolSetValue(String) | (Inherited from ITuple.) |
|
|
MakeTupleValue(Int32) |
Creates and returns the ITuple
value of the given column of the invoking tuple. (Inherited from ITuple.) |
|
|
MakeTupleValue(String) |
Creates and returns the ITuple
value of the given column of the invoking tuple. (Inherited from ITuple.) |
|
|
SetIntCollectionValue(Int32, IIntCollection) | |
|
|
SetIntCollectionValue(String, IIntCollection) | |
|
|
SetIntMapValue(Int32, IIntMap) | |
|
|
SetIntMapValue(String, IIntMap) | |
|
|
SetIntValue(Int32, Int32) |
Provides an integer value for the column index of the
ITupleSet.
|
|
|
SetIntValue(String, Int32) | |
|
|
SetNumCollectionValue(Int32, INumCollection) | |
|
|
SetNumCollectionValue(String, INumCollection) | |
|
|
SetNumMapValue(Int32, INumMap) | |
|
|
SetNumMapValue(String, INumMap) | |
|
|
SetNumValue(Int32, Double) |
Provides a floating-point value for the column index of the
ITupleSet.
|
|
|
SetNumValue(String, Double) |
Provides a floating-point value for the column index of the
ITupleSet.
|
|
|
SetSymbolValue(Int32, String) | |
|
|
SetSymbolValue(String, String) | |
|
|
SetTupleValue(Int32, ITuple) | |
|
|
SetTupleValue(String, ITuple) |
Properties
| Name | Description | |
|---|---|---|
|
|
Index |
Returns the position of the invoking tuple in its tuple set. (Inherited from ITuple.) |
|
|
Schema |
Returns the schema of the created tuple. (Inherited from ITuple.) |