FDO API Reference Feature Data Objects

ISQLCommandImp Class Reference

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.


Public Member Functions

System::Void Dispose ()
System::Int32 ExecuteNonQuery ()
 Executes the SQL statement against the connection object and returns the number of rows affected.
NAMESPACE_OSGEO_FDO_COMMANDS_SQL::ISQLDataReaderExecuteReader ()
 Executes the SQL statement against the connection object and returns an FdoISQLDataReader.
__property System::String * get_SQLStatement ()
 Gets the SQL statement to be executed as a string.
__property System::Void set_SQLStatement (System::String *value)
 Sets the SQL statement to be executed as a string.

Comments or suggestions? Send us feedback.