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

Type Parameters:
T - The class that the code will be operating on.
All Superinterfaces:
GenericRowMapper<T>, PreparedStmt<T>
All Known Implementing Classes:
MappedPreparedStmt

public interface PreparedDelete<T>
extends PreparedStmt<T>

Interface returned by the DeleteBuilder.prepare() which supports custom DELETE statements. This should be in turn passed to the Dao.delete(PreparedDelete) method.

Author:
graywatson

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



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.