FDO API Reference Feature Data Objects

mgISQLCommand.h File Reference

Include dependency graph for mgISQLCommand.h:

This graph shows which files directly or indirectly include this file:


Functions

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::Void set_SQLStatement (System::String *value)
 Sets the SQL statement to be executed as a string.

Variables

public __gc __interface ISQLCommand
 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.
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_SQL
public __gc __interface 
ISQLDataReader

Comments or suggestions? Send us feedback.