Class Bindings

java.lang.Object
com.apple.foundationdb.record.Bindings

@API(UNSTABLE) public class Bindings extends Object
A map of bound parameter values passed to query evaluation.

A binding map can also have a parent from which values are taken if they are absent in the child.

  • Field Details

    • EMPTY_BINDINGS

      public static final Bindings EMPTY_BINDINGS
  • Constructor Details

    • Bindings

      public Bindings()
  • Method Details