mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Use clang-format to streamline include guards
This commit is contained in:
parent
afe0e5fe31
commit
ac765993aa
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_AGGREGATE_FUNCTIONS_H
|
||||
#define SQLPP_AGGREGATE_FUNCTIONS_H
|
||||
#ifndef SQLPP11_AGGREGATE_FUNCTIONS_H
|
||||
#define SQLPP11_AGGREGATE_FUNCTIONS_H
|
||||
|
||||
#include <sqlpp11/aggregate_functions/count.h>
|
||||
#include <sqlpp11/aggregate_functions/min.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_AVG_H
|
||||
#define SQLPP_AVG_H
|
||||
#ifndef SQLPP11_AGGREGATE_FUNCTIONS_AVG_H
|
||||
#define SQLPP11_AGGREGATE_FUNCTIONS_AVG_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_COUNT_H
|
||||
#define SQLPP_COUNT_H
|
||||
#ifndef SQLPP11_AGGREGATE_FUNCTIONS_COUNT_H
|
||||
#define SQLPP11_AGGREGATE_FUNCTIONS_COUNT_H
|
||||
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
#include <sqlpp11/select_flags.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_MAX_H
|
||||
#define SQLPP_MAX_H
|
||||
#ifndef SQLPP11_AGGREGATE_FUNCTIONS_MAX_H
|
||||
#define SQLPP11_AGGREGATE_FUNCTIONS_MAX_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_MIN_H
|
||||
#define SQLPP_MIN_H
|
||||
#ifndef SQLPP11_AGGREGATE_FUNCTIONS_MIN_H
|
||||
#define SQLPP11_AGGREGATE_FUNCTIONS_MIN_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_SUM_H
|
||||
#define SQLPP_SUM_H
|
||||
#ifndef SQLPP11_AGGREGATE_FUNCTIONS_SUM_H
|
||||
#define SQLPP11_AGGREGATE_FUNCTIONS_SUM_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_ALIAS_H
|
||||
#define SQLPP_ALIAS_H
|
||||
#ifndef SQLPP11_ALIAS_H
|
||||
#define SQLPP11_ALIAS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/serializer.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_ALIAS_OPERATORS_H
|
||||
#define SQLPP_ALIAS_OPERATORS_H
|
||||
#ifndef SQLPP11_ALIAS_OPERATORS_H
|
||||
#define SQLPP11_ALIAS_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/alias.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_ALIAS_PROVIDER_H
|
||||
#define SQLPP_ALIAS_PROVIDER_H
|
||||
#ifndef SQLPP11_ALIAS_PROVIDER_H
|
||||
#define SQLPP11_ALIAS_PROVIDER_H
|
||||
|
||||
#include <type_traits>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_ALL_OF_H
|
||||
#define SQLPP_ALL_OF_H
|
||||
#ifndef SQLPP11_ALL_OF_H
|
||||
#define SQLPP11_ALL_OF_H
|
||||
|
||||
#include <sqlpp11/alias.h>
|
||||
#include <sqlpp11/interpret.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_ANY_H
|
||||
#define SQLPP_ANY_H
|
||||
#ifndef SQLPP11_ANY_H
|
||||
#define SQLPP11_ANY_H
|
||||
|
||||
#include <sqlpp11/data_types/boolean.h>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_ASSIGNMENT_H
|
||||
#define SQLPP_ASSIGNMENT_H
|
||||
#ifndef SQLPP11_ASSIGNMENT_H
|
||||
#define SQLPP11_ASSIGNMENT_H
|
||||
|
||||
#include <sqlpp11/default_value.h>
|
||||
#include <sqlpp11/null.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_AUTO_ALIAS_H
|
||||
#define SQLPP_AUTO_ALIAS_H
|
||||
#ifndef SQLPP11_AUTO_ALIAS_H
|
||||
#define SQLPP11_AUTO_ALIAS_H
|
||||
|
||||
#include <sqlpp11/alias.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BAD_EXPRESSION_H
|
||||
#define SQLPP_BAD_EXPRESSION_H
|
||||
#ifndef SQLPP11_BAD_EXPRESSION_H
|
||||
#define SQLPP11_BAD_EXPRESSION_H
|
||||
|
||||
#include <sqlpp11/portable_static_assert.h>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -25,8 +25,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DETAIL_BASIC_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_DETAIL_BASIC_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_BASIC_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_BASIC_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/value_type_fwd.h>
|
||||
#include <sqlpp11/bad_expression.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_EXPRESSION_H
|
||||
#define SQLPP_BOOLEAN_EXPRESSION_H
|
||||
#ifndef SQLPP11_BOOLEAN_EXPRESSION_H
|
||||
#define SQLPP11_BOOLEAN_EXPRESSION_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/interpretable.h>
|
||||
@ -39,8 +39,7 @@ namespace sqlpp
|
||||
using _nodes = detail::type_vector<>;
|
||||
|
||||
template <typename Expr>
|
||||
boolean_expression_t(Expr expr)
|
||||
: _expr(expr)
|
||||
boolean_expression_t(Expr expr) : _expr(expr)
|
||||
{
|
||||
static_assert(is_expression_t<Expr>::value, "boolean_expression requires a boolean expression argument");
|
||||
static_assert(is_boolean_t<Expr>::value, "boolean_expression requires a boolean expression argument");
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CASE_H
|
||||
#define SQLPP_CASE_H
|
||||
#ifndef SQLPP11_CASE_H
|
||||
#define SQLPP11_CASE_H
|
||||
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
#include <sqlpp11/data_types/boolean.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CHAR_SEQUENCE_H
|
||||
#define SQLPP_CHAR_SEQUENCE_H
|
||||
#ifndef SQLPP11_CHAR_SEQUENCE_H
|
||||
#define SQLPP11_CHAR_SEQUENCE_H
|
||||
|
||||
#include <sqlpp11/detail/index_sequence.h>
|
||||
|
||||
@ -41,16 +41,16 @@ namespace sqlpp
|
||||
};
|
||||
};
|
||||
|
||||
template <std::size_t N, const char(&s)[N], typename T>
|
||||
template <std::size_t N, const char (&s)[N], typename T>
|
||||
struct make_char_sequence_impl;
|
||||
|
||||
template <std::size_t N, const char(&s)[N], std::size_t... i>
|
||||
template <std::size_t N, const char (&s)[N], std::size_t... i>
|
||||
struct make_char_sequence_impl<N, s, sqlpp::detail::index_sequence<i...>>
|
||||
{
|
||||
using type = char_sequence<s[i]...>;
|
||||
};
|
||||
|
||||
template <std::size_t N, const char(&Input)[N]>
|
||||
template <std::size_t N, const char (&Input)[N]>
|
||||
using make_char_sequence =
|
||||
typename make_char_sequence_impl<sizeof(Input), Input, sqlpp::detail::make_index_sequence<sizeof(Input)>>::type;
|
||||
}
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CHRONO_H
|
||||
#define SQLPP_CHRONO_H
|
||||
#ifndef SQLPP11_CHRONO_H
|
||||
#define SQLPP11_CHRONO_H
|
||||
|
||||
#include <date.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_COLUMN_H
|
||||
#define SQLPP_COLUMN_H
|
||||
#ifndef SQLPP11_COLUMN_H
|
||||
#define SQLPP11_COLUMN_H
|
||||
|
||||
#include <sqlpp11/alias.h>
|
||||
#include <sqlpp11/column_fwd.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_COLUMN_FWD_H
|
||||
#define SQLPP_COLUMN_FWD_H
|
||||
#ifndef SQLPP11_COLUMN_FWD_H
|
||||
#define SQLPP11_COLUMN_FWD_H
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CONNECTION_H
|
||||
#define SQLPP_CONNECTION_H
|
||||
#ifndef SQLPP11_CONNECTION_H
|
||||
#define SQLPP11_CONNECTION_H
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CONSISTENT_H
|
||||
#define SQLPP_CONSISTENT_H
|
||||
#ifndef SQLPP11_CONSISTENT_H
|
||||
#define SQLPP11_CONSISTENT_H
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CTE_H
|
||||
#define SQLPP_CTE_H
|
||||
#ifndef SQLPP11_CTE_H
|
||||
#define SQLPP11_CTE_H
|
||||
|
||||
#include <sqlpp11/expression.h>
|
||||
#include <sqlpp11/interpret_tuple.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CUSTOM_QUERY_H
|
||||
#define SQLPP_CUSTOM_QUERY_H
|
||||
#ifndef SQLPP11_CUSTOM_QUERY_H
|
||||
#define SQLPP11_CUSTOM_QUERY_H
|
||||
|
||||
#include <sqlpp11/connection.h>
|
||||
#include <sqlpp11/detail/get_first.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DATA_TYPES_H
|
||||
#define SQLPP_DATA_TYPES_H
|
||||
#ifndef SQLPP11_DATA_TYPES_H
|
||||
#define SQLPP11_DATA_TYPES_H
|
||||
|
||||
#include <sqlpp11/data_types/boolean.h>
|
||||
#include <sqlpp11/data_types/integral.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_H
|
||||
#define SQLPP_BOOLEAN_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_H
|
||||
|
||||
#include <sqlpp11/data_types/boolean/data_type.h>
|
||||
#include <sqlpp11/data_types/boolean/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_COLUMN_OPERATORS_H
|
||||
#define SQLPP_BOOLEAN_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/data_types/column_operators.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_DATA_TYPE_H
|
||||
#define SQLPP_BOOLEAN_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_BOOLEAN_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_return_types.h>
|
||||
#include <sqlpp11/operand_check.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_OPERAND_H
|
||||
#define SQLPP_BOOLEAN_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_OPERAND_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_PARAMETER_VALUE_H
|
||||
#define SQLPP_BOOLEAN_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_RESULT_FIELD_H
|
||||
#define SQLPP_BOOLEAN_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
#include <sqlpp11/result_field.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_BOOLEAN_WRAP_OPERAND_H
|
||||
#define SQLPP_BOOLEAN_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_BOOLEAN_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_BOOLEAN_WRAP_OPERAND_H
|
||||
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_COLUMN_OPERATORS_H
|
||||
#define SQLPP_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/wrong.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_H
|
||||
#define SQLPP_DAY_POINT_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_H
|
||||
|
||||
#include <sqlpp11/data_types/day_point/data_type.h>
|
||||
#include <sqlpp11/data_types/day_point/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_COLUMN_OPERATORS_H
|
||||
#define SQLPP_DAY_POINT_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_DATA_TYPE_H
|
||||
#define SQLPP_DAY_POINT_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_DAY_POINT_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_OPERAND_H
|
||||
#define SQLPP_DAY_POINT_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_OPERAND_H
|
||||
|
||||
#include <date.h>
|
||||
#include <sqlpp11/chrono.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_PARAMETER_VALUE_H
|
||||
#define SQLPP_DAY_POINT_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_RESULT_FIELD_H
|
||||
#define SQLPP_DAY_POINT_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
#include <sqlpp11/result_field.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_DAY_POINT_WRAP_OPERAND_H
|
||||
#define SQLPP_DAY_POINT_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_DAY_POINT_WRAP_OPERAND_H
|
||||
|
||||
#include <utility>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_H
|
||||
#define SQLPP_FLOATING_POINT_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_H
|
||||
|
||||
#include <sqlpp11/data_types/floating_point/data_type.h>
|
||||
#include <sqlpp11/data_types/floating_point/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_COLUMN_OPERATORS_H
|
||||
#define SQLPP_FLOATING_POINT_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_DATA_TYPE_H
|
||||
#define SQLPP_FLOATING_POINT_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_FLOATING_POINT_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_return_types.h>
|
||||
#include <sqlpp11/operand_check.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_OPERAND_H
|
||||
#define SQLPP_FLOATING_POINT_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_OPERAND_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_PARAMETER_VALUE_H
|
||||
#define SQLPP_FLOATING_POINT_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_RESULT_FIELD_H
|
||||
#define SQLPP_FLOATING_POINT_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/exception.h>
|
||||
#include <sqlpp11/result_field.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_FLOATING_POINT_WRAP_OPERAND_H
|
||||
#define SQLPP_FLOATING_POINT_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_FLOATING_POINT_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_FLOATING_POINT_WRAP_OPERAND_H
|
||||
|
||||
#include <utility>
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_H
|
||||
#define SQLPP_INTEGRAL_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_H
|
||||
|
||||
#include <sqlpp11/data_types/integral/data_type.h>
|
||||
#include <sqlpp11/data_types/integral/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_COLUMN_OPERATORS_H
|
||||
#define SQLPP_INTEGRAL_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_DATA_TYPE_H
|
||||
#define SQLPP_INTEGRAL_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_return_types.h>
|
||||
#include <sqlpp11/operand_check.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_OPERAND_H
|
||||
#define SQLPP_INTEGRAL_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_OPERAND_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_PARAMETER_VALUE_H
|
||||
#define SQLPP_INTEGRAL_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_RESULT_FIELD_H
|
||||
#define SQLPP_INTEGRAL_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
#include <sqlpp11/result_field.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_INTEGRAL_WRAP_OPERAND_H
|
||||
#define SQLPP_INTEGRAL_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_INTEGRAL_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_INTEGRAL_WRAP_OPERAND_H
|
||||
|
||||
#include <utility>
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
@ -35,7 +35,9 @@ namespace sqlpp
|
||||
struct integral_operand;
|
||||
|
||||
template <typename T>
|
||||
struct wrap_operand<T, typename std::enable_if<std::is_integral<T>::value and not std::is_same<bool, T>::value and not std::is_unsigned<T>::value>::type>
|
||||
struct wrap_operand<T,
|
||||
typename std::enable_if<std::is_integral<T>::value and not std::is_same<bool, T>::value and
|
||||
not std::is_unsigned<T>::value>::type>
|
||||
{
|
||||
using type = integral_operand;
|
||||
};
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_H
|
||||
#define SQLPP_NO_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/no_value/data_type.h>
|
||||
#include <sqlpp11/data_types/no_value/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_COLUMN_OPERATORS_H
|
||||
#define SQLPP_NO_VALUE_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/data_types/column_operators.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_DATA_TYPE_H
|
||||
#define SQLPP_NO_VALUE_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_NO_VALUE_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_return_types.h>
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_OPERAND_H
|
||||
#define SQLPP_NO_VALUE_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_OPERAND_H
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_PARAMETER_VALUE_H
|
||||
#define SQLPP_NO_VALUE_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_PARAMETER_VALUE_H
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_RESULT_FIELD_H
|
||||
#define SQLPP_NO_VALUE_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/result_field.h>
|
||||
#include <sqlpp11/data_types/no_value/data_type.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_NO_VALUE_WRAP_OPERAND_H
|
||||
#define SQLPP_NO_VALUE_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_NO_VALUE_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_NO_VALUE_WRAP_OPERAND_H
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_PARAMETER_VALUE_H
|
||||
#define SQLPP_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/wrong.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_PARAMETER_VALUE_BASE_H
|
||||
#define SQLPP_PARAMETER_VALUE_BASE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_PARAMETER_VALUE_BASE_H
|
||||
#define SQLPP11_DATA_TYPES_PARAMETER_VALUE_BASE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/tvin.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_H
|
||||
#define SQLPP_TEXT_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_H
|
||||
|
||||
#include <sqlpp11/data_types/text/data_type.h>
|
||||
#include <sqlpp11/data_types/text/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_COLUMN_OPERATORS_H
|
||||
#define SQLPP_TEXT_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_CONCAT_H
|
||||
#define SQLPP_CONCAT_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_CONCAT_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_CONCAT_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/char_sequence.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_DATA_TYPE_H
|
||||
#define SQLPP_TEXT_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_TEXT_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_LIKE_H
|
||||
#define SQLPP_LIKE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_LIKE_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_LIKE_H
|
||||
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_OPERAND_H
|
||||
#define SQLPP_TEXT_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_OPERAND_H
|
||||
|
||||
#include <string>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_PARAMETER_VALUE_H
|
||||
#define SQLPP_TEXT_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_RESULT_FIELD_H
|
||||
#define SQLPP_TEXT_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
#include <sqlpp11/result_field.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TEXT_WRAP_OPERAND_H
|
||||
#define SQLPP_TEXT_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TEXT_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_TEXT_WRAP_OPERAND_H
|
||||
|
||||
#include <utility>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_H
|
||||
#define SQLPP_TIME_OF_DAY_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_H
|
||||
|
||||
#include <sqlpp11/data_types/time_of_day/data_type.h>
|
||||
#include <sqlpp11/data_types/time_of_day/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_COLUMN_OPERATOR_H
|
||||
#define SQLPP_TIME_OF_DAY_COLUMN_OPERATOR_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_DATA_TYPE_H
|
||||
#define SQLPP_TIME_OF_DAY_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_TIME_OF_DAY_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_OPERAND_H
|
||||
#define SQLPP_TIME_OF_DAY_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_OPERAND_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_PARAMETER_VALUE_H
|
||||
#define SQLPP_TIME_OF_DAY_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_RESULT_FIELD_H
|
||||
#define SQLPP_TIME_OF_DAY_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_OF_DAY_WRAP_OPERAND_H
|
||||
#define SQLPP_TIME_OF_DAY_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_OF_DAY_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_OF_DAY_WRAP_OPERAND_H
|
||||
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
#include <sqlpp11/data_types/time_of_day/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_H
|
||||
#define SQLPP_TIME_POINT_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_H
|
||||
|
||||
#include <sqlpp11/data_types/time_point/data_type.h>
|
||||
#include <sqlpp11/data_types/time_point/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_COLUMN_OPERATOR_H
|
||||
#define SQLPP_TIME_POINT_COLUMN_OPERATOR_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_DATA_TYPE_H
|
||||
#define SQLPP_TIME_POINT_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_TIME_POINT_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_OPERAND_H
|
||||
#define SQLPP_TIME_POINT_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_OPERAND_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_PARAMETER_VALUE_H
|
||||
#define SQLPP_TIME_POINT_PARAMETER_VALUE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_PARAMETER_VALUE_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_PARAMETER_VALUE_H
|
||||
|
||||
#include <sqlpp11/data_types/parameter_value.h>
|
||||
#include <sqlpp11/data_types/parameter_value_base.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_RESULT_FIELD_H
|
||||
#define SQLPP_TIME_POINT_RESULT_FIELD_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_RESULT_FIELD_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_RESULT_FIELD_H
|
||||
|
||||
#include <sqlpp11/chrono.h>
|
||||
#include <sqlpp11/basic_expression_operators.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TIME_POINT_WRAP_OPERAND_H
|
||||
#define SQLPP_TIME_POINT_WRAP_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_TIME_POINT_WRAP_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_TIME_POINT_WRAP_OPERAND_H
|
||||
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
#include <sqlpp11/data_types/time_point/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_UNSIGNED_INTEGRAL_H
|
||||
#define SQLPP_UNSIGNED_INTEGRAL_H
|
||||
#ifndef SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_H
|
||||
#define SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_H
|
||||
|
||||
#include <sqlpp11/data_types/unsigned_integral/data_type.h>
|
||||
#include <sqlpp11/data_types/unsigned_integral/operand.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_UNSIGNED_INTEGRAL_COLUMN_OPERATORS_H
|
||||
#define SQLPP_UNSIGNED_INTEGRAL_COLUMN_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_COLUMN_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_COLUMN_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_UNSIGNED_INTEGRAL_DATA_TYPE_H
|
||||
#define SQLPP_UNSIGNED_INTEGRAL_DATA_TYPE_H
|
||||
#ifndef SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_DATA_TYPE_H
|
||||
#define SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_DATA_TYPE_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_UNSIGNED_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP_UNSIGNED_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
#ifndef SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
#define SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_EXPRESSION_OPERATORS_H
|
||||
|
||||
#include <sqlpp11/expression_return_types.h>
|
||||
#include <sqlpp11/operand_check.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_UNSIGNED_INTEGRAL_OPERAND_H
|
||||
#define SQLPP_UNSIGNED_INTEGRAL_OPERAND_H
|
||||
#ifndef SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_OPERAND_H
|
||||
#define SQLPP11_DATA_TYPES_UNSIGNED_INTEGRAL_OPERAND_H
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user