setStreamAsLob(boolean streamAsLob) Specify whether a submitted binary stream / character stream
should be passed to the JDBC driver as explicit LOB content,
using the JDBC 4.0 setBlob / setClob
method with a stream argument.
public void setStreamAsLob(boolean streamAsLob)(Code)
Specify whether a submitted binary stream / character stream
should be passed to the JDBC driver as explicit LOB content,
using the JDBC 4.0 setBlob / setClob
method with a stream argument.