net.sourceforge.backpedal.api.core
Interface BackpedalEngine

All Known Implementing Classes:
BackpedalEngineImpl

public interface BackpedalEngine


Method Summary
 BackpedalStatementEssentials backpedalPreparedStatementDelete(Connection connection, ParsedStatement delete, BindVariableSet bindVariables)
           
 BackpedalStatementEssentials backpedalPreparedStatementInsert(Connection connection, ParsedStatement insert, BindVariableSet bindVariables)
           
 BackpedalStatementEssentials backpedalPreparedStatementUpdate(Connection connection, ParsedStatement update, BindVariableSet bindVariables)
           
 

Method Detail

backpedalPreparedStatementInsert

public BackpedalStatementEssentials backpedalPreparedStatementInsert(Connection connection,
                                                                     ParsedStatement insert,
                                                                     BindVariableSet bindVariables)

backpedalPreparedStatementUpdate

public BackpedalStatementEssentials backpedalPreparedStatementUpdate(Connection connection,
                                                                     ParsedStatement update,
                                                                     BindVariableSet bindVariables)
                                                              throws SQLException
SQLException

backpedalPreparedStatementDelete

public BackpedalStatementEssentials backpedalPreparedStatementDelete(Connection connection,
                                                                     ParsedStatement delete,
                                                                     BindVariableSet bindVariables)
                                                              throws SQLException
SQLException


Copyright © Sourceforge. All Rights Reserved.