Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QSqlQuery
This is the complete list of members for
QSqlQuery
, including inherited members.
QSqlQuery
( QSqlResult *
r
)
QSqlQuery
( const QString &
query
= QString(), QSqlDatabase
db
= QSqlDatabase() )
QSqlQuery
( QSqlDatabase
db
)
QSqlQuery
( const QSqlQuery &
other
)
~QSqlQuery
()
void
addBindValue
( const QCoreVariant &
val
, QSql::ParamType
type
= QSql::In )
void
afterSeek
()
int
at
() const
void
beforeSeek
()
void
bindValue
( const QString &
placeholder
, const QCoreVariant &
val
, QSql::ParamType
type
= QSql::In )
void
bindValue
( int
pos
, const QCoreVariant &
val
, QSql::ParamType
type
= QSql::In )
QCoreVariant
boundValue
( const QString &
placeholder
) const
QCoreVariant
boundValue
( int
pos
) const
QMap<QString, QCoreVariant>
boundValues
() const
void
clear
()
const QSqlDriver *
driver
() const
bool
exec
( const QString &
query
)
bool
exec
()
QString
executedQuery
() const
bool
first
()
bool
isActive
() const
bool
isForwardOnly
() const
bool
isNull
( int
field
) const
bool
isSelect
() const
bool
isValid
() const
bool
last
()
QSqlError
lastError
() const
QString
lastQuery
() const
bool
next
()
int
numRowsAffected
() const
bool
prepare
( const QString &
query
)
bool
previous
()
QSqlRecord
record
() const
const QSqlResult *
result
() const
bool
seek
( int
i
, bool
relative
= false )
void
setForwardOnly
( bool
forward
)
int
size
() const
QCoreVariant
value
( int
i
) const
QSqlQuery &
operator=
( const QSqlQuery &
other
)
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp2