api/php/db/_pdo/baseresultset [en]

All languages

Differences between version EMPTY and #9982

0a1,55
> [api]
> 
> [name][kwd]private[/kwd] [kwd]class[/kwd] php.db.BaseResultSet[/name]
> [oop]implements [[/api/php/db/ResultSet]][/oop]
> [mod]import php.db.PDO[/mod]
> [pf]Available in php[/pf]
> [doc]
> [/doc]
> 
> [field][kwd]var[/kwd] length(getLength,null) : [[/api/Int]]
> [doc _length]
> [/doc _length]
> [/field]
> 
> [field][kwd]var[/kwd] nfields(getNFields,null) : [[/api/Int]]
> [doc _nfields]
> [/doc _nfields]
> [/field]
> 
> [field][kwd]function[/kwd] new( pdo : [[/api/php/db/PDOStatement]], typeStrategy : [[/api/php/db/_PDO/TypeStrategy]] ) : [[/api/Void]]
> [doc _new]
> [/doc _new]
> [/field]
> 
> [field][kwd]function[/kwd] getFloatResult( index : [[/api/Int]] ) : [[/api/Float]]
> [doc _getFloatResult]
> [/doc _getFloatResult]
> [/field]
> 
> [field][kwd]function[/kwd] getIntResult( index : [[/api/Int]] ) : [[/api/Int]]
> [doc _getIntResult]
> [/doc _getIntResult]
> [/field]
> 
> [field][kwd]function[/kwd] getResult( index : [[/api/Int]] ) : [[/api/String]]
> [doc _getResult]
> [/doc _getResult]
> [/field]
> 
> [field][kwd]function[/kwd] hasNext() : [[/api/Bool]]
> [doc _hasNext]
> [/doc _hasNext]
> [/field]
> 
> [field][kwd]function[/kwd] next() : [[/api/Dynamic]]
> [doc _next]
> [/doc _next]
> [/field]
> 
> [field][kwd]function[/kwd] results() : [[/api/List]]<[[/api/Dynamic]]>
> [doc _results]
> [/doc _results]
> [/field]
> 
> [/api]
\ No newline at end of file

	
Ver Date User Action
#19269 2013-05-08 11:10:58 api View | Diff
#17595 2013-02-24 23:59:18 api View | Diff
#11347 2011-09-25 16:04:40 api View | Diff
#9982 2011-01-30 15:48:42 api View | Diff
#9981 2011-01-30 15:48:42 api Set title to BaseResultSet

Previous | Next