File
Doc
Category
Size
Date
Package
StatementAccess.java
API Doc
JBoss 4.2.1
1592
Fri Jul 13 21:01:14 BST 2007
org.jboss.resource.adapter.jdbc
StatementAccess
public interface StatementAccess
A simple interface that allow us to get the underlying driver specific statement implementation back from the wrapper.
author
Scott.Stark@jboss.org
author
Adrian.Brock@jboss.com
version
$Revision: 57189 $
Fields Summary
Constructors Summary
Methods Summary
public
java.sql.Statement
getUnderlyingStatement
()
Get the underlying statement
return
the underlying statement
throws
SQLException when already closed
Java Code Source