MySQL++
3.3.0
|
This is the complete list of members for mysqlpp::String, including all inherited members.
assign(const char *str, size_type len, mysql_type_info type=mysql_type_info::string_type, bool is_null=false) | mysqlpp::String | inline |
assign(const std::string &str, mysql_type_info type=mysql_type_info::string_type, bool is_null=false) | mysqlpp::String | inline |
assign(const char *str, mysql_type_info type=mysql_type_info::string_type, bool is_null=false) | mysqlpp::String | inline |
at(size_type pos) const | mysqlpp::String | |
begin() const | mysqlpp::String | inline |
c_str() const | mysqlpp::String | inline |
compare(const String &other) const | mysqlpp::String | |
compare(const std::string &other) const | mysqlpp::String | |
compare(size_type pos, size_type num, std::string &other) const | mysqlpp::String | |
compare(const char *other) const | mysqlpp::String | |
compare(size_type pos, size_type num, const char *other) const | mysqlpp::String | |
const_iterator typedef | mysqlpp::String | |
conv(Type) const | mysqlpp::String | inline |
conv(Null< T, B >) const | mysqlpp::String | inline |
data() const | mysqlpp::String | |
empty() const | mysqlpp::String | inline |
end() const | mysqlpp::String | |
escape_q() const | mysqlpp::String | |
is_null() const | mysqlpp::String | |
it_is_null() | mysqlpp::String | |
iterator typedef | mysqlpp::String | |
length() const | mysqlpp::String | |
max_size() const | mysqlpp::String | inline |
operator bool() const | mysqlpp::String | inline |
operator const char *() const | mysqlpp::String | inline |
operator Date() const | mysqlpp::String | inline |
operator DateTime() const | mysqlpp::String | inline |
operator double() const | mysqlpp::String | inline |
operator float() const | mysqlpp::String | inline |
operator int() const | mysqlpp::String | inline |
operator long int() const | mysqlpp::String | inline |
operator longlong() const | mysqlpp::String | inline |
operator Null< T, B >() const | mysqlpp::String | inline |
operator short int() const | mysqlpp::String | inline |
operator signed char() const | mysqlpp::String | inline |
operator Time() const | mysqlpp::String | inline |
operator ulonglong() const | mysqlpp::String | inline |
operator unsigned char() const | mysqlpp::String | inline |
operator unsigned int() const | mysqlpp::String | inline |
operator unsigned long int() const | mysqlpp::String | inline |
operator unsigned short int() const | mysqlpp::String | inline |
operator!=(const T &rhs) const | mysqlpp::String | inline |
operator!=(const mysqlpp::null_type &) const | mysqlpp::String | inline |
operator=(const std::string &rhs) | mysqlpp::String | inline |
operator=(const char *str) | mysqlpp::String | inline |
operator=(const String &other) | mysqlpp::String | inline |
operator==(const T &rhs) const | mysqlpp::String | inline |
operator==(const mysqlpp::null_type &) const | mysqlpp::String | inline |
operator[](size_type pos) const | mysqlpp::String | inline |
quote_q() const | mysqlpp::String | |
size() const | mysqlpp::String | inline |
size_type typedef | mysqlpp::String | |
SQLTypeAdapter (defined in mysqlpp::String) | mysqlpp::String | friend |
String() | mysqlpp::String | inline |
String(const String &other) | mysqlpp::String | inline |
String(const char *str, size_type len, mysql_type_info type=mysql_type_info::string_type, bool is_null=false) | mysqlpp::String | inlineexplicit |
String(const std::string &str, mysql_type_info type=mysql_type_info::string_type, bool is_null=false) | mysqlpp::String | inlineexplicit |
String(const char *str, mysql_type_info type=mysql_type_info::string_type, bool is_null=false) | mysqlpp::String | inlineexplicit |
strip_leading_blanks(std::string &s) const | mysqlpp::String | inline |
to_string(std::string &s) const | mysqlpp::String | |
type() const | mysqlpp::String | inline |
value_type typedef | mysqlpp::String | |
~String() | mysqlpp::String | inline |