Home
last modified time | relevance | path

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

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dindex.h143 bool isReferColumn(Column *column);
H A Dindex.cpp309 bool Index::isReferColumn(Column *column) in isReferColumn() function in Index
H A Ddatabasemodel.cpp9613 if(index->isReferColumn(column)) in getColumnReferences()