Package com.stardog.stark.query
Class Bindings
- java.lang.Object
-
- com.stardog.stark.query.Bindings
-
public final class Bindings extends java.lang.Object
Utilities for working with
Binding
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Binding
of(java.lang.String theVar, Value theValue)
Create a newBinding
-