Uses of Interface
dods.servers.sql.GuardedSQLDataset

Packages that use GuardedSQLDataset
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
 

Uses of GuardedSQLDataset in dods.servers.sql
 

Classes in dods.servers.sql that implement GuardedSQLDataset
 class sqlDataset
          This is the DODS Test servlet (dts).
 

Methods in dods.servers.sql that return GuardedSQLDataset
protected abstract  GuardedSQLDataset dodsSQLServlet.getSQLDataset(ReqState rs)
          This function must be implemented locally for each DODS server.
protected  GuardedSQLDataset drds.getSQLDataset(ReqState rs)
          For the DODS SQL server this method does the following: Makes a newsqlServerFactory (aka BaseTypeFactory) for the dataset requested.