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>
versionId
public static final String versionId
- See Also:
- Constant Field Values
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 21 2004:2337 UTC