The JSON null literal value.
It is used to distinguish a JSON null literal value from the Java null
value. This is only
used when the database supports JSON types.
Add an array of value at the end of the tuple.
Add an array of Boolean
value at the end of the tuple.
Add an array of Double value at the end of the tuple.
Add an array of Float value at the end of the tuple.
Add an array of Integer
value at the end of the tuple.
Target element instance of Number[]
will be
coerced to Integer[]
.
Add an array of value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of Long value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of Short value at the end of the tuple.
Add an array of String value at the end of the tuple.
Add an array of value at the end of the tuple.
Add an array of value at the end of the tuple.
Add a value at the end of the tuple.
Add a boolean value at the end of the tuple.
Add a buffer value at the end of the tuple.
Add a double value at the end of the tuple.
Add a float value at the end of the tuple.
Add an integer value at the end of the tuple.
Add a value at the end of the tuple.
Add a value at the end of the tuple.
Add a LocalDate value at the end of the tuple.
Add a LocalDateTime value at the end of the tuple.
Add a LocalTime value at the end of the tuple.
Add a long value at the end of the tuple.
Add a OffsetDateTime value at the end of the tuple.
Add a OffsetTime value at the end of the tuple.
Add a short value at the end of the tuple.
Add a string value at the end of the tuple.
Add a Temporal value at the end of the tuple.
Add a UUID value at the end of the tuple.
Add an object value at the end of the tuple.
Like {@link Tuple#get} but specifying the column
instead of the position.
Get an array of value for the given column
.
Get an array of Boolean value for the given column
.
Get an array of Double value for the given column
.
Get an array of Float value for the given column
.
Get an array of Integer value for the given column
.
Get an array of value for the given column
.
Get an array of value for the given column
.
Get an array of JSON elements for the given column
, the element might be [#JSON_NULL null] Tuple or one of the following types:
Get an array of value for the given column
.
Get an array of value for the given column
.
Get an array of value for the given column
.
Get an array of Long value for the given column
.
Get an array of value for the given column
.
Get an array of value for the given column
.
Get an array of value for the given column
.
Get an array of Short value for the given column
.
Get an array of String value for the given column
.
Get an array of value for the given column
.
Get an array of value for the given column
.
Get value for the given column
.
Get a boolean value for the given column
.
Get a buffer value for the given column
.
Get a column position for the given @code column}.
Get a column name at pos
.
Get a double value for the given column
.
Get a float value for the given column
.
Get an integer value for the given column
.
Get a JSON element for the given column
, the element might be [#JSON_NULL null] Tuple or one of the following types:
Get a value for the given column
.
Get a value for the given column
.
Get LocalDate value for the given column
.
Get LocalDateTime value for the given column
.
Get LocalTime value for the given column
.
Get a long value for the given column
.
Get value for the given column
.
Get OffsetDateTime value for the given column
.
Get OffsetTime value for the given column
.
Get a short value for the given column
.
Get a string value for the given column
.
Get a temporal value for the given column
.
Get UUID value for the given column
.
Get a value for the given column
.
Return a JSON object representation of the row.
Column names are mapped to JSON keys.
The following rules are applied for the column values:
null
value is preservedBuffer
are converted to base64 encoded stringsJsonArray
Create a tuple of one element.
Create a tuple of two elements.
Create a tuple of three elements.
Create a tuple of four elements.
Create a tuple of five elements.
Create a tuple of six elements.
Wrap the provided list
with a tuple.
The list is not copied and is used as store for tuple elements.
Note: The list might be modified and users should use {@link Tuple#tuple} if the list is unmodifiable
Wrap the provided array
with a tuple.
The array is not copied and is used as store for tuple elements.
Generated using TypeDoc
A single row of the [execution result rowset] RowSet.