From: David J. <d_j...@us...> - 2001-05-25 19:49:55
|
Update of /cvsroot/firebird/client-java/src/org/firebirdsql/gds In directory usw-pr-cvs1:/tmp/cvs-serv2394 Modified Files: GDS.java Log Message: Moved near-static variables to an inner class Index: GDS.java =================================================================== RCS file: /cvsroot/firebird/client-java/src/org/firebirdsql/gds/GDS.java,v retrieving revision 1.2 retrieving revision 1.3 diff -U3 -r1.2 -r1.3 --- GDS.java 2001/05/25 16:09:37 1.2 +++ GDS.java 2001/05/25 19:49:52 1.3 @@ -1054,11 +1054,11 @@ int type) throws GDSException; - void isc_dsql_sql_info(isc_stmt_handle stmt_handle, + byte[] isc_dsql_sql_info(isc_stmt_handle stmt_handle, int item_length, byte[] items, - int buffer_length, - byte[] buffer) throws GDSException; + int buffer_length/*, + byte[] buffer*/) throws GDSException; int isc_vax_integer(byte[] buffer, int pos, int length); |