Class that serves as a reflective interface for the tuple types. More...

Detailed Description

Class that serves as a reflective interface for the tuple types.

Member Function Documentation

◆ equals()

◆ clone()

Create a clone of the tuple object.

Returns
clone of the tuple object

◆ clear()

Clear the tuple attributes (all numeric attributes will become zero; booleans will become false; all strings, collections, and blobs will become empty; timestamps will become zero; enums will take the value of their first element; and tuples will be cleared recursively)

Returns
this

◆ reset()

Reset the tuple attributes (all strings, collections, and blobs will become empty; and tuples will be reset recursively)

◆ assignFrom()

◆ assign()

◆ swapWith()

◆ hashCode()

Get hash code.

Returns
hash code

◆ isFacade()

Check if this a facade tuple.

Returns
true if this is a facade tuple, false otherwise

◆ getSerializedSize()

Get the size in bytes when serialized.

Returns
size in bytes when serialized

◆ getNumberOfAttributes()

Get the number of attributes.

Returns
the number of attributes

◆ getAttributeName()

◆ assignPayload()


The documentation for this class was generated from the following file: