public class DbDocValueFactory extends DefaultValueFactory<DbDoc>
ValueFactory implementation to create DbDocs.jdbcCompliantTruncationForReads, pset| Constructor and Description |
|---|
DbDocValueFactory(PropertySet pset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DbDoc |
createFromBytes(byte[] bytes,
int offset,
int length,
Field f)
Interpret the given byte array as a string.
|
DbDoc |
createFromNull()
Create result value from intermediate null value.
|
java.lang.String |
getTargetTypeName()
Get the actual class name of T parameter.
|
createFromBigDecimal, createFromBigInteger, createFromBit, createFromDate, createFromDatetime, createFromDouble, createFromLong, createFromTime, createFromTimestamp, createFromYear, setPropertySet, unsupportedpublic DbDocValueFactory(PropertySet pset)
pset - PropertySetpublic DbDoc createFromBytes(byte[] bytes, int offset, int length, Field f)
public DbDoc createFromNull()
ValueFactorycreateFromNull in interface ValueFactory<DbDoc>createFromNull in class DefaultValueFactory<DbDoc>public java.lang.String getTargetTypeName()
ValueFactory