Uses of Interface
com.alibaba.druid.proxy.jdbc.ClobProxy
Packages that use ClobProxy
Package
Description
-
Uses of ClobProxy in com.alibaba.druid.filter
Methods in com.alibaba.druid.filter that return ClobProxyModifier and TypeMethodDescriptionFilterChainImpl.wrap(ConnectionProxy conn, Clob clob) FilterChainImpl.wrap(StatementProxy stmt, Clob clob) Methods in com.alibaba.druid.filter with parameters of type ClobProxyModifier and TypeMethodDescriptionvoidFilter.clob_free(FilterChain chain, ClobProxy wrapper) voidFilterAdapter.clob_free(FilterChain chain, ClobProxy wrapper) voidvoidFilter.clob_getAsciiStream(FilterChain chain, ClobProxy wrapper) FilterAdapter.clob_getAsciiStream(FilterChain chain, ClobProxy wrapper) FilterChain.clob_getAsciiStream(ClobProxy wrapper) FilterChainImpl.clob_getAsciiStream(ClobProxy clob) Filter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper) Filter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) FilterAdapter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper) FilterAdapter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) FilterChain.clob_getCharacterStream(ClobProxy wrapper) FilterChain.clob_getCharacterStream(ClobProxy wrapper, long pos, long length) FilterChainImpl.clob_getCharacterStream(ClobProxy clob) FilterChainImpl.clob_getCharacterStream(ClobProxy clob, long pos, long length) Filter.clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) FilterAdapter.clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) FilterChain.clob_getSubString(ClobProxy wrapper, long pos, int length) FilterChainImpl.clob_getSubString(ClobProxy clob, long pos, int length) longFilter.clob_length(FilterChain chain, ClobProxy wrapper) longFilterAdapter.clob_length(FilterChain chain, ClobProxy wrapper) longFilterChain.clob_length(ClobProxy wrapper) longFilterChainImpl.clob_length(ClobProxy clob) longFilter.clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) longFilter.clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) longFilterAdapter.clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) longFilterAdapter.clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) longFilterChain.clob_position(ClobProxy wrapper, String searchstr, long start) longFilterChain.clob_position(ClobProxy wrapper, Clob searchstr, long start) longFilterChainImpl.clob_position(ClobProxy clob, String searchstr, long start) longFilterChainImpl.clob_position(ClobProxy clob, Clob searchstr, long start) Filter.clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) FilterAdapter.clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) FilterChain.clob_setAsciiStream(ClobProxy wrapper, long pos) FilterChainImpl.clob_setAsciiStream(ClobProxy clob, long pos) Filter.clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) FilterAdapter.clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) FilterChain.clob_setCharacterStream(ClobProxy wrapper, long pos) FilterChainImpl.clob_setCharacterStream(ClobProxy clob, long pos) intFilter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) intFilter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) intFilterAdapter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) intFilterAdapter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) intFilterChain.clob_setString(ClobProxy wrapper, long pos, String str) intFilterChain.clob_setString(ClobProxy wrapper, long pos, String str, int offset, int len) intFilterChainImpl.clob_setString(ClobProxy clob, long pos, String str) intFilterChainImpl.clob_setString(ClobProxy clob, long pos, String str, int offset, int len) voidFilter.clob_truncate(FilterChain chain, ClobProxy wrapper, long len) voidFilterAdapter.clob_truncate(FilterChain chain, ClobProxy wrapper, long len) voidFilterChain.clob_truncate(ClobProxy wrapper, long len) voidFilterChainImpl.clob_truncate(ClobProxy clob, long len) -
Uses of ClobProxy in com.alibaba.druid.filter.encoding
Methods in com.alibaba.druid.filter.encoding with parameters of type ClobProxyModifier and TypeMethodDescriptionEncodingConvertFilter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper) EncodingConvertFilter.clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) EncodingConvertFilter.clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) longEncodingConvertFilter.clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) intEncodingConvertFilter.clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) intEncodingConvertFilter.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.jdbcClasses in com.alibaba.druid.proxy.jdbc that implement ClobProxy