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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to