Subject | Patches (IV) |
---|---|
Author | Blas Rodriguez Somoza |
Post date | 2002-05-16T12:58:14Z |
Hello
In FBPreparedStatement there are some methods that was not implemented but don't throw any exception.
Because this is confusing, I think those methods must throw an exception. The methods are
public void setRef (int i, Ref x)
public void setClob (int i, Clob x)
public void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
public void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
public void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
Regards
Blas Rodriguez Somoza
In FBPreparedStatement there are some methods that was not implemented but don't throw any exception.
Because this is confusing, I think those methods must throw an exception. The methods are
public void setRef (int i, Ref x)
public void setClob (int i, Clob x)
public void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
public void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
public void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
Regards
Blas Rodriguez Somoza