Class BindingProject

All Implemented Interfaces:
Binding

public class BindingProject extends BindingProjectBase
Project a binding, given a specific collection of visible variables
  • Constructor Details

  • Method Details

    • detach

      public Binding detach()
      Description copied from interface: Binding
      Returns a binding which is guaranteed to be independent of any resources such as an ongoing query execution or a disk-based dataset. May return itself if it is already detached.
      Specified by:
      detach in interface Binding
      Overrides:
      detach in class BindingBase