james,
just trying to learn more about the source code,
looking at the JdbcDataSource.java, it looks like this is the default
behavior of the case statement in method getARow()
default:
result.put(colName, resultSet.getString(colName));
break;
--
View this message in context:
http://lucene.472066.n3.nabble.com/have-developer-question-about-ClobTransformer-and-DIH-tp4064256p4064934.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]