Update of /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv540
Modified Files:
CellComponentFactory.java
Log Message:
remove lob object
Index: CellComponentFactory.java
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/CellComponentFactory.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** CellComponentFactory.java 17 May 2004 15:30:36 -0000 1.25
--- CellComponentFactory.java 17 May 2004 16:32:31 -0000 1.26
***************
*** 488,492 ****
if (dataTypeObject != null) {
// we have an appropriate data type object
! return dataTypeObject.readResultSet(rs, index, largeObjInfo);
}
--- 488,492 ----
if (dataTypeObject != null) {
// we have an appropriate data type object
! return dataTypeObject.readResultSet(rs, index);
}
|