haXe API Documentation
Back | Index
private class sys.db.MysqlResultSet
implements sys.db.ResultSet
import sys.db.Mysql
Available in neko, php
var length(dynamic,null) : Int
var nfields(dynamic,null) : Int
function new(r : Unknown, c : Unknown) : Void
Available in php
function new(r : Unknown) : Void
Available in neko
function getFieldsNames() : Array<String>
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