public class SQLBindings extends Object
SQLBindings provides the SQL query string and bindings| Constructor 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–2015 Mysema Ltd. All rights reserved.