public class QueryInfo extends Object
| Constructor and Description | 
|---|
QueryInfo(String query)
Construct the  
QueryInfo with query. | 
| Modifier and Type | Method and Description | 
|---|---|
List<Bindings> | 
getBindingsList()
Get the list of  
Bindings. | 
String | 
getQuery()
Get the query. 
 | 
public QueryInfo(String query)
QueryInfo with query.query - queryIllegalArgumentException - if query is nullCopyright © 2025. All rights reserved.