WIP createdb dialog
This commit is contained in:
parent
c20427e10d
commit
d3080a08bb
10 changed files with 113 additions and 45 deletions
|
|
@ -20,9 +20,14 @@ const QString& PgObject::objectName() const
|
|||
return m_name;
|
||||
}
|
||||
|
||||
void PgObject::setObjectName(const QString &name)
|
||||
{
|
||||
m_name = name;
|
||||
}
|
||||
|
||||
QString PgObject::quotedObjectName() const
|
||||
{
|
||||
return quoteIdent(objectName());
|
||||
return quoteIdent(objectName());
|
||||
}
|
||||
|
||||
QString PgObject::fullyQualifiedQuotedObjectName() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue