Miscellaneous changes. Including a copy action.
This commit is contained in:
parent
242f5464df
commit
4a2c6cc396
19 changed files with 147 additions and 43 deletions
|
|
@ -24,6 +24,11 @@ const PgType& PgTypeContainer::getTypeByName(const QString &name) const
|
|||
return m_invalidType;
|
||||
}
|
||||
|
||||
const PgType& PgTypeContainer::getTypeByIdx(int idx) const
|
||||
{
|
||||
return m_types.at(idx);
|
||||
}
|
||||
|
||||
std::string PgTypeContainer::getLoadQuery()
|
||||
{
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue