KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.daffodilwoods.daffodildb.server.sql99.dql.queryexpression;
2
3 /**
4  * It represents single select query without order by clause or parenthesized
5  * select query which can in turn be multiple select queries in conjuction with
6  * set operators.
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_joinqueryprimary extends com.daffodilwoods.daffodildb.utils.parser.StatementExecuter ,queryprimary ,non_joinqueryterm {
16 }
17
Popular Tags