| java.lang.Object com.healthmarketscience.jackcess.IndexCodes
IndexCodes | public class IndexCodes (Code) | | Various constants used for creating index entries.
author: James Ahlborn |
Inner Class :final static class InternationalCodes | |
ASC_BOOLEAN_FALSE | final static byte ASC_BOOLEAN_FALSE(Code) | | |
ASC_BOOLEAN_TRUE | final static byte ASC_BOOLEAN_TRUE(Code) | | |
ASC_NULL_FLAG | final static byte ASC_NULL_FLAG(Code) | | |
ASC_START_FLAG | final static byte ASC_START_FLAG(Code) | | |
CODES | final static Map<Character, byte[]> CODES(Code) | | Map of character to byte[] that Access uses in indexes (not ASCII)
(Character -> byte[]) as codes to order text
|
DESC_BOOLEAN_FALSE | final static byte DESC_BOOLEAN_FALSE(Code) | | |
DESC_BOOLEAN_TRUE | final static byte DESC_BOOLEAN_TRUE(Code) | | |
DESC_NULL_FLAG | final static byte DESC_NULL_FLAG(Code) | | |
DESC_START_FLAG | final static byte DESC_START_FLAG(Code) | | |
END_EXTRA_TEXT | final static byte END_EXTRA_TEXT(Code) | | |
END_TEXT | final static byte END_TEXT(Code) | | |
INTERNATIONAL_CODES | final static Map<Character, InternationalCodes> INTERNATIONAL_CODES(Code) | | Map of character to byte[] that Access uses in indexes for international
characters (not ASCII) (Character -> InternationalCodes), in the extended
portion
|
INTERNATIONAL_EXTRA_PLACEHOLDER | final static byte INTERNATIONAL_EXTRA_PLACEHOLDER(Code) | | |
UNPRINTABLE_CODES | final static Map<Character, byte[]> UNPRINTABLE_CODES(Code) | | Map of character to byte[] that Access uses in indexes for unprintable
characters (not ASCII) (Character -> byte[]), in the extended portion
|
UNPRINTABLE_COMMON_PREFIX | final static byte[] UNPRINTABLE_COMMON_PREFIX(Code) | | |
UNPRINTABLE_COUNT_MULTIPLIER | final static int UNPRINTABLE_COUNT_MULTIPLIER(Code) | | |
UNPRINTABLE_COUNT_START | final static int UNPRINTABLE_COUNT_START(Code) | | |
UNPRINTABLE_MIDFIX | final static byte UNPRINTABLE_MIDFIX(Code) | | |
UNPRINTABLE_OFFSET_FLAGS | final static int UNPRINTABLE_OFFSET_FLAGS(Code) | | |
getNullEntryFlag | static byte getNullEntryFlag(boolean isAscending)(Code) | | |
getStartEntryFlag | static byte getStartEntryFlag(boolean isAscending)(Code) | | |
isNullEntry | static boolean isNullEntry(byte startEntryFlag)(Code) | | |
|
|