Package org.teiid.metadata.index
Class IndexConstants.SEARCH_RECORD_TYPE
- java.lang.Object
-
- org.teiid.metadata.index.IndexConstants.SEARCH_RECORD_TYPE
-
- Enclosing class:
- IndexConstants
public static class IndexConstants.SEARCH_RECORD_TYPE extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static char
ANNOTATION
static char
MODEL_IMPORT
static char
OBJECT
static char
OBJECT_REF
static char
RELATED_OBJECT
static char
RELATIONSHIP
static char
RELATIONSHIP_ROLE
static char
RELATIONSHIP_TYPE
static char
RESOURCE
static char
TYPED_OBJECT
-
Constructor Summary
Constructors Constructor Description SEARCH_RECORD_TYPE()
-
-
-
Field Detail
-
RESOURCE
public static final char RESOURCE
- See Also:
- Constant Field Values
-
MODEL_IMPORT
public static final char MODEL_IMPORT
- See Also:
- Constant Field Values
-
OBJECT
public static final char OBJECT
- See Also:
- Constant Field Values
-
OBJECT_REF
public static final char OBJECT_REF
- See Also:
- Constant Field Values
-
RELATIONSHIP
public static final char RELATIONSHIP
- See Also:
- Constant Field Values
-
RELATED_OBJECT
public static final char RELATED_OBJECT
- See Also:
- Constant Field Values
-
RELATIONSHIP_TYPE
public static final char RELATIONSHIP_TYPE
- See Also:
- Constant Field Values
-
RELATIONSHIP_ROLE
public static final char RELATIONSHIP_ROLE
- See Also:
- Constant Field Values
-
TYPED_OBJECT
public static final char TYPED_OBJECT
- See Also:
- Constant Field Values
-
ANNOTATION
public static final char ANNOTATION
- See Also:
- Constant Field Values
-
-