1 33 34 package com.internetcds.jdbc.tds; 35 36 37 43 public interface ConnectionHelper { 44 public static final String ConnectionHelperCvsVersion = "$Id: ConnectionHelper.java,v 1.1 2006/06/23 10:39:04 sinisa Exp $"; 45 46 47 void relinquish(Tds tds) throws TdsException; 48 49 60 public void markAsClosed(java.sql.Statement stmt) throws TdsException; 61 62 public String getUrl(); 63 64 } 65 66 | Popular Tags |