Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
S
SearchKey
- Class in
global
Provides a general and type-safe way to store and compare index search keys.
SearchKey(Integer)
- Constructor for class global.
SearchKey
Constructs a new integer search key.
SearchKey(Float)
- Constructor for class global.
SearchKey
Constructs a new float search key.
SearchKey(String)
- Constructor for class global.
SearchKey
Constructs a new string search key.
SearchKey(Object)
- Constructor for class global.
SearchKey
Constructs a search key from a generic value.
SearchKey(SearchKey)
- Constructor for class global.
SearchKey
Copy constructor for a search key.
SearchKey(byte[], short)
- Constructor for class global.
SearchKey
Constructs a SearchKey stored in the given data buffer.
selectRecord(RID)
- Method in class heap.
HFPage
Selects a record from the page.
setCharValue(char, int, byte[])
- Static method in class global.
Convert
Writes a unicode character into the given byte array at the specified position.
setCharValue(char, int)
- Method in class global.
Page
Sets a char at the given page offset.
setCurPage(PageId)
- Method in class heap.
HFPage
Sets the current page's id.
setData(byte[])
- Method in class global.
Page
Set accessor for the data byte array.
setFloatValue(float, int, byte[])
- Static method in class global.
Convert
Writes a float into the given byte array at the specified position.
setFloatValue(float, int)
- Method in class global.
Page
Sets a float at the given page offset.
setIntValue(int, int, byte[])
- Static method in class global.
Convert
Writes an integer into the given byte array at the specified position.
setIntValue(int, int)
- Method in class global.
Page
Sets an int at the given page offset.
setNextPage(PageId)
- Method in class heap.
HFPage
Sets the next page's id.
setPage(Page)
- Method in class global.
Page
Sets this page's data array to share the given page's data array.
setPrevPage(PageId)
- Method in class heap.
HFPage
Sets the previous page's id.
setShortValue(short, int, byte[])
- Static method in class global.
Convert
Writes a short into the given byte array at the specified position.
setShortValue(short, int)
- Method in class global.
Page
Sets a short at the given page offset.
setStringValue(String, int, byte[])
- Static method in class global.
Convert
Writes a string into the given byte array at the specified position.
setStringValue(String, int)
- Method in class global.
Page
Sets a string at the given page offset.
setType(short)
- Method in class heap.
HFPage
Sets the arbitrary type of the page.
slotno
- Variable in class global.
RID
The record's slot number.
SortKey
- Class in
global
One term in an ORDER BY clause; i.e.
SortKey(Object, boolean)
- Constructor for class global.
SortKey
Constructs a SortKey from the given values.
SpaceNotAvailableException
- Exception in
heap
SpaceNotAvailableException(String)
- Constructor for exception heap.
SpaceNotAvailableException
STRING
- Static variable in class global.
AttrType
SystemCatalog
- Static variable in class global.
Minibase
The Minibase System Catalog.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W