接口 ClobImplementer
-
- 所有已知子接口:
NClobImplementer
public interface ClobImplementerMarker interface for non-contextually createdClobinstances..- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 CharacterStreamgetUnderlyingStream()Gets access to the data underlying this CLOB.
-
-
-
方法详细资料
-
getUnderlyingStream
CharacterStream getUnderlyingStream()
Gets access to the data underlying this CLOB.- 返回:
- Access to the underlying data.
-
-