public class KeyTupleQueryPreparer<T> extends Object
| Constructor and Description |
|---|
KeyTupleQueryPreparer(MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
String[] keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindTo(Collection<T> values,
PreparedStatement ps,
int offset) |
PreparedStatement |
prepareStatement(CharSequence sqlBase,
Connection connection,
int size) |
public KeyTupleQueryPreparer(MultiIndexFieldMapper<T>[] multiIndexFieldMappers, String[] keys)
public PreparedStatement prepareStatement(CharSequence sqlBase, Connection connection, int size) throws SQLException
SQLExceptionpublic void bindTo(Collection<T> values, PreparedStatement ps, int offset)
Copyright © 2018. All rights reserved.