FDO API Reference Feature Data Objects

FdoISQLCommand Class Reference

#include <ISQLCommand.h>

Inherits FdoICommand.

Inheritance diagram for FdoISQLCommand:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoISQLCommand interface defines the SQL command, which supports the execution of a SQL statement against an underlying RDBMS. Two execute methods are provided to distinguish between statements that return table data versus those that execute non query type operations.

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 FdoISQLDataReaderExecuteReader ()=0
 Executes the SQL statement against the connection object and returns an FdoISQLDataReader.
virtual FDO_API FdoStringGetSQLStatement ()=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

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.