| 1 package com.daffodilwoods.daffodildb.server.sql99.dml; 2 3 import com.daffodilwoods.daffodildb.server.serversystem.*; 4 import com.daffodilwoods.daffodildb.server.sql99.common.*; 5 import com.daffodilwoods.daffodildb.server.sql99.token.*; 6 import com.daffodilwoods.daffodildb.server.sql99.utils.*; 7 import com.daffodilwoods.database.resource.*; 8 9 public class fromdefault implements com.daffodilwoods.daffodildb.utils.parser.StatementExecuter, insertcolumnsandsource { 10 public SRESERVEDWORD1206543922 _SRESERVEDWORD12065439220; 11 public SRESERVEDWORD1206543922 _SRESERVEDWORD12065439221; 12 13 public Object run(Object object) throws com.daffodilwoods.database.resource.DException { 14 return null; } 16 17 public Object [] getParameters(Object object) throws DException { 18 return null; 19 } 20 21 public ParameterInfo[] getParameterInfo() throws DException { 22 return null; 23 } 24 25 public ColumnDetails[] getColumns() throws DException { 26 return null; 27 } 28 29 public void checkcolumnsValidity(int length) throws DException { 30 31 } 32 33 public _Reference[] getReferences(TableDetails[] td) throws DException { 34 return null; 35 } 36 37 public _Reference[] checkSemantic(_ServerSession obj) throws DException { 38 return null; 39 } 40 41 public ColumnDetails[] getColumnDetails() throws DException { 42 return null; 43 } 44 45 public Object clone() throws CloneNotSupportedException { 46 return this; 47 } 48 49 public String toString() { 50 StringBuffer sb = new StringBuffer (); 51 sb.append(" "); 52 sb.append(_SRESERVEDWORD12065439221); 53 sb.append(" "); 54 sb.append(_SRESERVEDWORD12065439220); 55 return sb.toString(); 56 } 57 } 58 | Popular Tags |