接口 com.alibaba.druid.proxy.jdbc.ClobProxy
的使用

使用 ClobProxy 的软件包
com.alibaba.druid.filter   
com.alibaba.druid.filter.encoding   
com.alibaba.druid.proxy.jdbc   
 

com.alibaba.druid.filterClobProxy 的使用
 

返回 ClobProxycom.alibaba.druid.filter 中的方法
 ClobProxy FilterChainImpl.wrap(ConnectionProxy conn, Clob clob)
           
 ClobProxy FilterChainImpl.wrap(StatementProxy stmt, Clob clob)
           
 

参数类型为 ClobProxycom.alibaba.druid.filter 中的方法
 void FilterChainImpl.clob_free(ClobProxy clob)
           
 void FilterChain.clob_free(ClobProxy wrapper)
           
 void FilterAdapter.clob_free(FilterChain chain, ClobProxy wrapper)
           
 void Filter.clob_free(FilterChain chain, ClobProxy wrapper)
           
 InputStream FilterChainImpl.clob_getAsciiStream(ClobProxy clob)
           
 InputStream FilterChain.clob_getAsciiStream(ClobProxy wrapper)
           
 InputStream FilterAdapter.clob_getAsciiStream(FilterChain chain, ClobProxy wrapper)
           
 InputStream Filter.clob_getAsciiStream(FilterChain chain, ClobProxy wrapper)
           
 Reader FilterChainImpl.clob_getCharacterStream(ClobProxy clob)
           
 Reader FilterChain.clob_getCharacterStream(ClobProxy wrapper)
           
 Reader FilterChainImpl.clob_getCharacterStream(ClobProxy clob, long pos, long length)
           
 Reader FilterChain.clob_getCharacterStream(ClobProxy wrapper, long pos, long length)
           
 Reader FilterAdapter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper)
           
 Reader Filter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper)
           
 Reader FilterAdapter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length)
           
 Reader Filter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length)
           
 String FilterChainImpl.clob_getSubString(ClobProxy clob, long pos, int length)
           
 String FilterChain.clob_getSubString(ClobProxy wrapper, long pos, int length)
           
 String FilterAdapter.clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length)
           
 String Filter.clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length)
           
 long FilterChainImpl.clob_length(ClobProxy clob)
           
 long FilterChain.clob_length(ClobProxy wrapper)
           
 long FilterAdapter.clob_length(FilterChain chain, ClobProxy wrapper)
           
 long Filter.clob_length(FilterChain chain, ClobProxy wrapper)
           
 long FilterChainImpl.clob_position(ClobProxy clob, Clob searchstr, long start)
           
 long FilterChain.clob_position(ClobProxy wrapper, Clob searchstr, long start)
           
 long FilterChainImpl.clob_position(ClobProxy clob, String searchstr, long start)
           
 long FilterChain.clob_position(ClobProxy wrapper, String searchstr, long start)
           
 long FilterAdapter.clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start)
           
 long Filter.clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start)
           
 long FilterAdapter.clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start)
           
 long Filter.clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start)
           
 OutputStream FilterChainImpl.clob_setAsciiStream(ClobProxy clob, long pos)
           
 OutputStream FilterChain.clob_setAsciiStream(ClobProxy wrapper, long pos)
           
 OutputStream FilterAdapter.clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos)
           
 OutputStream Filter.clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos)
           
 Writer FilterChainImpl.clob_setCharacterStream(ClobProxy clob, long pos)
           
 Writer FilterChain.clob_setCharacterStream(ClobProxy wrapper, long pos)
           
 Writer FilterAdapter.clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos)
           
 Writer Filter.clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos)
           
 int FilterChainImpl.clob_setString(ClobProxy clob, long pos, String str)
           
 int FilterChain.clob_setString(ClobProxy wrapper, long pos, String str)
           
 int FilterChainImpl.clob_setString(ClobProxy clob, long pos, String str, int offset, int len)
           
 int FilterChain.clob_setString(ClobProxy wrapper, long pos, String str, int offset, int len)
           
 int FilterAdapter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str)
           
 int Filter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str)
           
 int FilterAdapter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len)
           
 int Filter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len)
           
 void FilterChainImpl.clob_truncate(ClobProxy clob, long len)
           
 void FilterChain.clob_truncate(ClobProxy wrapper, long len)
           
 void FilterAdapter.clob_truncate(FilterChain chain, ClobProxy wrapper, long len)
           
 void Filter.clob_truncate(FilterChain chain, ClobProxy wrapper, long len)
           
 

com.alibaba.druid.filter.encodingClobProxy 的使用
 

参数类型为 ClobProxycom.alibaba.druid.filter.encoding 中的方法
 Reader EncodingConvertFilter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper)
           
 Reader EncodingConvertFilter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length)
           
 String EncodingConvertFilter.clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length)
           
 long EncodingConvertFilter.clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start)
           
 int EncodingConvertFilter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str)
           
 int EncodingConvertFilter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len)
           
 

com.alibaba.druid.proxy.jdbcClobProxy 的使用
 

com.alibaba.druid.proxy.jdbcClobProxy 的子接口
 interface NClobProxy
           
 

实现 ClobProxycom.alibaba.druid.proxy.jdbc 中的类
 class ClobProxyImpl
           
 class NClobProxyImpl
           
 



Copyright © 2013 Alibaba Group. All Rights Reserved.