Uses of Class
dods.servers.sql.sqlDDS

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

Uses of sqlDDS in dods.servers.sql
 

Methods in dods.servers.sql that return sqlDDS
 sqlDDS GuardedSQLDataset.getSQLDDS()
           
 sqlDDS sqlDataset.getSQLDDS()
          For the DODS SQL server this method does the following: Makes a newsqlServerFactory (aka BaseTypeFactory) for the dataset requested.
static sqlDDS sqlTest.getDDS()
           
 

Methods in dods.servers.sql with parameters of type sqlDDS
 java.lang.String SqlRelOpClause.getSqlRepresentation(boolean useDatasetName, sqlDDS dds)
          Supplies the (best effort) representation of this SqlRelOpClause as an SQL syntax for inclusion in the WHERE clause in an SQL SELECT query.
static void sqlTest.testNameBuilder(sqlDDS dds)