net.sf.saffron.sql
Class SqlValidator.TableConstructorScope
java.lang.Object
|
+--net.sf.saffron.sql.SqlValidator.Scope
|
+--net.sf.saffron.sql.SqlValidator.TableConstructorScope
- Enclosing class:
- SqlValidator
- class SqlValidator.TableConstructorScope
- extends SqlValidator.Scope
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rowType
private SaffronType rowType
values
private SqlNode values
SqlValidator.TableConstructorScope
SqlValidator.TableConstructorScope(SqlValidator.Scope parent,
SqlNode values,
String alias)
getRowType
public SaffronType getRowType()
- Description copied from class:
SqlValidator.Scope
- Returns a list of names of output columns.
- Specified by:
getRowType
in class SqlValidator.Scope
getNode
SqlNode getNode()
- Specified by:
getNode
in class SqlValidator.Scope