org.mmbase.storage.search
Interface FieldNullConstraint

Package class diagram package FieldNullConstraint
All Superinterfaces:
Constraint, FieldConstraint
All Known Implementing Classes:
BasicFieldNullConstraint

public interface FieldNullConstraint
extends FieldConstraint

A constraint that tests if a stepfield value is null.

This corresponds to IS NULL in SQL SELECT-syntax.

Since:
MMBase-1.7
Version:
$Id: FieldNullConstraint.java 41186 2010-02-26 17:54:31Z michiel $
Author:
Rob van Maris

Method Summary
 String toString()
          Returns a string representation of this FieldNullConstraint.
 
Methods inherited from interface org.mmbase.storage.search.FieldConstraint
getField, isCaseSensitive, matches
 
Methods inherited from interface org.mmbase.storage.search.Constraint
equals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiable
 

Method Detail

toString

String toString()
Returns a string representation of this FieldNullConstraint. The string representation has the form "FieldNullConstraint(inverse:<:inverse>, field:<field>, casesensitive:<casesensitive>)" where

Overrides:
toString in class Object
Returns:
A string representation of this FieldNullConstraint.


MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34