BaseResultSet

You are viewing an old version of this entry, click here to see latest version.
private class php.db.BaseResultSetimplements ResultSetimport php.db.PDOAvailable in php var length(getLength,null) : Int var nfields(getNFields,null) : Int function new( pdo : 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>
version #11347, modified 2011-09-25 16:04:40 by api
0 comment