Returns the CLOB data as a java.io.Reader object or as a stream of characters.
语法
public java.io.Reader getCharacterStream()
返回值
A java.io.Reader object that contains the CLOB data.
异常
备注
This getCharacterStream method is specified by the getCharacterStream method in the java.sql.Clob interface.