Uses of Interface
standup.sql.SQLSelectElement

Packages that use SQLSelectElement
standup.joke This package provides joke generation functionality and all its related data structures. 
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
standup.sql Provides classes and interfaces that handle access to the STANDUP lexical database, currently implemented as a relational database using PostgreSQL server. 
 

Uses of SQLSelectElement in standup.joke
 

Method parameters in standup.joke with type arguments of type SQLSelectElement
 String InstantiationConstraintPhoneticSimilarity.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintNovelty.getSQLConstraint(Clause clause, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintLexiconSchema.getSQLConstraint(Clause c, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintLexiconNone.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintLexiconAll.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintLexicon.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintLexemeSchema.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintLexeme.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintFamiliarityScore.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraintAmbiguity.getSQLConstraint(Clause s, List<SQLSelectElement> taqlsses)
           
 String InstantiationConstraint.getSQLConstraint(Clause clause, List<SQLSelectElement> taqlsses)
          Returns an SQL code snippet that is to be appended to the WHERE clause of the SQL query when instantiating the given Clause.
 

Uses of SQLSelectElement in standup.lexicon
 

Classes in standup.lexicon that implement SQLSelectElement
 class Keyword
          A Keyword is an object appearing in a WordStruct that is not 'canned' or 'filler' text.
 class Lexeme
          A Lexeme is a specific sense, or meaning of a word.
 class WordForm
          A WordForm is a word with a unique orthographic and phonetic spelling.
 class WordString
          A simple String representing the orthography of a word.
 

Uses of SQLSelectElement in standup.sql
 

Classes in standup.sql that implement SQLSelectElement
 class SQLSelectVarField
          This class represents an item in a SQL SELECT clause.