This is the complete list of members for SqlQuery, including inherited members.
- boundValues : object
- count : int
- currentIndex : int
- error : object
- fields : SqlFieldList
- insertId : object
- isActive : bool
- isForwardOnly : bool
- isPrepared : bool
- isSelect : bool
- isValid : bool
- rowsAffected : int
- values : object
- object boundValue(string name)
- object boundValue(int index)
- bool execute(string sql, ...)
- bool executePrepared(...)
- finish()
- bool first()
- bool last()
- bool next()
- bool prepare(string sql)
- bool previous()
- queryChanged()
- bool seek(int index)
- bool seek(int index, bool relative)
- object value(string name)
- object value(int index)