org.makumba.db.makumba
Interface Update

All Known Implementing Classes:
SQLUpdate

public interface Update

A delete, or update, prepared for execution

Author:
Cristian Bogdan

Method Summary
 int execute(DBConnection dbc, Map<String,Object> args)
          Executes the query with the given arguments
 

Method Detail

execute

int execute(DBConnection dbc,
            Map<String,Object> args)
Executes the query with the given arguments