haXe API Documentation
Back
|
Index
private
class
php.db.MysqlResultSet
implements
sys.db.ResultSet
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
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