MSSQLResultSet Class Reference

Inherits ResultSetCommon, and ResultSet.

List of all members.

Public Member Functions


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()

Implements ResultSet.

MSSQLResultSet::next ( )

 

See also ResultSet::next()

Implements ResultSet.

MSSQLResultSet::getRecordCount ( )

 

See also ResultSet::getRecordCount()

Implements ResultSet.

MSSQLResultSet::close ( )

 

See also ResultSet::close()

Implements ResultSet.


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


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS