Class VarBinaryColumnMapping
java.lang.Object
org.datanucleus.store.rdbms.mapping.column.AbstractColumnMapping
org.datanucleus.store.rdbms.mapping.column.AbstractLargeBinaryColumnMapping
org.datanucleus.store.rdbms.mapping.column.VarBinaryColumnMapping
- All Implemented Interfaces:
ColumnMapping
- Direct Known Subclasses:
TimesTenVarBinaryColumnMapping
Mapping of a VARBINARY column.
-
Field Summary
Fields inherited from class AbstractColumnMapping
column, mapping, storeMgr -
Constructor Summary
ConstructorsConstructorDescriptionVarBinaryColumnMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col) -
Method Summary
Modifier and TypeMethodDescriptionintMethod to return the java.sql.Types type that this relates to.Methods inherited from class AbstractLargeBinaryColumnMapping
getObject, getObjectForBytes, getString, initialize, setObject, setStringMethods inherited from class AbstractColumnMapping
equals, 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, useDefaultWhenNull
-
Constructor Details
-
VarBinaryColumnMapping
-
-
Method Details
-
getJDBCType
public int getJDBCType()Description copied from class:AbstractColumnMappingMethod to return the java.sql.Types type that this relates to.- Specified by:
getJDBCTypein classAbstractColumnMapping- Returns:
- The JDBC "type"
-