1 package mobisnap.mobile_trx; 2 3 /*** 4 * Used to represent functions internally 5 */ 6 public interface MSQLTFunction 7 extends MSQLTName 8 { 9 /*** 10 * Returns true if the following parameters can be the parameters of 11 * the function 12 */ 13 public boolean parametersOK( Object[] params); 14 }

This page was automatically generated by Maven