org.apache.ojb.broker.accesslayer
Class ResultSetAndStatement
java.lang.Object
org.apache.ojb.broker.accesslayer.ResultSetAndStatement
- public class ResultSetAndStatement
- extends java.lang.Object
Intern used wrapper for Statement
and ResultSet
instances.
- Version:
- $Id: ResultSetAndStatement.java,v 1.13 2004/05/22 09:51:25 brj Exp $
Field Summary |
java.sql.ResultSet |
m_rs
|
java.sql.Statement |
m_stmt
|
Method Summary |
void |
close()
do a platform specific resource release. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_rs
public final java.sql.ResultSet m_rs
m_stmt
public final java.sql.Statement m_stmt
ResultSetAndStatement
public ResultSetAndStatement(Platform platform,
java.sql.Statement stmt,
java.sql.ResultSet rs)
close
public void close()
- do a platform specific resource release.
Note: This method must be called after usage
of this class.
(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2