com.j256.ormlite.stmt
Interface PreparedUpdate<T>

All Superinterfaces:
GenericRowMapper<T>, PreparedStmt<T>
All Known Implementing Classes:
MappedPreparedStmt

public interface PreparedUpdate<T>
extends PreparedStmt<T>

Interface returned by the UpdateBuilder.prepare() which supports custom UPDATE statements. This should be in turn passed to the Dao.update(PreparedUpdate) method.

Author:
graywatson

Method Summary
 
Methods inherited from interface com.j256.ormlite.stmt.PreparedStmt
compile, getStatement
 
Methods inherited from interface com.j256.ormlite.stmt.GenericRowMapper
mapRow
 



Copyright © 2011. All Rights Reserved.