Package io.vertx.mutiny.sqlclient
Class Row
- java.lang.Object
-
- io.vertx.mutiny.sqlclient.Tuple
-
- io.vertx.mutiny.sqlclient.Row
-
public class Row extends Tuple
A single row of theexecution result rowset. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<Row>__TYPE_ARGstatic ObjectJSON_NULLThe JSON null literal value.
-
Method Summary
-
Methods inherited from class io.vertx.mutiny.sqlclient.Tuple
addArrayOfBigDecimal, addArrayOfBoolean, addArrayOfDouble, addArrayOfFloat, addArrayOfInteger, addArrayOfJsonArray, addArrayOfJsonObject, addArrayOfLocalDate, addArrayOfLocalDateTime, addArrayOfLocalTime, addArrayOfLong, addArrayOfOffsetDateTime, addArrayOfOffsetTime, addArrayOfShort, addArrayOfString, addArrayOfTemporal, addArrayOfUUID, addBigDecimal, addBoolean, addBuffer, addDouble, addFloat, addInteger, addJsonArray, addJsonObject, addLocalDate, addLocalDateTime, addLocalTime, addLong, addOffsetDateTime, addOffsetTime, addShort, addString, addTemporal, addUUID, addValue, clear, deepToString, from, from, get, getArrayOfBigDecimals, getArrayOfBooleans, getArrayOfDoubles, getArrayOfFloats, getArrayOfIntegers, getArrayOfJsonArrays, getArrayOfJsonObjects, getArrayOfJsons, getArrayOfLocalDates, getArrayOfLocalDateTimes, getArrayOfLocalTimes, getArrayOfLongs, getArrayOfNumerics, getArrayOfOffsetDateTimes, getArrayOfOffsetTimes, getArrayOfShorts, getArrayOfStrings, getArrayOfTemporals, getArrayOfUUIDs, getBigDecimal, getBoolean, getBuffer, getDouble, getFloat, getInteger, getJson, getJsonArray, getJsonObject, getLocalDate, getLocalDateTime, getLocalTime, getLong, getNumeric, getOffsetDateTime, getOffsetTime, getShort, getString, getTemporal, getUUID, getValue, newInstance, of, of, of, of, of, of, size, tuple, tuple, wrap, wrap
-
-
-
-
Constructor Detail
-
Row
public Row(io.vertx.sqlclient.Row delegate)
-
Row
public Row(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.sqlclient.Row getDelegate()
- Overrides:
getDelegatein classTuple
-
getColumnName
public String getColumnName(int pos)
- Parameters:
pos- the column position- Returns:
- the column name or
null
-
getColumnIndex
public int getColumnIndex(String column)
- Parameters:
column- the column name- Returns:
- the column name or
-1if not found
-
getValue
public Object getValue(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getBoolean
public Boolean getBoolean(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getShort
public Short getShort(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getInteger
public Integer getInteger(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getLong
public Long getLong(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getFloat
public Float getFloat(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getDouble
public Double getDouble(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getString
public String getString(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getJson
public Object getJson(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getJsonObject
public io.vertx.core.json.JsonObject getJsonObject(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getJsonArray
public io.vertx.core.json.JsonArray getJsonArray(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getBuffer
public Buffer getBuffer(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
toJson
public io.vertx.core.json.JsonObject toJson()
- Returns:
- the json representation
-
getNumeric
public io.vertx.sqlclient.data.Numeric getNumeric(String column)
- Parameters:
column- the column- Returns:
- the
columnvalue
-
getTemporal
public Temporal getTemporal(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getLocalDate
public LocalDate getLocalDate(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getLocalTime
public LocalTime getLocalTime(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getLocalDateTime
public LocalDateTime getLocalDateTime(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getOffsetTime
public OffsetTime getOffsetTime(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getOffsetDateTime
public OffsetDateTime getOffsetDateTime(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getUUID
public UUID getUUID(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getBigDecimal
public BigDecimal getBigDecimal(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfBooleans
public Boolean[] getArrayOfBooleans(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfShorts
public Short[] getArrayOfShorts(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfIntegers
public Integer[] getArrayOfIntegers(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfLongs
public Long[] getArrayOfLongs(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfFloats
public Float[] getArrayOfFloats(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfDoubles
public Double[] getArrayOfDoubles(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfNumerics
public io.vertx.sqlclient.data.Numeric[] getArrayOfNumerics(String column)
- Parameters:
column- the column- Returns:
- the
columnvalue
-
getArrayOfStrings
public String[] getArrayOfStrings(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfJsonObjects
public io.vertx.core.json.JsonObject[] getArrayOfJsonObjects(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfJsonArrays
public io.vertx.core.json.JsonArray[] getArrayOfJsonArrays(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfTemporals
public Temporal[] getArrayOfTemporals(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfLocalDates
public LocalDate[] getArrayOfLocalDates(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfLocalTimes
public LocalTime[] getArrayOfLocalTimes(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfLocalDateTimes
public LocalDateTime[] getArrayOfLocalDateTimes(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfOffsetTimes
public OffsetTime[] getArrayOfOffsetTimes(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfOffsetDateTimes
public OffsetDateTime[] getArrayOfOffsetDateTimes(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfUUIDs
public UUID[] getArrayOfUUIDs(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfBigDecimals
public BigDecimal[] getArrayOfBigDecimals(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
getArrayOfJsons
public Object[] getArrayOfJsons(String column)
- Parameters:
column- the column name- Returns:
- the
columnvalue
-
newInstance
public static Row newInstance(io.vertx.sqlclient.Row arg)
-
-