Ejemplo n.º 1
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.
 }