MSSQLResultSet Class Reference

Inherits ResultSetCommon.

List of all members.

Public Member Functions

Public Attributes


Member Function Documentation

MSSQLResultSet::_setOffset ( $  offset)

 

This MSSQL-only function exists to set offset after ResultSet is instantiated. This function should be "protected" in Java sense: only available to classes in package. THIS METHOD SHOULD NOT BE CALLED BY ANYTHING EXCEPTION DRIVER CLASSES.

Parameters:
int $offset New offset. If great than 0, then seek(0) will be called to move cursor. protected

MSSQLResultSet::_setLimit ( $  limit)

 

This MSSQL-only function exists to set limit after ResultSet is instantiated. This function should be "protected" in Java sense: only available to classes in package. THIS METHOD SHOULD NOT BE CALLED BY ANYTHING EXCEPTION DRIVER CLASSES.

Parameters:
int $limit New limit. protected

MSSQLResultSet::seek ( $  rownum)

 

See also ResultSet::seek()

Returns boolean TRUE on success, FALSE on failure.

Reimplemented from ResultSet.

MSSQLResultSet::next ()

 

See also ResultSet::next()

Returns mixed boolean TRUE on success, FALSE if there are no more result and SQLException on failure.

Reimplemented from ResultSet.

MSSQLResultSet::getRecordCount ()

 

See also ResultSet::getRecordCount()

Reimplemented from ResultSet.

MSSQLResultSet::close ()

 

See also ResultSet::close()

Reimplemented from ResultSet.


Member Data Documentation

MSSQLResultSet::$offset = 0

 

MSSQLResultSet::$limit = 0

 


This file is part of the Creole[php4] library.


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS