represent a statement
| package |
jelix |
|---|---|
| subpackage |
db |
__construct( $idResult)
__destruct()
_fetch()
_free()
_rewind()
addModifier(callback $function)
| since | 1.1.6 |
|---|---|
callbacka callback function the function should accept in parameter the record, and the resulset object
applyModifiers( $result)
bindColumn( $column, &$param, $type = null)
bindParam( $parameter, &$variable, $data_type = null, $length = null, $driver_options = null)
bindValue( $parameter, $value, $data_type)
columnCount()
current()
execute( $parameters = null)
fetch() : object|boolean
object|booleanresult object or false if there is no more result
fetchAll() : array
array
getAttribute( $attr)
id()
key()
next()
rewind()
rowCount()
setAttribute( $attr, $value)
setFetchMode(integer $fetchmode, string|object $param = null, array $ctoargs = null)
integerFETCH_OBJ, FETCH_CLASS or FETCH_INTO
string|objectclass name if FETCH_CLASS, an object if FETCH_INTO. else null.
arrayarguments for the constructor if FETCH_CLASS
unescapeBin(string $text) : string
| since | 1.1.6 |
|---|
stringa binary string to unescape
stringthe unescaped string
valid()
_idResult :
_fetchMode :
_fetchModeParam :
_fetchModeCtoArgs :
modifier : array
| var |
of callback |
|---|---|
| since |
array
_currentRecord :
_recordIndex :