com.alibaba.druid.proxy.jdbc
Interface ClobProxy

All Superinterfaces:
Clob
All Known Subinterfaces:
NClobProxy
All Known Implementing Classes:
ClobProxyImpl, NClobProxyImpl

public interface ClobProxy
extends Clob

Author:
wenshao

Method Summary
 ConnectionProxy getConnectionWrapper()
           
 Clob getRawClob()
           
 
Methods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 

Method Detail

getConnectionWrapper

ConnectionProxy getConnectionWrapper()

getRawClob

Clob getRawClob()


Copyright © 2012 Alibaba Group. All Rights Reserved.