View Javadoc
1 /* 2 * Created on 2003-6-6 14:55:11 by joel guo 3 * 4 * vTradEx Information Technology Inc. 5 */ 6 package com.cyclops.dbdigger.sql; 7 /*** Add description <font color="red">HERE</font>! 8 * 9 * @author <a href="mailto:joeblack.guo@vtradex.com">joel guo</a> 10 * @since 2003-6-6 14:55:11 11 */ 12 public class Condition { 13 /*** Empty Criterion array */ 14 public static final Condition[] EMPTY_ARRAY = new Condition[0]; 15 }

This page was automatically generated by Maven