NCBI C++ ToolKit
|
Search Toolkit Book for CGenericSqlString
Convenience extension of basic_string, supporting implicit conversion to const TChar* in most situations (but alas not within variadic argument lists, as for printf and the like). More...
#include <dbapi/driver/types.hpp>
Public Types | |
typedef basic_string< TChar > | TBasicString |
typedef TBasicString::size_type | size_type |
typedef TBasicString::value_type | value_type |
Public Member Functions | |
CGenericSqlString (void) | |
CGenericSqlString (const TBasicString &s) | |
CGenericSqlString (const value_type *data) | |
CGenericSqlString (const value_type *data, size_type len) | |
size_type | byte_count (void) const |
NCBI_DBAPIDRIVER_EXPORT | operator const value_type * (void) const |
operator const wchar_t * (void) const | |
Convenience extension of basic_string, supporting implicit conversion to const TChar* in most situations (but alas not within variadic argument lists, as for printf and the like).
CGenericSqlString< wchar_t >::operator const wchar_t * | ( | void | ) | const |