MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.core.metadata.DomainFieldHandlerImpl.NullObjectOperationHandler Interface Reference

Public Member Functions

boolean operationSetValue (DomainFieldHandlerImpl fmd, Operation op)

Detailed Description

Definition at line 499 of file DomainFieldHandlerImpl.java.

Member Function Documentation

boolean com.mysql.clusterj.core.metadata.DomainFieldHandlerImpl.NullObjectOperationHandler.operationSetValue ( DomainFieldHandlerImpl  fmd,
Operation  op 
)

Handle null values on operationSetValue. This method is called if the value to be set in the handler is null. The execution depends on the null value handling defined for the field.

Parameters
fmdthe FieldHandler for the field
opthe NDB Operation
Returns
true if the operationSetValue has been handled
Exceptions
com.mysql.cluster.ndbj.NdbApiException

The documentation for this interface was generated from the following file: