Package com.basis.api.admin
Interface BBjAdminIndexSegment
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
- All Known Subinterfaces:
BBjAdminBBjIndexSegment
,BBjAdminESQLIndexSegment
,BBjAdminLegacyIndexSegment
An individual index in a table.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.basis.sql.database.IndexSegment
Gets an IndexSegment instance for this.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
INDEX
- See Also:
-
COLUMN
- See Also:
-
FIELD
- See Also:
-
OFFSET
- See Also:
-
LENGTH
- See Also:
-
DESCENDING
- See Also:
-
SPECIAL
- See Also:
-
SPECIAL_NORMAL
static final int SPECIAL_NORMAL- See Also:
-
SPECIAL_BUSINESS_MATH
static final int SPECIAL_BUSINESS_MATH- See Also:
-
SPECIAL_ORDERED_NUMERIC
static final int SPECIAL_ORDERED_NUMERIC- See Also:
-
SPECIAL_CASE_INSENSITIVE
static final int SPECIAL_CASE_INSENSITIVE- See Also:
-
-
Method Details
-
getIndexSegment
Gets an IndexSegment instance for this. This is only for internal use. Do not used this method when using the API.- Returns:
- An IndexSegment.
- Throws:
BBjAdminException
-