Home
last modified time | relevance | path

Searched refs:RowAmount (Results 1 – 5 of 5) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dfunction.cpp36 attributes[Attributes::RowAmount]=""; in Function()
465 attributes[Attributes::RowAmount]=QString("%1").arg(row_amount); in getCodeDefinition()
528 attribs[Attributes::RowAmount]=QString::number(row_amount); in getAlterDefinition()
H A Ddatabasemodel.cpp3977 if(!attribs[Attributes::RowAmount].isEmpty()) in createFunction()
3978 func->setRowAmount(attribs[Attributes::RowAmount].toInt()); in createFunction()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libparsers/src/
H A Dattributes.cpp502 RowAmount("row-amount"), variable
H A Dattributes.h520 RowAmount,
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Ddatabaseexplorerwidget.cpp79 {Attributes::RowAmount, QT_TR_NOOP("Rows amount")}, {Attributes::Schema, QT_TR_NOOP("Schema")},