0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/include/sqlpp11
2014-01-16 22:31:43 +01:00
..
detail Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
alias.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
any.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
assignment_list.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
avg.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
boolean.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
char_result_row.h prepared to detemplatify connector results 2014-01-02 20:20:58 +01:00
column_fwd.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
column_types.h Replaced numeric by integral and floating_point 2013-11-07 11:31:42 +01:00
column.h Replaced implicit trivial_value_is_null tag for columns with explicit tvin method 2014-01-14 22:54:07 +01:00
concat.h Interpret works for parameters now 2014-01-13 21:00:20 +01:00
connection.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
count.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
exception.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
exists.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
expression_fwd.h Continued to implement standard serializing interpreters 2014-01-11 21:51:57 +01:00
expression.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
field.h Stripped a lot of superfluouos type information from result rows. 2013-09-13 09:18:15 +02:00
floating_point.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
from.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
functions.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
group_by.h interpret works for group_by(), having() und .like() 2014-01-12 16:19:09 +01:00
having.h Replaced implicit trivial_value_is_null tag for columns with explicit tvin method 2014-01-14 22:54:07 +01:00
in_fwd.h Added missing file 2014-01-15 17:44:59 +01:00
in.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
insert_list.h interpreter added for update() 2014-01-15 07:22:54 +01:00
insert.h interpreter added for update() 2014-01-15 07:22:54 +01:00
integral.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
interpret_tuple.h Removed superfluous template parameter from interpreter 2014-01-12 10:13:15 +01:00
interpreter.h interpreter for from() 2014-01-12 15:45:50 +01:00
is_null_fwd.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
is_null.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
join.h Streamlined usage of dynamic and non-dynamic method versions 2013-11-16 18:36:05 +01:00
like.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
limit.h Replaced implicit trivial_value_is_null tag for columns with explicit tvin method 2014-01-14 22:54:07 +01:00
max.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
min.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
multi_column.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
no_value.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
noop_fwd.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
noop.h Added interpreter to select, select_flag_list, select_expression_list 2014-01-12 12:22:15 +01:00
offset.h Replaced implicit trivial_value_is_null tag for columns with explicit tvin method 2014-01-14 22:54:07 +01:00
on.h Streamlined usage of dynamic and non-dynamic method versions 2013-11-16 18:36:05 +01:00
order_by.h interpret handles order_by(), limit() and offset() 2014-01-13 06:24:27 +01:00
parameter_list.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
parameter.h Replaced implicit trivial_value_is_null tag for columns with explicit tvin method 2014-01-14 22:54:07 +01:00
prepared_insert.h Started to add prepared statement support for insert, update and remove 2014-01-08 21:31:29 +01:00
prepared_remove.h Added prepared statement support to insert, update and remove (untested yet) 2014-01-08 22:14:16 +01:00
prepared_select.h Started to add prepared statement support for insert, update and remove 2014-01-08 21:31:29 +01:00
prepared_update.h Added prepared statement support to insert, update and remove (untested yet) 2014-01-08 22:14:16 +01:00
remove.h Added interpret support for remove() 2014-01-15 08:24:42 +01:00
result_row.h Small fix for dynamic results and a hint for positional parameters 2014-01-04 18:26:11 +01:00
result.h Successfully running the first prepared select statement including result evaluation 2014-01-03 14:27:06 +01:00
select_expression_list.h interpreter for from() 2014-01-12 15:45:50 +01:00
select_flag_list.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
select_fwd.h Accepting parameters in other parts of select now 2014-01-08 08:02:17 +01:00
select_pseudo_table.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
select.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
some.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
sort_order.h interpret handles order_by(), limit() and offset() 2014-01-13 06:24:27 +01:00
sqlpp11.h Added convenience include file 2013-09-05 23:56:33 +02:00
sum.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
table_alias.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
table.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
text.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
transaction.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
tvin.h Replaced implicit trivial_value_is_null tag for columns with explicit tvin method 2014-01-14 22:54:07 +01:00
type_traits.h Added interpreters to is_null, multi_column, alias and select pseudo table 2014-01-16 22:31:43 +01:00
update.h interpret works for in() 2014-01-15 07:38:53 +01:00
using.h Cleaned up some outdated serialize functions 2014-01-15 23:05:24 +01:00
verbatim_table.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00
where.h Added interpreters for a bunch of functions and table aliases 2014-01-15 19:42:14 +01:00