1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.. highlightlang:: c
Types
-----
.. c:type:: drizzle_st
.. c:type:: drizzle_con_tcp_st
.. c:type:: drizzle_con_uds_st
.. c:type:: drizzle_con_st
.. c:type:: drizzle_query_st
.. c:type:: drizzle_result_st
.. c:type:: drizzle_column_st
.. c:type:: drizzle_field_t
.. c:type:: drizzle_row_t
.. c:type:: drizzle_charset_t
.. c:type:: drizzle_context_free_fn
.. c:type:: drizzle_log_fn
.. c:type:: drizzle_state_fn
.. c:type:: drizzle_con_context_free_fn
.. c:type:: drizzle_query_context_free_fn
.. c:type:: drizzle_event_watch_fn
|