public interface ParsedStatement<T extends Pojo>
PreparedStatement.| Modifier and Type | Method and Description |
|---|---|
int |
getNumParams() |
Statement<T> |
patchStatement(PreparedParameter[] params)
Patches a statement, setting free variables.
|
Statement<T> patchStatement(PreparedParameter[] params) throws IllegalPatchException
params - The ordered list of values/types of free parameters.IllegalPatchException - If the patching fails for some reason.int getNumParams()
Copyright © 2015. All rights reserved.