#include <functional>
#include <string_view>
#include <tuple>
#include "sql/field.h"
#include "sql/table.h"
#include "sql/udf_service_util.h"
#include "string_with_len.h"
Go to the source code of this file.
|
using | RPL_FAILOVER_SOURCE_TUPLE = std::tuple< std::string, std::string, uint, std::string, uint, std::string > |
|
using | RPL_FAILOVER_MANAGED_JSON_TUPLE = std::tuple< std::string, std::string, std::string, Json_wrapper > |
|
using | RPL_FAILOVER_MANAGED_TUPLE = std::tuple< std::string, std::string, std::string, uint, uint > |
|
using | RPL_FAILOVER_SOURCE_LIST = std::vector< RPL_FAILOVER_SOURCE_TUPLE > |
|
◆ RPL_FAILOVER_MANAGED_JSON_TUPLE
◆ RPL_FAILOVER_MANAGED_TUPLE
◆ RPL_FAILOVER_SOURCE_LIST
◆ RPL_FAILOVER_SOURCE_TUPLE