Uses of Class
com.osohq.oso.Ffi.Query
-
-
Uses of Ffi.Query in com.osohq.oso
Methods in com.osohq.oso that return Ffi.Query Modifier and Type Method Description protected Ffi.Query
Ffi.Polar. newQueryFromStr(String queryStr)
protected Ffi.Query
Ffi.Polar. newQueryFromTerm(String queryTerm)
protected Ffi.Query
Ffi.Polar. nextInlineQuery()
Constructors in com.osohq.oso with parameters of type Ffi.Query Constructor Description Query(Ffi.Query queryPtr, Host host, Map<String,Object> bindings)
Construct a new Query object.
-