Home
last modified time | relevance | path

Searched refs:createPhysicalTable (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Ddatabasemodel.h660 TableClass *createPhysicalTable();
H A Ddatabasemodel.cpp4935 table = createPhysicalTable<Table>(); in createTable()
6183 ftable = createPhysicalTable<ForeignTable>(); in createForeignTable()
11122 TableClass *DatabaseModel::createPhysicalTable() in createPhysicalTable() function in DatabaseModel
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/
H A DCHANGELOG.md245 … implementation of DatabaseModel::createTable to a template method createPhysicalTable in order to…