Definition at line 64 of file qsqlresult.cpp.
◆ IndexMap
◆ QHolderVector
◆ QSqlResultPrivate()
QSqlResultPrivate::QSqlResultPrivate |
( |
QSqlResult * |
d | ) |
|
|
inline |
Definition at line 67 of file qsqlresult.cpp.
QSqlResult::BindingSyntax binds
QSql::NumericalPrecisionPolicy precisionPolicy
◆ clear()
void QSqlResultPrivate::clear |
( |
void |
| ) |
|
|
inline |
◆ clearIndex()
void QSqlResultPrivate::clearIndex |
( |
| ) |
|
|
inline |
Definition at line 83 of file qsqlresult.cpp.
void clear()
Removes all items from the hash.
void clear()
Removes all the elements from the vector and releases the memory used by the vector.
QHash< int, QSql::ParamType > types
◆ clearValues()
void QSqlResultPrivate::clearValues |
( |
| ) |
|
|
inline |
Definition at line 72 of file qsqlresult.cpp.
QVector< QVariant > values
void clear()
Removes all the elements from the vector and releases the memory used by the vector.
◆ holderAt()
QString QSqlResultPrivate::holderAt |
( |
int |
index | ) |
const |
Definition at line 124 of file qsqlresult.cpp.
const Key key(const T &value) const
Returns the first key mapped to value.
◆ namedToPositionalBinding()
QString QSqlResultPrivate::namedToPositionalBinding |
( |
| ) |
|
Definition at line 173 of file qsqlresult.cpp.
179 bool inQuote =
false;
const QChar at(int i) const
Returns the character at the given index position in the string.
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
void reserve(int size)
Attempts to allocate memory for at least size characters.
int size() const
Returns the number of characters in this string.
static bool qIsAlnum(QChar ch)
void squeeze()
Releases any memory not required to store the character data.
QString mid(int position, int n=-1) const Q_REQUIRED_RESULT
Returns a string that contains n characters of this string, starting at the specified position index...
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
◆ positionalToNamedBinding()
QString QSqlResultPrivate::positionalToNamedBinding |
( |
| ) |
|
Definition at line 150 of file qsqlresult.cpp.
156 bool inQuote =
false;
159 for (
int i = 0; i < n; ++i) {
const QChar at(int i) const
Returns the character at the given index position in the string.
static QString qFieldSerial(int i)
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
void reserve(int size)
Attempts to allocate memory for at least size characters.
int size() const
Returns the number of characters in this string.
void squeeze()
Releases any memory not required to store the character data.
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
◆ resetBindCount()
void QSqlResultPrivate::resetBindCount |
( |
| ) |
|
|
inline |
◆ active
bool QSqlResultPrivate::active |
◆ bindCount
int QSqlResultPrivate::bindCount |
◆ binds
◆ error
◆ executedQuery
QString QSqlResultPrivate::executedQuery |
◆ forwardOnly
bool QSqlResultPrivate::forwardOnly |
◆ holders
◆ idx
int QSqlResultPrivate::idx |
◆ indexes
◆ isSel
bool QSqlResultPrivate::isSel |
◆ precisionPolicy
◆ sql
◆ sqldriver
◆ types
QHash<int, QSql::ParamType> QSqlResultPrivate::types |
◆ values
The documentation for this class was generated from the following file: