Class QueryResultInfo

java.lang.Object
io.micronaut.data.model.runtime.QueryResultInfo

public class QueryResultInfo extends Object
The information about query result info for the query method.
Since:
4.0.0
Author:
radovanradic
  • Constructor Details

  • Method Details

    • getColumnName

      public String getColumnName()
      Returns:
      the column name from which result will be read and transformed. Used only if type is JSON
    • getJsonDataType

      public JsonDataType getJsonDataType()
      Returns:
      the json representation data type
    • getType

      public QueryResult.Type getType()
      Returns:
      the query result type
    • toString

      public String toString()
      Overrides:
      toString in class Object