Class SqlResponse.Row
java.lang.Object
org.springframework.data.elasticsearch.core.sql.SqlResponse.Row
- All Implemented Interfaces:
Iterable<Map.Entry<SqlResponse.Column, jakarta.json.JsonValue>>
- Enclosing class:
SqlResponse
public static class SqlResponse.Row
extends Object
implements Iterable<Map.Entry<SqlResponse.Column, jakarta.json.JsonValue>>
- Since:
- 5.4
- Author:
- Aouichaoui Youssef
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlResponse.Row.Builderbuilder()@Nullable jakarta.json.JsonValueget(SqlResponse.Column column) @NonNull Iterator<Map.Entry<SqlResponse.Column, jakarta.json.JsonValue>> iterator()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
builder
-
iterator
- Specified by:
iteratorin interfaceIterable<Map.Entry<SqlResponse.Column, jakarta.json.JsonValue>>
-
get
-