Fido Alpha 3.2

fido.db
Class ConditionalOperatorTable

java.lang.Object
  |
  +--fido.db.ConditionalOperatorTable

public class ConditionalOperatorTable
extends java.lang.Object


Field Summary
static int CONTAINS_ATTR
           
static int CONTAINS_LINK
           
static int NOT_CONTAINS_ATTR
           
static int NOT_CONTAINS_LINK
           
 
Constructor Summary
ConditionalOperatorTable()
           
 
Method Summary
 java.util.Collection list()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINS_LINK

public static final int CONTAINS_LINK
See Also:
Constant Field Values

NOT_CONTAINS_LINK

public static final int NOT_CONTAINS_LINK
See Also:
Constant Field Values

CONTAINS_ATTR

public static final int CONTAINS_ATTR
See Also:
Constant Field Values

NOT_CONTAINS_ATTR

public static final int NOT_CONTAINS_ATTR
See Also:
Constant Field Values
Constructor Detail

ConditionalOperatorTable

public ConditionalOperatorTable()
Method Detail

list

public java.util.Collection list()
                          throws FidoDatabaseException
FidoDatabaseException

Fido Alpha 3.2