Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QSqlResult
This is the complete list of members for
QSqlResult
, including inherited members.
enum
BindingSyntax
QSqlResult
( const QSqlDriver *
db
)
~QSqlResult
()
void
addBindValue
( const QCoreVariant &
val
, QSql::ParamType
paramType
)
int
at
() const
void
bindValue
( int
index
, const QCoreVariant &
val
, QSql::ParamType
paramType
)
void
bindValue
( const QString &
placeholder
, const QCoreVariant &
val
, QSql::ParamType
paramType
)
QSql::ParamType
bindValueType
( int
index
) const
QSql::ParamType
bindValueType
( const QString &
placeholder
) const
BindingSyntax
bindingSyntax
() const
QCoreVariant
boundValue
( int
index
) const
QCoreVariant
boundValue
( const QString &
placeholder
) const
int
boundValueCount
() const
QString
boundValueName
( int
index
) const
QVector<QCoreVariant> &
boundValues
() const
void
clear
()
QCoreVariant
data
( int
index
)
const QSqlDriver *
driver
() const
bool
exec
()
QString
executedQuery
() const
bool
fetch
( int
index
)
bool
fetchFirst
()
bool
fetchLast
()
bool
fetchNext
()
bool
fetchPrevious
()
bool
hasOutValues
() const
bool
isActive
() const
bool
isForwardOnly
() const
bool
isNull
( int
index
)
bool
isSelect
() const
bool
isValid
() const
QSqlError
lastError
() const
QString
lastQuery
() const
int
numRowsAffected
()
bool
prepare
( const QString &
query
)
QSqlRecord
record
() const
bool
reset
( const QString &
query
)
bool
savePrepare
( const QString &
query
)
void
setActive
( bool
active
)
void
setAt
( int
index
)
void
setForwardOnly
( bool
forward
)
void
setLastError
( const QSqlError &
error
)
void
setQuery
( const QString &
query
)
void
setSelect
( bool
select
)
int
size
()
Copyright © 2004
Trolltech
Trademarks
Qt 4.0.0-b1