12 lines
200 B
C++
12 lines
200 B
C++
#ifndef _SQL_SQLDYNAMICBIND_HPP_
|
|
#define _SQL_SQLDYNAMICBIND_HPP_
|
|
#ifndef _SQL_SQLDATA_HPP_
|
|
#include <sql/sqldata.hpp>
|
|
#endif
|
|
|
|
class SQLDynamicBind : public Block<SQLData>
|
|
{
|
|
public:
|
|
private:
|
|
};
|
|
#endif |