[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 72 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
MSSQLStatement:: (2 méthodes):
executeQuery()
getMoreResults()
Classe: MSSQLStatement - X-Ref
Class that contains MSSQL functionality for Statements.executeQuery($sql, $fetchmode = null) X-Ref |
Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query. param: string $sql This method may optionally be called with the SQL statement. param: int $fetchmode The mode to use when fetching the results (e.g. ResultSet::FETCHMODE_NUM, ResultSet::FETCHMODE_ASSOC). return: object Creole::ResultSet |
getMoreResults() X-Ref |
Gets next result set (if this behavior is supported by driver). Some drivers (e.g. MSSQL) support returning multiple result sets -- e.g. from stored procedures. This function also closes any current restult set. Default behavior is for this function to return false. Driver-specific implementations of this class can override this method if they actually support multiple result sets. return: boolean True if there is another result set, otherwise false. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |