creole.drivers.odbc
[ class tree: creole.drivers.odbc ] [ index: creole.drivers.odbc ] [ all elements ]

Class: ODBCStatement

Source Location: /creole/drivers/odbc/ODBCStatement.php

Class Overview

StatementCommon
   |
   --ODBCStatement

ODBC Statement


Author(s):

Version:

  • $Revision: 1.1 $

Methods


Inherited Variables

Inherited Methods

Class: StatementCommon

StatementCommon::__construct()
Create new statement instance.
StatementCommon::close()
Free resources associated with this statement.
StatementCommon::execute()
Generic execute() function has to check to see whether SQL is an update or select query.
StatementCommon::executeQuery()
Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.
StatementCommon::executeUpdate()
Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
StatementCommon::getConnection()
Gets the db Connection that created this statement.
StatementCommon::getLimit()
Returns the maximum number of rows to return or 0 for all.
StatementCommon::getMoreResults()
Gets next result set (if this behavior is supported by driver).
StatementCommon::getOffset()
Returns the start row.
StatementCommon::getResultSet()
Get result set.
StatementCommon::getUpdateCount()
Get update count.
StatementCommon::isSelect()
Returns whether the passed SQL is a SELECT statement.
StatementCommon::setLimit()
Sets the maximum number of rows to return from db.
StatementCommon::setOffset()
Sets the start row.

Class Details

[line 32]
ODBC Statement



Tags:

version:  $Revision: 1.1 $
author:  Dave Lawson <dlawson@masterytech.com>


[ Top ]


Class Methods


method executeQuery [line 37]

void executeQuery( mixed $sql, [mixed $fetchmode = null])



Tags:

access:  public
see:  Statement::executeQuery()


Overrides StatementCommon::executeQuery() (Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.)

[ Top ]


Documentation generated on Mon, 23 Aug 2004 21:52:28 -0400 by phpDocumentor 1.3.0RC3