SqlStatement

php\sql\SqlStatement

abstract class

implements: Iterator

Methods


bind($index, $value)
Parameters:
  • $indexint
  • $valuemixed
bindDate($index, $time)
Parameters:
bindTime($index, $time)
Parameters:
bindTimestamp($index, $time)
Parameters:
bindBlob($index, $blob)
Parameters:
fetch()

throws php\sql\SqlException

Returns:php\sql\SqlResult
update()

throws php\sql\SqlException

Returns:int
getLastInsertId()
Returns:mixed
getGeneratedKeys()
Returns:php\sql\SqlResult
current()
Returns:php\sql\SqlResult
next()
key()
valid()
rewind()