rows method
Add ROWS modifier
Sets the estimated number of rows returned by the column function.
rows
should be a positive number.
Implementation
SchemaUtils rows(int rows) {
_constraints.add("ROWS $rows");
return this;
}
Add ROWS modifier
Sets the estimated number of rows returned by the column function.
rows
should be a positive number.
SchemaUtils rows(int rows) {
_constraints.add("ROWS $rows");
return this;
}