FDO API Reference | Feature Data Objects |
#include <ISQLCommand.h>
Inherits FdoICommand.
Inheritance diagram for FdoISQLCommand:
Definition at line 35 of file ISQLCommand.h.
Public Member Functions | |
virtual FDO_API FdoInt32 | ExecuteNonQuery ()=0 |
Executes the SQL statement against the connection object and returns the number of rows affected. | |
virtual FDO_API FdoISQLDataReader * | ExecuteReader ()=0 |
Executes the SQL statement against the connection object and returns an FdoISQLDataReader. | |
virtual FDO_API FdoString * | GetSQLStatement ()=0 |
Gets the SQL statement to be executed as a string. | |
virtual FDO_API void | SetSQLStatement (FdoString *value)=0 |
Sets the SQL statement to be executed as a string. | |
Friends | |
class | FdoIConnection |
|
Executes the SQL statement against the connection object and returns the number of rows affected.
|
|
Executes the SQL statement against the connection object and returns an FdoISQLDataReader.
|
|
Gets the SQL statement to be executed as a string.
|
|
Sets the SQL statement to be executed as a string.
|
|
Reimplemented from FdoICommand. Definition at line 37 of file ISQLCommand.h. |
Comments or suggestions? Send us feedback. |