next(ResultSet rs) Returns an enumeration of the session keys associated with
the user.
Enumeration of session keys. Parameters: rs - result set from which sesison keys enumerationwill be instantiated.
Method to query the user's session keys.
Parameters: conn - Handle to database connection. exception: java.sql.SQLException - If a database access error occurs.
Returns an enumeration of the session keys associated with
the user.
Enumeration of session keys. Parameters: rs - result set from which sesison keys enumerationwill be instantiated. an Enumration of session keys. exception: SQLException - If a database access error occurs.