KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > token > SE69


1 package com.daffodilwoods.daffodildb.server.sql99.token;
2
3 import java.util.*;
4
5 import com.daffodilwoods.daffodildb.server.sql99.utils.*;
6 import com.daffodilwoods.database.resource.*;
7
8 public class SE69 implements com.daffodilwoods.daffodildb.utils.parser.StatementExecuter, erule {
9    public String JavaDoc _SE690;
10
11    public void setDefaultValues(_VariableValueOperations variableValueOperation) throws DException {
12       /*dst*/
13       /*dend*/
14    }
15
16    public Object JavaDoc run(Object JavaDoc object) throws com.daffodilwoods.database.resource.DException {
17       return _SE690;
18    }
19
20    public void getColumnsIncluded(ArrayList aList) throws DException {
21    }
22
23    public void getTablesIncluded(ArrayList aList) throws DException {
24    }
25
26    public String JavaDoc toString() {
27       StringBuffer JavaDoc sb = new StringBuffer JavaDoc();
28       sb.append(_SE690);
29       return sb.toString();
30    }
31
32    public Object JavaDoc clone() throws CloneNotSupportedException JavaDoc {
33       return this;
34    }
35 }
36
Popular Tags