synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Java doc for the TransformClob is not right #14

Closed sshrav closed 9 years ago

sshrav commented 9 years ago

public class TransformClob extends Object implements JdbcCpoTransform<Clob,char[]>

Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob