haXe API Documentation
Back |
Indexprivate class php.db.MysqlResultSet
import php.db.Mysql
Available in php
- var length(getLength,null) : Int
- var nfields(getNFields,null) : Int
- function new(r : Void, c : Void) : Void
- 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