#include <dcl/Config.h>
#include <wchar.h>
#include <wctype.h>
#include <dcl/Object.h>
#include <dcl/Charset.h>
#include <dcl/SQL.h>
Go to the source code of this file.
◆ __sql_transform__()
__sql_transform__ |
( |
_sql | , |
|
|
__handle-> | placeholder(), |
|
|
sql | , |
|
|
names | ) |
◆ clear()
◆ execute()
◆ if() [1/2]
if |
( |
!__handle-> | preparebstr, bstr.length(), names.size() | ) |
|
Definition at line 295 of file SQLQuery.cpp.
295 {
296#ifdef __DCL_DEBUG
298#else
300#endif
301 }
◆ if() [2/2]
if |
( |
__handle-> | paramCount(), |
|
|
0 | ) |
◆ IMPLEMENT_CLASSINFO() [1/3]
◆ IMPLEMENT_CLASSINFO() [2/3]
◆ IMPLEMENT_CLASSINFO() [3/3]
Definition at line 244 of file SQLQuery.cpp.
247{
250
252
254 if (!_conn->handle()->createQueryInstance(&hQuery)) {
256 }
258
259 __handle = hQuery;
260 __connection = _conn;
261}
#define __DCL_ASSERT(expr)
◆ bstr
ByteString bstr = UTF8Encoder::encode(sql) |
◆ names
◆ sql