|
|||||||||
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
public class 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 |
---|
transformed |
Fields inherited from class org.apache.derby.impl.sql.compile.QueryTreeNode |
---|
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX, isPrivilegeCollectionRequired |
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 Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |