2 #error "Never use <dcl/core/SQL.inl> directly; include <dcl/core/SQL.h> instead."
8static const wchar_t* __pszSQL_inl__ =
__T(
"dcl/SQL.inl");
10#define __THIS_FILE__ __pszSQL_inl__
18inline const wchar_t* SQLField::dataTypeName()
const
25 return getDataSize(
false);
30 return getDataSize(
true);
36 switch (
sizeof(
int)) {
37 case 4 :
return asInt32();
38 case 8 :
return (
int)asInt64();
46#if defined(_MSC_VER) && _MSC_VER <= 1200
49 switch (
sizeof(
int)) {
64 switch (
sizeof(
unsigned int)) {
83 return __fields[_index];
90 return __fields[_index];
108 return __params[_index];
115 return __params[_index];
176inline size_t SQLConnectionPool::count()
const
181inline size_t SQLConnectionPool::idleCount()
const
188#define __THIS_FILE__ __T(__FILE__)
#define __DCL_ASSERT_PARAM(expr)
#define __DCL_ASSERT(expr)
void CharsetConvertException * setValue(UTF8Encoder::encode(_value), _assignType)
SQLDriver * driver() const
SQL::Connection * handle() const
SQL::Connection * __handle
_CONST SQLField & at(size_t _index) const
_CONST SQLField & operator[](size_t _index) const
static const wchar_t * dataTypeName(DataType _dataType)
SQLParam & operator[](size_t _index) const
SQLParam & at(size_t _index) const
_CONST SQLParams & params() _CONST
_CONST SQLFields & fields() _CONST
int64_t affectedRows() const
SQLConnection * connection() const
SQL::Query * handle() const
SQLConnection * __connection