Java javax.sql.rowset.serial SerialBlob fields, constructors, methods, implement or subclass

Example usage for Java javax.sql.rowset.serial SerialBlob fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sql.rowset.serial SerialBlob.

The text is from its open source code.

Constructor

SerialBlob(byte[] b)
Constructs a SerialBlob object that is a serialized version of the given byte array.
SerialBlob(Blob blob)
Constructs a SerialBlob object that is a serialized version of the given Blob object.