|
From: Roman R. <rro...@us...> - 2003-07-02 21:26:41
|
Update of /cvsroot/firebird/client-java/src/main/org/firebirdsql/gds
In directory sc8-pr-cvs1:/tmp/cvs-serv8509/gds
Modified Files:
GDS.java
Log Message:
added blob seek modes
Index: GDS.java
===================================================================
RCS file: /cvsroot/firebird/client-java/src/main/org/firebirdsql/gds/GDS.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -U3 -r1.11 -r1.12
--- GDS.java 25 Jun 2003 00:01:07 -0000 1.11
+++ GDS.java 2 Jul 2003 21:26:38 -0000 1.12
@@ -206,7 +206,7 @@
byte[] isc_blob_info(isc_blob_handle handle, byte[] items, int buffer_length)
throws GDSException;
- void isc_seek_blob(isc_blob_handle handle, int position)
+ void isc_seek_blob(isc_blob_handle handle, int position, int seekMode)
throws GDSException;
// Handle declaration methods
|