sqlg2.db
Class GClob

java.lang.Object
  extended by sqlg2.db.GClob
All Implemented Interfaces:
java.io.Serializable

public final class GClob
extends java.lang.Object
implements java.io.Serializable

CLOB values are mapped to this class by default implementation of Mapper

See Also:
Serialized Form

Field Summary
 java.lang.String data
          Always not null.
 
Constructor Summary
GClob(java.lang.String data)
           
 
Method Summary
 int length()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public final java.lang.String data
Always not null.

Constructor Detail

GClob

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

toString

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

length

public int length()