Question: if you added a method

public Savepoint setSavepoint(String name) throws SQLException

how is this going to compile with JSDK 1.3? java.sql.Savepoint was only 
added in 1.4




Lev Assinovsky wrote:
> Since JDK 1.4 includes JDBC 3.0
> I added all additional functions with a body like:
> {
>   throw new SQLException("Not implemented.");
> }
> to be able to compile in JDK 1.4.


-- 
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
- Andrei (a.k.a. Andrus) Adamchik
Home of Cayenne - O/R Persistence Framework
http://objectstyle.org/cayenne/
email: andrus-jk at objectstyle dot org


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to