org.apache.openjpa.jdbc.sql
Class Sized

java.lang.Object
  extended by org.apache.openjpa.jdbc.sql.Sized

public class Sized
extends Object

A sized value. Used to represent both a value and its size for calls to Row.setObject(org.apache.openjpa.jdbc.schema.Column, java.lang.Object).

Author:
Abe White

Field Summary
 int size
           
 Object value
           
 
Constructor Summary
Sized(Object value, int size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final Object value

size

public final int size
Constructor Detail

Sized

public Sized(Object value,
             int size)


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.