| 1 package com.daffodilwoods.daffodildb.server.sql99.dml; 2 3 import com.daffodilwoods.daffodildb.server.sql99.common.*; 4 import com.daffodilwoods.daffodildb.server.sql99.token.*; 5 import com.daffodilwoods.database.resource.*; 6 7 public class OptfetchorientationSRESERVEDWORD1206543922 implements com.daffodilwoods.daffodildb.utils.parser.StatementExecuter { 8 9 public String toString() { 10 StringBuffer clause = new StringBuffer (); 11 if (_Optfetchorientation1 != null) { 12 clause.append(" "); 13 clause.append(_Optfetchorientation1.toString()); 14 } 15 16 clause.append(" "); 17 clause.append(_SRESERVEDWORD12065439220.toString()); 18 19 return clause.toString().trim(); 20 21 } 22 23 public SRESERVEDWORD1206543922 _SRESERVEDWORD12065439220; 24 public fetchorientation _Optfetchorientation1; 25 26 public Object run(Object object) throws DException { 27 if (_Optfetchorientation1 == null) { 28 return SqlKeywords.NEXT; 29 } 30 return _Optfetchorientation1.run(object); 31 } 32 33 public Object clone() throws CloneNotSupportedException { 34 return this; 35 } 36 } 37 | Popular Tags |