Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::SQL |
Functions | |
System::Int32 | OSGeo::FDO::Commands::SQL::ExecuteNonQuery () |
Executes the SQL statement against the connection object and returns the number of rows affected. | |
OSGeo::FDO::Commands::SQL::ISQLDataReader * | OSGeo::FDO::Commands::SQL::ExecuteReader () |
Executes the SQL statement against the connection object and returns an ISQLDataReader. | |
__property System::Void | OSGeo::FDO::Commands::SQL::set_SQLStatement (System::String *value) |
Sets the SQL statement to be executed as a string. | |
Variables | |
public __gc __interface | OSGeo::FDO::Commands::SQL::ISQLCommand |
public __gc __interface | OSGeo::FDO::Commands::SQL::ISQLDataReader |