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

Class: SQLiteStatement

Source Location: /creole/drivers/sqlite/SQLiteStatement.php

Class Overview

StatementCommon
   |
   --SQLiteStatement

SQLite Statement


Author(s):

Version:

  • $Revision: 1.1 $

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]
SQLite Statement



Tags:

version:  $Revision: 1.1 $
author:  Hans Lellelid <hans@xmpl.org>


[ Top ]


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