Uses of Class
mysql.AbstractSql

Packages that use AbstractSql
mysql   
stella.jview   
stella.sql   
 

Uses of AbstractSql in mysql
 

Subclasses of AbstractSql in mysql
 class HistorySql
          A class that allows static access to a database containing observational history of a target.
 class ObserveSql
          A class that allows static access to a database containing observational data of a target.
 class PermissionSql
          A class that holds various permissions for users.
 class ProposalSql
          A class that allows access to a database containing the propsals to stella observations as handed over by the user.
 class TargetSql
          A class that allows static access to a database containing astrophysical properties of stars.
 class TaskSql
          A class that comprises actions connected with the 'task' table in the stella database.
 class UserSql
          A class that allows access to a database containing the different users on STELLA.
 class WeatherSql
          Weather data interface.
 

Uses of AbstractSql in stella.jview
 

Subclasses of AbstractSql in stella.jview
 class JOffLimit
          Uses an offset alert statistic to provide a one-look health display of the two telescopes plus environment conditions.
static class JOffLimit.Monitor
          In this evocation, we act as a gesture server.
static class JOffLimit.Server
          In this evocation, we act as a gesture server.
 class JOffTails
          Uses an offset alert statistic to provide a one-look health display of the two telescopes plus environment conditions.
static class JOffTails.Server
          In this evocation, we act as a gesture server.
 

Uses of AbstractSql in stella.sql
 

Subclasses of AbstractSql in stella.sql
 class Database
           
 class NightlyStatistic
          A night report reports on statistic on a nightly basis.
 class OffLimitAlarm
          A class that uses nighly statistics to check for abnoramlities in certain parameters.
 class OffLimitVisual
          Uses an offset alert statistic to provide a one-look health display of the two telescopes plus environment conditions.
 class Statistics
          We get some statistic information stored in the db.
 class TargetDatabase
          A database provider roams through a sql database to load STELLA targets.