Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.