Uses of Record Class
org.springframework.data.elasticsearch.core.sql.SqlResponse.Column
Packages that use SqlResponse.Column
Package
Description
Classes and interfaces to access to SQL API of Elasticsearch.
-
Uses of SqlResponse.Column in org.springframework.data.elasticsearch.core.sql
Methods in org.springframework.data.elasticsearch.core.sql that return types with arguments of type SqlResponse.ColumnModifier and TypeMethodDescriptionSqlResponse.getColumns()Iterator<Map.Entry<SqlResponse.Column,jakarta.json.JsonValue>> SqlResponse.Row.iterator()Methods in org.springframework.data.elasticsearch.core.sql with parameters of type SqlResponse.ColumnModifier and TypeMethodDescriptionjakarta.json.JsonValueSqlResponse.Row.get(SqlResponse.Column column) SqlResponse.Builder.withColumn(SqlResponse.Column column) Column heading for the search results.SqlResponse.Row.Builder.withValue(SqlResponse.Column column, jakarta.json.JsonValue value) Method parameters in org.springframework.data.elasticsearch.core.sql with type arguments of type SqlResponse.ColumnModifier and TypeMethodDescriptionSqlResponse.Builder.withColumns(List<SqlResponse.Column> columns) Column headings for the search results.