Interface ClobImplementer

All Known Subinterfaces:
NClobImplementer
All Known Implementing Classes:
ClobProxy, NClobProxy

public interface ClobImplementer
Marker interface for non-contextually created Clob instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets access to the data underlying this CLOB.
  • Method Details

    • getUnderlyingStream

      CharacterStream getUnderlyingStream()
      Gets access to the data underlying this CLOB.
      Returns:
      Access to the underlying data.