The GenericQueryResult interface provides methods for accessing the results of a generic query. These results can be returned as if they were one of the other query types, or the resource links can be returned and accessed directly.
Located in /harmoni/core/DBHandler/Oracle/OracleGenericQueryResult.class.php (line 26)
QueryResultInterface | --GenericQueryResultInterface | --OracleGenericQueryResult
Constructor
Returns the resource id for this SELECT query.
Returns the resource id for this SELECT query. The resource id is returned by the Oracle_query() function.
Returns the result of the query as a DeleteQueryResult.
Returns the result of the query as an InsertQueryResult.
Returns the result of the query as a SelectQueryResult.
Returns the result of the query as a UpdateQueryResult.
Inherited From GenericQueryResultInterface
GenericQueryResultInterface::getResourceId()
GenericQueryResultInterface::returnAsDeleteQueryResult()
GenericQueryResultInterface::returnAsInsertQueryResult()
GenericQueryResultInterface::returnAsSelectQueryResult()
GenericQueryResultInterface::returnAsUpdateQueryResult()
Inherited From QueryResultInterface
QueryResultInterface::getNumberOfRows()
Documentation generated on Wed, 19 Sep 2007 10:25:19 -0400 by phpDocumentor 1.3.0RC3