1 22 23 package org.xquark.extractor.algebra; 24 25 26 public class Rowid extends AttributeExpression{ 27 28 private static final String RCSRevision = "$Revision: 1.2 $"; 29 private static final String RCSName = "$Name: $"; 30 31 32 public Rowid(RenameRelation tableInstance, String attribute) 33 { 34 setTableInstance (tableInstance); 35 setAttribute(attribute); 36 } 37 } 38 | Popular Tags |