com.redhat.persistence.engine.rdbms
Interface StatementLifecycle


public interface StatementLifecycle

StatementLifecycle

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Field Summary
static String versionId
           
 
Method Summary
 void beginClose()
           
 void beginExecute()
           
 void beginGet(String column)
           
 void beginNext()
           
 void beginPrepare()
           
 void beginSet(int pos, int type, Object obj)
           
 void endClose()
           
 void endClose(SQLException e)
           
 void endExecute(int updateCount)
           
 void endExecute(SQLException e)
           
 void endGet(Object result)
           
 void endGet(SQLException e)
           
 void endNext(boolean more)
           
 void endNext(SQLException e)
           
 void endPrepare()
           
 void endPrepare(SQLException e)
           
 void endSet()
           
 void endSet(SQLException e)
           
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

beginPrepare

public void beginPrepare()

endPrepare

public void endPrepare()

endPrepare

public void endPrepare(SQLException e)

beginSet

public void beginSet(int pos,
                     int type,
                     Object obj)

endSet

public void endSet()

endSet

public void endSet(SQLException e)

beginExecute

public void beginExecute()

endExecute

public void endExecute(int updateCount)

endExecute

public void endExecute(SQLException e)

beginNext

public void beginNext()

endNext

public void endNext(boolean more)

endNext

public void endNext(SQLException e)

beginGet

public void beginGet(String column)

endGet

public void endGet(Object result)

endGet

public void endGet(SQLException e)

beginClose

public void beginClose()

endClose

public void endClose()

endClose

public void endClose(SQLException e)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC