public class SQLBindings extends Object
SQLBindings
provides the SQL query string and bindingsConstructor and Description |
---|
SQLBindings(String sql,
com.google.common.collect.ImmutableList<Object> bindings) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Object> |
getBindings() |
String |
getSQL() |
Copyright © 2007–2016 Querydsl. All rights reserved.