[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
This class implements many shared or common methods needed by resultset drivers. This class may (optionally) be extended by driver classes simply to make it easier to create driver classes. This is also useful in the early stages of Creole development as it means that API changes affect fewer files. As Creole matures/stabalizes having a common class may become less useful, as drivers may have their own ways of doing things (and we'll have a solid unit test framework to make sure drivers conform to the API described by the interfaces).
Author: | Hans Lellelid <hans@xmpl.org> |
Version: | $Revision: 1.9 $ |
Poids: | 447 lignes (13 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
__construct(Connection $conn, $result, $fetchmode = null) X-Ref |
Constructor. |
__destruct() X-Ref |
Destructor Free db result resource. |
getIterator() X-Ref |
getResource() X-Ref |
isLowerAssocCase() X-Ref |
setFetchmode($mode) X-Ref |
getFetchmode() X-Ref |
previous() X-Ref |
relative($offset) X-Ref |
absolute($pos) X-Ref |
first() X-Ref |
last() X-Ref |
beforeFirst() X-Ref |
afterLast() X-Ref |
isAfterLast() X-Ref |
isBeforeFirst() X-Ref |
getCursorPos() X-Ref |
getRow() X-Ref |
get($column) X-Ref |
getArray($column) X-Ref |
getBoolean($column) X-Ref |
getBlob($column) X-Ref |
getClob($column) X-Ref |
getDate($column, $format = '%x') X-Ref |
getFloat($column) X-Ref |
getInt($column) X-Ref |
getString($column) X-Ref |
getTime($column, $format = '%X') X-Ref |
getTimestamp($column, $format = 'Y-m-d H:i:s') X-Ref |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |