sqlg2.db
Class GBlob

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

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

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

See Also:
Serialized Form

Field Summary
 byte[] data
          Always not null.
 
Constructor Summary
GBlob(byte[] data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public final byte[] data
Always not null.

Constructor Detail

GBlob

public GBlob(byte[] data)