org.apache.openjpa.jdbc.sql
Class Sized
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public final Object value
size
public final int size
Sized
public Sized(Object value,
int size)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.