Used to represent an individual select statement found in the select clause.
Constructors
SelectStatement(
String statement )
Public Methods
getField( ) returns String
getAlias( ) returns String
getColumnName( ) returns String
isFunction( ) returns boolean
toString( ) returns String