Class ParameterizableQuery

java.lang.Object
org.ametys.odf.ose.db.ParameterizableQuery

public class ParameterizableQuery extends Object
Object representing a query and its parameters.
  • Constructor Details

  • Method Details

    • getQuery

      public String getQuery()
      Get the query
      Returns:
      the query
    • getParameters

      Get the query parameters
      Returns:
      the parameters
    • toReadableString

      Gets the representation of this parameterizable query as a readable string for logging purposes.
      Returns:
      the representation of this parameterizable query as a readable string for logging purposes.