Package org.teiid.metadata.index
Class MetadataConstants.SEARCH_TYPES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.SEARCH_TYPES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.SEARCH_TYPES extends 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
Fields Modifier and Type Field Description static shortALLEXCEPTLIKEstatic shortLIKE_ONLYstatic shortSEARCHABLEstatic String[]TYPE_NAMESstatic shortUNSEARCHABLE
-
Constructor Summary
Constructors Constructor Description SEARCH_TYPES()
-
-
-
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 String[] TYPE_NAMES
-
-