Class QueryInfo

java.lang.Object
io.r2dbc.proxy.core.QueryInfo

public class QueryInfo extends Object
Hold each query related info.
Author:
Tadaya Tsuyukubo
  • Constructor Details

    • QueryInfo

      public QueryInfo(String query)
      Construct the QueryInfo with query.
      Parameters:
      query - query
      Throws:
      IllegalArgumentException - if query is null
  • Method Details

    • getQuery

      public String getQuery()
      Get the query.
      Returns:
      query; never null
    • getBindingsList

      public List<Bindings> getBindingsList()
      Get the list of Bindings.
      Returns:
      list of bindings; never null