net.sourceforge.backpedal.api.core
Interface BackpedalStatementEssentials

All Known Implementing Classes:
PreparedStatementEssentials

public interface BackpedalStatementEssentials


Field Summary
static String DELETE
           
static String INSERT
           
static String UPDATE
           
 
Method Summary
 void backpedal(Connection connection)
          Backpedal the statement I represent using the supplied connection.
 

Field Detail

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
Method Detail

backpedal

public void backpedal(Connection connection)
               throws SQLException
Backpedal the statement I represent using the supplied connection.

SQLException


Copyright © Sourceforge. All Rights Reserved.