|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ compile overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.derby.impl.sql.compile.FromBaseTable
| Uses of FromBaseTable in org.apache.derby.impl.sql.compile |
| Fields in org.apache.derby.impl.sql.compile declared as FromBaseTable | |
protected FromBaseTable |
IndexToBaseRowNode.source
|
| Methods in org.apache.derby.impl.sql.compile that return FromBaseTable | |
protected FromBaseTable |
DMLModStatementNode.getResultColumnList(ResultColumnList inputRcl)
Get and bind the ResultColumnList representing the columns in the target table, given the table's name. |
| Methods in org.apache.derby.impl.sql.compile with parameters of type FromBaseTable | |
void |
TableElementList.appendNewColumnsToRCL(FromBaseTable table)
Append goobered up ResultColumns to the table's RCL. |
private void |
DMLModStatementNode.getResultColumnList(FromBaseTable fromBaseTable,
ResultColumnList inputRcl)
Get and bind the ResultColumnList representing the columns in the target table, given a FromTable for the target table. |
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ compile overview ] | PREV NEXT | ||||||||