KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > dml > OptSRESERVEDWORD1206543922Sleftparen653880241contextuallytypedrowvalueconstructorelementlistSrightparen_1874859514


1 package com.daffodilwoods.daffodildb.server.sql99.dml;
2
3 import java.util.*;
4
5 import com.daffodilwoods.daffodildb.server.serversystem.*;
6 import com.daffodilwoods.daffodildb.server.sql99.common.*;
7 import com.daffodilwoods.daffodildb.server.sql99.token.*;
8 import com.daffodilwoods.daffodildb.server.sql99.utils.*;
9 import com.daffodilwoods.database.resource.*;
10
11 public class OptSRESERVEDWORD1206543922Sleftparen653880241contextuallytypedrowvalueconstructorelementlistSrightparen_1874859514 implements com.daffodilwoods.daffodildb.utils.parser.StatementExecuter, contextuallytypedrowvalueconstructor {
12    public Srightparen_1874859514 _Srightparen_18748595140;
13    public contextuallytypedrowvalueconstructorelementlist _contextuallytypedrowvalueconstructorelementlist1;
14    public Sleftparen653880241 _Sleftparen6538802412;
15    public SRESERVEDWORD1206543922 _OptSRESERVEDWORD12065439223;
16
17    public OptSRESERVEDWORD1206543922Sleftparen653880241contextuallytypedrowvalueconstructorelementlistSrightparen_1874859514() {
18    }
19
20    /**
21     * This method calls the run of Element List and returns the values that have been entered
22     * The values thus entered are having atleast one null value.
23     * @param Object
24     * @return Object
25     * @throws DException
26     */

27
28    public Object JavaDoc run(Object JavaDoc object) throws DException {
29       if (_OptSRESERVEDWORD12065439223 != null) {
30          throw new RuntimeException JavaDoc("Not Supported");
31       }
32       return _contextuallytypedrowvalueconstructorelementlist1.run(object);
33    }
34
35    /**
36     * This method returns the Parameters involved in the Element List
37     * @param object
38     * @return
39     * @throws DException
40     */

41
42    public Object JavaDoc[] getParameters(Object JavaDoc object) throws DException {
43       return _contextuallytypedrowvalueconstructorelementlist1.getParameters(object);
44    }
45
46    public void getColumnsIncluded(ArrayList aList) throws DException {
47       _contextuallytypedrowvalueconstructorelementlist1.getColumnsIncluded(aList);
48    }
49
50    public void getTablesIncluded(ArrayList aList) throws DException {
51    }
52
53    /**
54     * This method returns the column Details of the Element List
55     * @return
56     * @throws DException
57     */

58
59    public ColumnDetails[] getColumnDetails() throws DException {
60       return _contextuallytypedrowvalueconstructorelementlist1.getColumnDetails();
61    }
62
63    /**
64     * This method returns the Parameter Info of the element List
65     * @return Object
66     * @throws DException
67     */

68
69    public ParameterInfo[] getParameterInfo() throws DException {
70       return _contextuallytypedrowvalueconstructorelementlist1.getParameterInfo();
71    }
72
73    /**
74     * This method returns the cardinality of the element list that is active.
75     * @return int column List
76     * @throws DException
77     */

78
79    public int getCardinality() throws DException {
80       int cardin = _contextuallytypedrowvalueconstructorelementlist1.getCardinality();
81       return cardin;
82    }
83
84    public _Reference[] getReferences(TableDetails[] td) throws DException {
85       return _contextuallytypedrowvalueconstructorelementlist1.getReferences(td);
86    }
87
88
89    public _Reference[] checkSemantic(_ServerSession object) throws DException {
90       return _contextuallytypedrowvalueconstructorelementlist1.checkSemantic(object);
91    }
92
93    public Object JavaDoc clone() throws CloneNotSupportedException JavaDoc {
94       return this;
95    }
96
97    public String JavaDoc toString() {
98       StringBuffer JavaDoc sb = new StringBuffer JavaDoc();
99       sb.append(" ");
100       if (_OptSRESERVEDWORD12065439223 != null) {
101          sb.append(_OptSRESERVEDWORD12065439223);
102       }
103       sb.append(" ");
104       sb.append(_Sleftparen6538802412);
105       sb.append(" ");
106       sb.append(_contextuallytypedrowvalueconstructorelementlist1);
107       sb.append(" ");
108       sb.append(_Srightparen_18748595140);
109       return sb.toString();
110    }
111    public ByteComparison getByteComparison(Object JavaDoc object) throws DException{
112       return null;
113    }
114 }
115
Popular Tags