Package com.foundationdb.server.types.texpressions

Examples of com.foundationdb.server.types.texpressions.ResultSetSubqueryTExpression


            return new ScalarSubqueryTExpression(operator, innerExpression, outerRowType, innerRowType, bindingPosition);
        }

        protected TPreparedExpression resultSetSubqueryExpression(Operator operator, TPreptimeValue preptimeValue,
                                                                  RowType outerRowType, RowType innerRowType, int bindingPosition) {
            return new ResultSetSubqueryTExpression(operator, preptimeValue.type(), outerRowType, innerRowType, bindingPosition);
        }
View Full Code Here

TOP

Related Classes of com.foundationdb.server.types.texpressions.ResultSetSubqueryTExpression

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.