public class DbDocValueFactory extends DefaultValueFactory<DbDoc>
ValueFactory
implementation to create DbDoc
s.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, createFromDouble, createFromLong, createFromTime, createFromTimestamp, createFromYear, setPropertySet, unsupported
public DbDocValueFactory(PropertySet pset)
pset
- PropertySet
public DbDoc createFromBytes(byte[] bytes, int offset, int length, Field f)
public DbDoc createFromNull()
ValueFactory
createFromNull
in interface ValueFactory<DbDoc>
createFromNull
in class DefaultValueFactory<DbDoc>
T
objectpublic java.lang.String getTargetTypeName()
ValueFactory
T
parameter.