#include "qsqldriver.h"
#include "qdatetime.h"
#include "qsqlerror.h"
#include "qsqlfield.h"
#include "qsqlindex.h"
#include "private/qobject_p.h"
Go to the source code of this file.
◆ prepareIdentifier()
Definition at line 52 of file qsqldriver.cpp.
Referenced by QSqlDriver::sqlStatement().
virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const
Returns the identifier escaped according to the database rules.
The QString class provides a Unicode character string.
bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const
Returns whether identifier is escaped according to the database rules.