|
From: Roman R. <rro...@us...> - 2003-07-02 21:26:42
|
Update of /cvsroot/firebird/client-java/src/main/org/firebirdsql/ngds
In directory sc8-pr-cvs1:/tmp/cvs-serv8509/ngds
Modified Files:
GDS_Impl.java
Log Message:
added blob seek modes
Index: GDS_Impl.java
===================================================================
RCS file: /cvsroot/firebird/client-java/src/main/org/firebirdsql/ngds/GDS_Impl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -U3 -r1.1 -r1.2
--- GDS_Impl.java 25 Jun 2003 00:01:12 -0000 1.1
+++ GDS_Impl.java 2 Jul 2003 21:26:39 -0000 1.2
@@ -1003,7 +1003,7 @@
throw new java.lang.UnsupportedOperationException();
}
- public void isc_seek_blob(isc_blob_handle handle, int position)
+ public void isc_seek_blob(isc_blob_handle handle, int position, int mode)
throws GDSException
{
throw new java.lang.UnsupportedOperationException();
|