| 1 package com.daffodilwoods.daffodildb.server.sql99.ddl.schemadefinition; 2 3 import com.daffodilwoods.daffodildb.server.sql99.ddl.descriptors.*; 4 import com.daffodilwoods.daffodildb.server.sql99.token.*; 5 import com.daffodilwoods.database.resource.*; 6 7 public class SRESERVEDWORD1206543922schemaauthorizationidentifier implements schemanameclause { 8 public schemaauthorizationidentifier _schemaauthorizationidentifier0; 9 public SRESERVEDWORD1206543922 _SRESERVEDWORD12065439221; 10 11 SchemaDescriptor schemaDescriptor; 12 public void setSchemaDescriptor(_Descriptor schemaDescriptor) throws DException { 13 this.schemaDescriptor = (SchemaDescriptor) schemaDescriptor; 14 } 15 16 public Object run(Object object) throws DException { 17 if (schemaDescriptor != null) { 18 schemaDescriptor.schema_owner = (String ) _schemaauthorizationidentifier0.run(null); 19 } 20 return null; 21 } 22 23 public Object clone() throws CloneNotSupportedException { 24 return this; 25 } 26 27 public String toString() { 28 StringBuffer sb = new StringBuffer (); 29 sb.append(" "); 30 sb.append(_SRESERVEDWORD12065439221); 31 sb.append(" "); 32 sb.append(_schemaauthorizationidentifier0); 33 return sb.toString(); 34 } 35 } 36 | Popular Tags |