Haxe API Documentation
Back | Index
private class php.db.BaseResultSet
implements sys.db.ResultSet
import php.db.PDO
Available in php
var length(accessor,null) : Int
var nfields(accessor,null) : Int
function new(pdo : php.db.PDOStatement, typeStrategy : TypeStrategy) : Void
function getFieldsNames() : Array<String>
function getFloatResult(index : Int) : Float
function getIntResult(index : Int) : Int
function getResult(index : Int) : String
function hasNext() : Bool
function next() : Dynamic
function results() : List<Dynamic>
Back | Index