Package org.teiid.metadata.index
Class IndexConstants
- java.lang.Object
-
- org.teiid.metadata.index.IndexConstants
-
public class IndexConstants extends Object
IndexConstants
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexConstants.RECORD_STRING
static class
IndexConstants.SEARCH_RECORD_TYPE
-
Field Summary
Fields Modifier and Type Field Description static String
EXTENSION_CHAR
static String
INDEX_EXT
static char
NAME_DELIM_CHAR
static char[]
RECORD_TYPES
static String
SEARCH_INDEX_EXT
static char[]
SEARCH_RECORD_TYPES
-
Constructor Summary
Constructors Constructor Description IndexConstants()
-
-
-
Field Detail
-
INDEX_EXT
public static final String INDEX_EXT
- See Also:
- Constant Field Values
-
SEARCH_INDEX_EXT
public static final String SEARCH_INDEX_EXT
- See Also:
- Constant Field Values
-
EXTENSION_CHAR
public static final String EXTENSION_CHAR
- See Also:
- Constant Field Values
-
NAME_DELIM_CHAR
public static final char NAME_DELIM_CHAR
- See Also:
- Constant Field Values
-
SEARCH_RECORD_TYPES
public static final char[] SEARCH_RECORD_TYPES
-
RECORD_TYPES
public static final char[] RECORD_TYPES
-
-