| Package | Description |
|---|---|
| mysql | |
| stella.applet | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
private static class |
UserSql.SqlProfile
A user profile that is constructed from a database entry.
|
| Modifier and Type | Method and Description |
|---|---|
private UserProfile |
UserSql.fromNextRow(ResultSet single)
Returns the next user profile parsed from the result set.
|
private static UserProfile |
UserSql.fromNextRow(ResultSet single,
String f1,
String f2,
String f3,
String f4,
String f5,
String f6,
String f7)
Returns the next user profile parsed from the result set.
|
UserProfile |
UserSql.getUserProfile(String name)
Returns the user profile from the user name.
|
private UserProfile |
UserSql.singleProfile(String where)
Convenience method returning just a single user profile.
|
| Modifier and Type | Method and Description |
|---|---|
static List<UserProfile> |
UserSql.getAllUserProfiles()
Returns all user profiles found.
|
static List<UserProfile> |
UserSql.getAllUserProfiles(String table)
Returns all user profiles found.
|
private List<UserProfile> |
UserSql.userProfiles(String where) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUserProfile |
| Modifier and Type | Method and Description |
|---|---|
static List<UserProfile> |
SimpleUserProfile.getFromServlet(URL where) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserProperty
A class to facilitate user properties on a telescope.
|