org.teiid.connector.metadata.runtime
Class MetadataConstants.SEARCH_TYPES

java.lang.Object
  extended by org.teiid.connector.metadata.runtime.MetadataConstants.SEARCH_TYPES
Enclosing class:
MetadataConstants

public static final class MetadataConstants.SEARCH_TYPES
extends java.lang.Object

These types are associated with the Element having valid search types. The values must be kept consistent with the SearchabilityType enumeration in the relational metamodel and the values referenced in SearchTypeEnumeration.properties in connector.metadata


Field Summary
static short ALLEXCEPTLIKE
           
static short LIKE_ONLY
           
static short SEARCHABLE
           
static java.lang.String[] TYPE_NAMES
           
static short UNSEARCHABLE
           
 
Constructor Summary
MetadataConstants.SEARCH_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCHABLE

public static final short SEARCHABLE
See Also:
Constant Field Values

ALLEXCEPTLIKE

public static final short ALLEXCEPTLIKE
See Also:
Constant Field Values

LIKE_ONLY

public static final short LIKE_ONLY
See Also:
Constant Field Values

UNSEARCHABLE

public static final short UNSEARCHABLE
See Also:
Constant Field Values

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES
Constructor Detail

MetadataConstants.SEARCH_TYPES

public MetadataConstants.SEARCH_TYPES()


Copyright © 2009. All Rights Reserved.