接口 BlobImplementer

  • 所有已知实现类:
    BlobProxy

    public interface BlobImplementer
    Marker interface for non-contextually created Blob instances..
    作者:
    Steve Ebersole
    • 方法详细资料

      • getUnderlyingStream

        BinaryStream getUnderlyingStream()
                                  throws SQLException
        Gets access to the data underlying this BLOB.
        返回:
        Access to the underlying data.
        抛出:
        SQLException