net.sourceforge.backpedal.impl.core
Class PreparedStatementEssentials

java.lang.Object
  |
  +--net.sourceforge.backpedal.impl.AbstractComponent
        |
        +--net.sourceforge.backpedal.impl.core.PreparedStatementEssentials
All Implemented Interfaces:
BackpedalStatementEssentials

public class PreparedStatementEssentials
extends AbstractComponent
implements BackpedalStatementEssentials


Field Summary
 
Fields inherited from interface net.sourceforge.backpedal.api.core.BackpedalStatementEssentials
DELETE, INSERT, UPDATE
 
Method Summary
 void backpedal(Connection connection)
          Backpedal the statement I represent using the supplied connection.
 String toString()
           
 
Methods inherited from class net.sourceforge.backpedal.impl.AbstractComponent
enableLogging, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

backpedal

public void backpedal(Connection connection)
               throws SQLException
Description copied from interface: BackpedalStatementEssentials
Backpedal the statement I represent using the supplied connection.

Specified by:
backpedal in interface BackpedalStatementEssentials
SQLException

toString

public String toString()
Overrides:
toString in class Object


Copyright © Sourceforge. All Rights Reserved.