Transaction Engine 3 Application Programming Interface
[ class tree: Transaction Engine 3 Application Programming Interface ] [ index: Transaction Engine 3 Application Programming Interface ] [ all elements ]

Class: KT_Recordset

Source Location: /common/lib/db/KT_Recordset.class.php

Class Overview


The Recordset class


Variables

Methods



Class Details

[line 9]
The Recordset class



[ Top ]


Class Variables

$EOF =  true

[line 30]

Are we at the end of the record?



Tags:

access:  public

Type:   boolean


[ Top ]

$fields = array()

[line 23]

The returned fields



Tags:

access:  public

Type:   array


[ Top ]



Class Methods


constructor KT_Recordset [line 37]

KT_Recordset KT_Recordset( object ResourceID &$resource)

The constructor



Tags:

access:  public


Parameters:

object ResourceID   &$resource   - the recordset resource id

[ Top ]

method FetchField [line 69]

object FetchField( mixed $colNum)

Gets a column's meta informations



Tags:

access:  public


[ Top ]

method FieldCount [line 60]

integer FieldCount( )

Gets the fields(columns) count



Tags:

access:  public


[ Top ]

method Fields [line 79]

mixt Fields( mixed $colName)

Returns the value of a field



Tags:

access:  public


[ Top ]

method MoveFirst [line 107]

boolean MoveFirst( )

Moves to the first row



Tags:

return:  true if moved false otherwise
access:  public


[ Top ]

method MoveNext [line 94]

boolean MoveNext( )

Moves to the next row



Tags:

return:  true if there is a next row false otherwise
access:  public


[ Top ]

method RecordCount [line 51]

integer RecordCount( )

Gets the record count



Tags:

access:  public


[ Top ]



Documentation generated on Tue, 6 Dec 2005 15:11:33 +0200 by phpDocumentor 1.3.0RC3