Class Bindings

java.lang.Object
com.stardog.stark.query.Bindings

public final class Bindings extends Object

Utilities for working with Binding

Since:
1.0
Version:
1.0
Author:
Michael Grove
  • Method Details

    • of

      @Nonnull public static Binding of(@Nonnull String theVar, @Nonnull Value theValue)
      Create a new Binding
      Parameters:
      theVar - the variable
      theValue - the value
      Returns:
      the new `Binding`