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

All Superinterfaces:
GenericRowMapper<T>, PreparedStmt<T>

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, getStatement
 
Methods inherited from interface com.j256.ormlite.stmt.GenericRowMapper
mapRow
 



Copyright © 2011. All Rights Reserved.