PHPLights/Documentation/liblights/LsDBStmtODBC
From Linuxnetworks
< PHPLights | Documentation | liblights
Sypnosis
class LsDBStmtODBC extends LsDBStmt implements LsDBStmtIface { public function execute( array $binds = array() ) public function & fetch( $style = LsDBStmt::Assoc ) public function nextResult() }
Description
Public functions
execute()
public function execute( array $binds = array() )
fetch()
public function & fetch( $style = LsDBStmt::Assoc )
nextResult()
public function nextResult()
Back to Overview