public final class JSelectList
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JSelectList(int handle,
boolean indexVar,
JConnection conn) |
Modifier and Type | Method and Description |
---|---|
boolean |
bol()
Indicates whether the select list is at its beginning
|
void |
close()
Closes the select list and releases the server-side handle
|
boolean |
eol()
Indicates whether the select list is at its end
|
protected void |
finalize() |
protected int |
getHandle() |
java.lang.String |
getIndexKey()
Returns the index key
|
java.lang.String |
getRecordKey()
Retrieves the record key
|
int |
getVMCount()
Retrieves the multi-value index for the current key
|
boolean |
isIndex()
Indicates whether this select list was generated from a jBASE index
|
java.lang.String |
readNext()
Reads the next key from the select list
|
void |
saveList(java.lang.String listName)
Saves the list under the specified name in a work file
|
protected JSelectList(int handle, boolean indexVar, JConnection conn)
public boolean bol() throws JException
JException
public boolean eol() throws JException
JException
public java.lang.String getIndexKey() throws JException
JException
public boolean isIndex() throws JException
JException
public java.lang.String readNext() throws JException
JException
public java.lang.String getRecordKey() throws JException
JException
public void saveList(java.lang.String listName) throws JException
listName
- Name to save the list asJException
public int getVMCount() throws JException
JException
public void close() throws JException
JException
protected int getHandle()
protected void finalize()
finalize
in class java.lang.Object