59606162636465
public Connection getNewNestedConnection(EmbedConnection conn) { if (SanityManager.DEBUG) { SanityManager.ASSERT(conn instanceof EmbedConnection30, "conn expected to be instanceof EmbedConnection30"); } return new EmbedConnection40(conn); }
65666768697071
} protected EmbedConnection getNewEmbedConnection(String url, Properties info) throws SQLException { return new EmbedConnection40(this, url, info); }
57585960616263
63646566676869
} public EmbedConnection getNewEmbedConnection(String url, Properties info) throws SQLException { return new EmbedConnection40(this, url, info); }
53545556575859
54555657585960
import javax.sql.XAConnection; public class Driver40 extends Driver30 { public Connection getNewNestedConnection(EmbedConnection conn) { return new EmbedConnection40(conn); }
60616263646566