Description. This method can be used to set the scale of a decimal column.
This method is applicable to decimal columns only.
Changes made to columns using this method are not visible to MySQL.
Signature.
void setScale
(
int scale
)
Parameters.
This method takes a single parameter — the integer
scale is the new scale for the
decimal column. For additional information about decimal
precision and scale, see
Section 4.1.2.8, “Column::getPrecision()”, and
Section 4.1.2.9, “Column::getScale()”.
Return Value. No return value.
