Package org.apache.derby.impl.sql.compile

Examples of org.apache.derby.impl.sql.compile.ResultColumn


/*
* <A NAME="columnNameItem">columnNameItem</A>
*/
  final public void columnNameItem(ResultColumnList columnList) throws ParseException, StandardException {
        String          columnName;
        ResultColumn    resultColumn;
    /* identifier() used to be columnName() */
            columnName = identifier(Limits.MAX_IDENTIFIER_LENGTH, true);
                /*
    ** Store the column names for the result columns in the
    ** result column list.  We don't know yet what valueNodes
View Full Code Here

TOP

Related Classes of org.apache.derby.impl.sql.compile.ResultColumn

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.