KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.daffodilwoods.daffodildb.server.sql99.dql.queryexpression.queryspecification;
2
3 /**
4  * It represents the distinct or all option of select list. If distinct is
5  * specified then only distinct values of all the columns present in select list
6  * are returned.
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 setquantifier extends com.daffodilwoods.daffodildb.utils.parser.StatementExecuter {
16 }
17
Popular Tags