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

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

Introduction

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

The text is from its open source code.

Constructor

SerialClob(char ch[])
Constructs a SerialClob object that is a serialized version of the given char array.
SerialClob(Clob clob)
Constructs a SerialClob object that is a serialized version of the given Clob object.