Interface Bindable<T>

    • Method Detail

      • bind

        Enumerable<T> bind​(DataContext dataContext)
        Executes this statement and returns an enumerable which will yield rows. The environment parameter provides the values in the root of the environment (usually schemas).
        Parameters:
        dataContext - Environment that provides tables
        Returns:
        Enumerable over rows