类 MockBlob
java.lang.Object
com.alibaba.druid.mock.MockBlob
- 所有已实现的接口:
Blob
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidfree()getBinaryStream(long pos, long length) byte[]getBytes(long pos, int length) longlength()longposition(byte[] pattern, long start) longsetBinaryStream(long pos) intsetBytes(long pos, byte[] bytes) intsetBytes(long pos, byte[] bytes, int offset, int len) voidtruncate(long len)
-
构造器详细资料
-
MockBlob
public MockBlob()
-
-
方法详细资料
-
length
- 指定者:
length在接口中Blob- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中Blob- 抛出:
SQLException
-
getBinaryStream
- 指定者:
getBinaryStream在接口中Blob- 抛出:
SQLException
-
position
- 指定者:
position在接口中Blob- 抛出:
SQLException
-
position
- 指定者:
position在接口中Blob- 抛出:
SQLException
-
setBytes
- 指定者:
setBytes在接口中Blob- 抛出:
SQLException
-
setBytes
- 指定者:
setBytes在接口中Blob- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中Blob- 抛出:
SQLException
-
truncate
- 指定者:
truncate在接口中Blob- 抛出:
SQLException
-
free
- 指定者:
free在接口中Blob- 抛出:
SQLException
-
getBinaryStream
- 指定者:
getBinaryStream在接口中Blob- 抛出:
SQLException
-