FileDocCategorySizeDatePackage
StatementAccess.javaAPI DocJBoss 4.2.11592Fri Jul 13 21:01:14 BST 2007org.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.StatementgetUnderlyingStatement()
Get the underlying statement

return
the underlying statement
throws
SQLException when already closed