Interface MqlScope.Mutable

All Superinterfaces:
MqlHolder, MqlScope, MqlValue
All Known Implementing Classes:
MqlScopeImpl.Mutable
Enclosing interface:
MqlScope

public static interface MqlScope.Mutable extends MqlScope
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.hollowcube.mql.runtime.MqlScope

    MqlScope.Mutable
  • Field Summary

    Fields inherited from interface net.hollowcube.mql.runtime.MqlScope

    EMPTY

    Fields inherited from interface net.hollowcube.mql.value.MqlValue

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(@NotNull String name, @NotNull MqlValue value)
     

    Methods inherited from interface net.hollowcube.mql.runtime.MqlScope

    get

    Methods inherited from interface net.hollowcube.mql.value.MqlValue

    cast
  • Method Details

    • set

      void set(@NotNull @NotNull String name, @NotNull @NotNull MqlValue value)