Package org.apache.openjpa.jdbc.sql
Class Sized
- java.lang.Object
-
- org.apache.openjpa.jdbc.sql.Sized
-
public class Sized extends java.lang.Object
A sized value. Used to represent both a value and its size for calls toRow.setObject(org.apache.openjpa.jdbc.schema.Column, java.lang.Object)
.- Author:
- Abe White
-
-
Constructor Summary
Constructors Constructor Description Sized(java.lang.Object value, int size)
-