Uses of Class
standup.sql.SQLSchemaRow

Packages that use SQLSchemaRow
standup.joke This package provides joke generation functionality and all its related data structures. 
 

Uses of SQLSchemaRow in standup.joke
 

Methods in standup.joke that return SQLSchemaRow
private  SQLSchemaRow Schema.getCurrentRow(ResultSet rs)
          Processes the current row in the given ResultSet as a SQLSchemaRow for this Schema
private  SQLSchemaRow Schema.getQueryRow(String query)
          Executes the given SQL query and returns the first row as an SQLSchemaRow for this Schema.
(package private)  SQLSchemaRow Schema.getValidInstantiation(JokeConstraints constraints)
          Returns a valid instantiation for this schema that satisfies the given JokeConstraints.