Interface MqlHolder

All Superinterfaces:
MqlValue
All Known Subinterfaces:
MqlScope, MqlScope.Mutable
All Known Implementing Classes:
MqlScopeImpl, MqlScopeImpl.Mutable, MqlScriptScope

public non-sealed interface MqlHolder extends MqlValue
  • Field Summary

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

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull MqlValue
    get(@NotNull String name)
     

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

    cast
  • Method Details