Uses of Interface
com.alibaba.druid.proxy.jdbc.ClobProxy

Packages that use ClobProxy
com.alibaba.druid.filter   
com.alibaba.druid.filter.encoding   
com.alibaba.druid.proxy.jdbc   
 

Uses of ClobProxy in com.alibaba.druid.filter
 

Methods in com.alibaba.druid.filter that return ClobProxy
 ClobProxy FilterChainImpl.wrap(ConnectionProxy conn, Clob clob)
           
 ClobProxy FilterChainImpl.wrap(StatementProxy stmt, Clob clob)
           
 

Methods in com.alibaba.druid.filter with parameters of type ClobProxy
 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)
           
 

Uses of ClobProxy in com.alibaba.druid.filter.encoding
 

Methods in com.alibaba.druid.filter.encoding with parameters of type ClobProxy
 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)
           
 

Uses of ClobProxy in com.alibaba.druid.proxy.jdbc
 

Subinterfaces of ClobProxy in com.alibaba.druid.proxy.jdbc
 interface NClobProxy
           
 

Classes in com.alibaba.druid.proxy.jdbc that implement ClobProxy
 class ClobProxyImpl
           
 class NClobProxyImpl
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.