net.sourceforge.backpedal.api.core
Interface BackpedalEngine
- All Known Implementing Classes:
- BackpedalEngineImpl
- public interface BackpedalEngine
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.