#include <FdoStd.h>
#include <Fdo/Commands/ICommand.h>
#include <Fdo/Connections/IConnection.h>
#include <Fdo/Commands/Sql/ISQLDataReader.h>
Go to the source code of this file.
Classes | |
class | FdoISQLCommand |
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. More... |