standup.sql
Interface SQLSelectElement

All Superinterfaces:
Unifiable
All Known Implementing Classes:
Keyword, Lexeme, SQLSelectVarField, WordForm, WordString

public interface SQLSelectElement
extends Unifiable

This interface represents an item in a SQL SELECT clause

Author:
Ruli Manurung

Method Summary
 String getSQLSelectString()
           
 
Methods inherited from interface standup.unify.Unifiable
duplicate
 

Method Detail

getSQLSelectString

String getSQLSelectString()