public class BlobRDBMSMapping extends AbstractLargeBinaryRDBMSMapping
column, mapping, storeMgr| Constructor and Description |
|---|
BlobRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getJDBCType()
Method to return the java.sql.Types type that this relates to.
|
Object |
getObject(ResultSet rs,
int param)
Method to retrieve the object from the large binary column.
|
String |
getString(ResultSet rs,
int param)
Accessor for String value when serialised.
|
void |
setString(PreparedStatement ps,
int param,
String value)
Cater for serialisation of Strings.
|
getObjectForBytes, initialize, setObjectequals, failureMessage, failureMessage, failureMessage, getBoolean, getByte, getChar, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getInt, getJavaTypeMapping, getLong, getShort, getTypeInfo, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, isStringBased, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, useDefaultWhenNullpublic BlobRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - Columnpublic int getJDBCType()
AbstractDatastoreMappinggetJDBCType in class AbstractDatastoreMappingpublic Object getObject(ResultSet rs, int param)
AbstractLargeBinaryRDBMSMappinggetObject in interface DatastoreMappinggetObject in class AbstractLargeBinaryRDBMSMappingrs - The ResultSetparam - The parameter positionpublic void setString(PreparedStatement ps, int param, String value)
AbstractLargeBinaryRDBMSMappingsetString in interface DatastoreMappingsetString in class AbstractLargeBinaryRDBMSMappingps - PreparedStatementparam - param indexesvalue - The value of the Stringpublic String getString(ResultSet rs, int param)
AbstractLargeBinaryRDBMSMappinggetString in interface DatastoreMappinggetString in class AbstractLargeBinaryRDBMSMappingrs - ResultSetparam - param indexesCopyright © 2019. All rights reserved.