Returns amount of correction that should be applied to the precision value. Different versions of MySQL report different precision values.
Definition at line 482 of file Field.java. Referenced by com::mysql::jdbc::ResultSetMetaData::getPrecision(). {
return this.precisionAdjustFactor;
}
|