com.jaxfront.core.util.sql
Class SQLCLOB

java.lang.Object
  extended by com.jaxfront.core.util.sql.SQLCLOB

public class SQLCLOB
extends java.lang.Object


Constructor Summary
SQLCLOB(java.lang.String data)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLCLOB

public SQLCLOB(java.lang.String data)
Method Detail

getBytes

public byte[] getBytes()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object