类 BinaryStreamValueFactory
- java.lang.Object
-
- com.mysql.cj.result.DefaultValueFactory<InputStream>
-
- com.mysql.cj.result.BinaryStreamValueFactory
-
- 所有已实现的接口:
ValueFactory<InputStream>
public class BinaryStreamValueFactory extends DefaultValueFactory<InputStream>
A value factory for a raw stream of bytes from the value.
-
-
字段概要
-
从类继承的字段 com.mysql.cj.result.DefaultValueFactory
jdbcCompliantTruncationForReads, pset
-
-
构造器概要
构造器 构造器 说明 BinaryStreamValueFactory(PropertySet pset)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 InputStreamcreateFromBytes(byte[] bytes, int offset, int length, Field f)StringgetTargetTypeName()Get the actual class name of T parameter.
-
-
-
构造器详细资料
-
BinaryStreamValueFactory
public BinaryStreamValueFactory(PropertySet pset)
-
-
方法详细资料
-
createFromBytes
public InputStream createFromBytes(byte[] bytes, int offset, int length, Field f)
-
getTargetTypeName
public String getTargetTypeName()
从接口复制的说明:ValueFactoryGet the actual class name of T parameter.- 返回:
- class name
-
-