|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.compile.QueryTreeNode
org.apache.derby.impl.sql.compile.ValueNode
org.apache.derby.impl.sql.compile.ResultColumn
org.apache.derby.impl.sql.compile.AllResultColumn
An AllResultColumn represents a "*" result column in a SELECT statement. It gets replaced with the appropriate set of columns at bind time.
Field Summary | |
private TableName |
tableName
|
Fields inherited from class org.apache.derby.impl.sql.compile.ResultColumn |
autoincrement, autoincrementGenerated, columnDescriptor, exposedName, expression, isGenerated, isGeneratedForUnmatchedColumnInInsert, isGroupingColumn, isNameGenerated, isRedundant, isReferenced, name, reference, sourceSchemaName, sourceTableName, updatableByCursor, updated |
Fields inherited from class org.apache.derby.impl.sql.compile.ValueNode |
clause, dataTypeServices, IN_HAVING_CLAUSE, IN_SELECT_LIST, IN_UNKNOWN_CLAUSE, IN_WHERE_CLAUSE, transformed |
Fields inherited from class org.apache.derby.impl.sql.compile.QueryTreeNode |
AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX, beginOffset, endOffset |
Constructor Summary | |
AllResultColumn()
|
Method Summary | |
(package private) ResultColumn |
cloneMe()
Make a copy of this ResultColumn in a new ResultColumn |
java.lang.String |
getFullTableName()
Return the full table name qualification for this node |
TableName |
getTableNameObject()
|
void |
init(java.lang.Object tableName)
This initializer is for use in the parser for a "*". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private TableName tableName
Constructor Detail |
public AllResultColumn()
Method Detail |
public void init(java.lang.Object tableName)
init
in class QueryTreeNode
tableName
- Dot expression qualifying "*"
public java.lang.String getFullTableName()
ResultColumn cloneMe() throws StandardException
cloneMe
in class ResultColumn
StandardException
- Thrown on errorpublic TableName getTableNameObject()
getTableNameObject
in class ResultColumn
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |