com.mchange.v1.db.sql
Interface ConnectionBundle

All Superinterfaces:
ClosableResource
All Known Implementing Classes:
ConnectionBundleImpl

public interface ConnectionBundle
extends ClosableResource


Method Summary
 Connection getConnection()
           
 PreparedStatement getStatement(String stmt_name)
           
 void putStatement(String stmt_name, PreparedStatement stmt)
           
 
Methods inherited from interface com.mchange.v1.util.ClosableResource
close
 

Method Detail

getConnection

Connection getConnection()

getStatement

PreparedStatement getStatement(String stmt_name)

putStatement

void putStatement(String stmt_name,
                  PreparedStatement stmt)