コード例 #1
0
 /**
  * @param argument Description of the Parameter
  * @return Description of the Return Value
  * @see net.sf.jrf.DatabasePolicy#formatToLower(String) *
  */
 public String formatToLower(String argument) {
   return DefaultImpls.formatToLower(argument);
 }
コード例 #2
0
 /**
  * @param sqlType Description of the Parameter
  * @param precision Description of the Parameter
  * @param scale Description of the Parameter
  * @return The numericColumnTypeDefinition value
  * @see net.sf.jrf.DatabasePolicy#getNumericColumnTypeDefinition(int,int,int) *
  */
 public String getNumericColumnTypeDefinition(int sqlType, int precision, int scale) {
   return DefaultImpls.getNumericColumnTypeDefinition(
       sqlType, precision, scale); // TODO implement here.
 }