net.sourceforge.backpedal.api.core
Interface BackpedalStatementEssentials
- All Known Implementing Classes: 
 - PreparedStatementEssentials
 
- public interface BackpedalStatementEssentials
 
 
| 
Method Summary | 
 void | 
backpedal(Connection connection)
 
          Backpedal the statement I represent using the supplied connection. | 
 
INSERT
public static final String INSERT
- See Also:
 - Constant Field Values
 
DELETE
public static final String DELETE
- See Also:
 - Constant Field Values
 
UPDATE
public static final String UPDATE
- See Also:
 - Constant Field Values
 
backpedal
public void backpedal(Connection connection)
               throws SQLException
- Backpedal the statement I represent using the supplied connection.
SQLException
 
 
Copyright ©  Sourceforge. All Rights Reserved.