haXe API Documentation
Back |
Indexinterface php.db.ResultSet
Available in php
- var length(getLength,null) : Int
- var nfields(getNFields,null) : Int
- function getFloatResult(n : Int) : Float
- function getIntResult(n : Int) : Int
- function getResult(n : Int) : String
- function hasNext() : Bool
- function next() : Dynamic
- function results() : List<Dynamic>
Back |
Index