#include <DatabaseODBC.h>
Inheritance diagram for StatementODBC


Public Methods | |
| StatementODBC (ConnectionODBC* pConnection) | |
| virtual | ~StatementODBC () |
| virtual ResultSet* | executeQuery (const nsAReadableString& sql) |
| virtual void | execute (const nsAReadableString& sql) |
| virtual void | close () |
Protected Attributes | |
| ConnectionODBC* | m_pConnection |
| SQLHSTMT | m_hstmt |
| ResultSetODBC* | m_pResultSet |
Private Attributes | |
| friend | ResultSetODBC |
|
|
Definition at line 333 of file DatabaseODBC.cpp. |
|
|
Definition at line 340 of file DatabaseODBC.cpp. |
|
|
Reimplemented from Statement. Reimplemented in PreparedStatementODBC. Definition at line 356 of file DatabaseODBC.cpp. |
|
|
Reimplemented from Statement. Definition at line 361 of file DatabaseODBC.cpp. |
|
|
Reimplemented from Statement. Definition at line 351 of file DatabaseODBC.cpp. |
|
|
Definition at line 68 of file DatabaseODBC.h. Referenced by PreparedStatementODBC::getResultSet(). |
|
|
Definition at line 77 of file DatabaseODBC.h. |
|
|
Definition at line 76 of file DatabaseODBC.h. |
|
|
Definition at line 78 of file DatabaseODBC.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000