T
- The class that the code will be operating on.public interface PreparedDelete<T> extends PreparedStmt<T>
DeleteBuilder.prepare()
which supports custom DELETE statements. This should be in
turn passed to the Dao.delete(PreparedDelete)
method.compile, compile, getNumArgs, getStatement, getType, setArgumentHolderValue
mapRow
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.