Class BindParams.OrderedList

java.lang.Object
io.ebeaninternal.api.BindParams.OrderedList
Enclosing class:
BindParams

public static final class BindParams.OrderedList extends Object
The bind parameters in the correct binding order.

This is the result of converting sql with named parameters into sql with ? and ordered parameters.

  • Constructor Details

  • Method Details

    • add

      public void add(BindParams.Param param)
      Add a parameter in the correct binding order.
    • size

      public int size()
      Return the number of bind parameters in this list.
    • list

      public List<BindParams.Param> list()
      Returns the ordered list of bind parameters.
    • appendSql

      public void appendSql(String parsedSql)
      Append parsedSql that has named parameters converted into ?.
    • getPreparedSql

      public String getPreparedSql()