MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.core.spi.DomainFieldHandler Interface Reference
Inheritance diagram for com.mysql.clusterj.core.spi.DomainFieldHandler:

Public Member Functions

void filterCompareValue (Object value, BinaryCondition condition, ScanFilter filter)
void markEqualBounds (CandidateIndexImpl[] candidateIndices, PredicateImpl predicate)
void markInBounds (CandidateIndexImpl[] candidateIndices, InPredicateImpl predicate)
void markLowerBounds (CandidateIndexImpl[] candidateIndices, PredicateImpl predicate, boolean strict)
void markUpperBounds (CandidateIndexImpl[] candidateIndices, PredicateImpl predicate, boolean strict)
void objectSetValueFor (Object value, Object row, String indexName)
void operationEqual (Object value, Operation op)
void operationEqualForIndex (Object parameterValue, Operation op, String indexName)
void operationSetBounds (Object value, BoundType type, IndexScanOperation op)
void operationSetValue (ValueHandler handler, Operation op)
void objectSetKeyValue (Object keys, ValueHandler handler)
void objectSetValue (ResultData rs, ValueHandler handler)
Class<?> getType ()
String getName ()
int getFieldNumber ()
void partitionKeySetPart (PartitionKey result, ValueHandler handler)
boolean includedInIndex (String index)
void operationSetModifiedValue (ValueHandler handler, Operation op)
void operationGetValue (Operation op)
void objectSetValueExceptIndex (ResultData rs, ValueHandler handler, String indexName)
boolean isPrimaryKey ()
Object getValue (QueryExecutionContext context, String parameterName)

Detailed Description

Definition at line 34 of file DomainFieldHandler.java.


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