KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > dql > queryexpression > non_joinqueryexpression


1 package com.daffodilwoods.daffodildb.server.sql99.dql.queryexpression;
2
3 /**
4  * It directly represents single select query without order by or it represents
5  * multiple select queries in conjunction with set operators(Union,Intersect,
6  * Except).
7  * <p>Title: </p>
8  * <p>Description: </p>
9  * <p>Copyright: Copyright (c) 2003</p>
10  * <p>Company: </p>
11  * @author unascribed
12  * @version 1.0
13  */

14
15 public interface non_joinqueryexpression extends com.daffodilwoods.daffodildb.utils.parser.StatementExecuter ,queryexpressionbody {
16 }
17
Popular Tags