1 22 23 package org.xquark.extractor.progress.sql; 24 25 import org.xquark.extractor.sql.SqlExpression; 26 27 28 public class SfNVL extends org.xquark.extractor.sql.SfNVL { 29 30 private static final String RCSRevision = "$Revision: 1.3 $"; 31 private static final String RCSName = "$Name: $"; 32 33 34 public SfNVL() 35 { 36 super(); 37 } 38 39 public SfNVL( SqlExpression arg0, SqlExpression arg1) 40 { 41 super(); 42 setArgument(0,arg0); 43 setArgument(1,arg1); 44 } 45 } 46 | Popular Tags |