| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 478 lignes (16 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
MSSQLCallableStatement:: (27 méthodes):
__construct()
getResource()
close()
executeQuery()
getMoreResults()
registerOutParameter()
setArray()
setBoolean()
setBlob()
setClob()
setDate()
setFloat()
setInt()
setNull()
setString()
setTime()
setTimestamp()
getArray()
getBoolean()
getBlob()
getClob()
getDate()
getFloat()
getInt()
getString()
getTime()
getTimestamp()
Classe: MSSQLCallableStatement - X-Ref
MS SQL Server class to handle stored procedure execution.| __construct(Connection $conn, $stmt) X-Ref |
| Construct new MSSQLCallableStatement. param: Connection $conn param: resource $stmt |
| getResource() X-Ref |
| close() X-Ref |
| executeQuery($p1 = null, $fetchmode = null) X-Ref |
| getMoreResults() X-Ref |
| registerOutParameter($paramIndex, $sqlType, $maxLength = null) X-Ref |
| setArray($paramIndex, $value, $out = false) X-Ref |
| setBoolean($paramIndex, $value, $out = false) X-Ref |
| setBlob($paramIndex, $blob, $out = false) X-Ref |
| setClob($paramIndex, $clob, $out = false) X-Ref |
| setDate($paramIndex, $value, $out = false) X-Ref |
| setFloat($paramIndex, $value, $out = false) X-Ref |
| setInt($paramIndex, $value, $out = false) X-Ref |
| setNull($paramIndex) X-Ref |
| setString($paramIndex, $value, $out = false) X-Ref |
| setTime($paramIndex, $value, $out = false) X-Ref |
| setTimestamp($paramIndex, $value, $out = false) X-Ref |
| getArray($paramIndex) X-Ref |
| getBoolean($paramIndex) X-Ref |
| getBlob($paramIndex) X-Ref |
| getClob($paramIndex) X-Ref |
| getDate($paramIndex, $fmt = '%Y-%m-%d') X-Ref |
| getFloat($paramIndex) X-Ref |
param: mixed $paramIndex Column name (string) or index (int). return: float |
| getInt($paramIndex) X-Ref |
| getString($paramIndex) X-Ref |
| getTime($paramIndex, $format='%X') X-Ref |
| getTimestamp($paramIndex, $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 |