Fwd: Re: jdk1.4 compilation

From: Andrei Adamchik (aadamchi..obox.com)
Date: Sat Jun 09 2001 - 20:50:50 EDT


Oops, this can not be done without migration (or we need to maintain 2
versions of code) . Class "Savepoint" does not exist in JDK1.3

>Date: Sat, 09 Jun 2001 20:47:49 -0400
>To: "Andriy Shapochka" <ashapochk..otmail.com>
>From: Andrei Adamchik <aadamchi..obox.com>
>Subject: Re: jdk1.4 compilation
>
>will be done tonight
>
>At 08:33 PM 6/9/2001 -0400, you wrote:
>>public void setHoldability(int holdability) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> setHoldability() not yet implemented.");
>> }
>> public int getHoldability() throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> getHoldability() not yet implemented.");
>> }
>> public Savepoint setSavepoint() throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> setSavepoint() not yet implemented.");
>> }
>> public Savepoint setSavepoint(String name) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> setSavepoint() not yet implemented.");
>> }
>> public void rollback(Savepoint savepoint) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method rollback()
>> not yet implemented.");
>> }
>> public void releaseSavepoint(Savepoint savepoint) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> releaseSavepoint() not yet implemented.");
>> }
>> public Statement createStatement(int resultSetType, int
>> resultSetConcurrency, int resultSetHoldability) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> createStatement() not yet implemented.");
>> }
>> public PreparedStatement prepareStatement(String sql, int
>> resultSetType, int resultSetConcurrency, int resultSetHoldability)
>> throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> prepareStatement() not yet implemented.");
>> }
>> public CallableStatement prepareCall(String sql, int resultSetType,
>> int resultSetConcurrency, int resultSetHoldability) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> prepareCall() not yet implemented.");
>> }
>> public PreparedStatement prepareStatement(String sql, int
>> autoGeneratedKeys) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> prepareStatement() not yet implemented.");
>> }
>> public PreparedStatement prepareStatement(String sql, int[]
>> columnIndexes) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> prepareStatement() not yet implemented.");
>> }
>> public PreparedStatement prepareStatement(String sql, String[]
>> columnNames) throws SQLException {
>> /*..odo: Implement this java.sql.Connection method*/
>> throw new java.lang.UnsupportedOperationException("Method
>> prepareStatement() not yet implemented.");
>> }
>
>Andrei

Andrei



This archive was generated by hypermail 2b30 : Sat Aug 04 2001 - 16:21:24 EDT