类 MockClob
java.lang.Object
com.alibaba.druid.mock.MockClob
- 所有已实现的接口:
Clob
- 直接已知子类:
MockNClob
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidfree()getCharacterStream(long pos, long length) getSubString(long pos, int length) longlength()longlongsetAsciiStream(long pos) setCharacterStream(long pos) intintvoidtruncate(long len)
-
构造器详细资料
-
MockClob
public MockClob() -
MockClob
public MockClob(byte[] bytes)
-
-
方法详细资料
-
length
- 指定者:
length在接口中Clob- 抛出:
SQLException
-
getSubString
- 指定者:
getSubString在接口中Clob- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中Clob- 抛出:
SQLException
-
getAsciiStream
- 指定者:
getAsciiStream在接口中Clob- 抛出:
SQLException
-
position
- 指定者:
position在接口中Clob- 抛出:
SQLException
-
position
- 指定者:
position在接口中Clob- 抛出:
SQLException
-
setString
- 指定者:
setString在接口中Clob- 抛出:
SQLException
-
setString
- 指定者:
setString在接口中Clob- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中Clob- 抛出:
SQLException
-
setCharacterStream
- 指定者:
setCharacterStream在接口中Clob- 抛出:
SQLException
-
truncate
- 指定者:
truncate在接口中Clob- 抛出:
SQLException
-
free
- 指定者:
free在接口中Clob- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中Clob- 抛出:
SQLException
-