This file is indexed.

/usr/share/doc/libneo4j-client/neo4j-client_8h.html is in libneo4j-client-doc 1.2.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>libneo4j-client-1.2.1: neo4j-client.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libneo4j-client-1.2.1
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#typedef-members">Typedefs</a> &#124;
<a href="#func-members">Functions</a> &#124;
<a href="#var-members">Variables</a>  </div>
  <div class="headertitle">
<div class="title">neo4j-client.h File Reference</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &lt;stdlib.h&gt;</code><br />
<code>#include &lt;stdint.h&gt;</code><br />
<code>#include &lt;stdarg.h&gt;</code><br />
<code>#include &lt;stdbool.h&gt;</code><br />
<code>#include &lt;stdio.h&gt;</code><br />
<code>#include &lt;string.h&gt;</code><br />
<code>#include &lt;sys/types.h&gt;</code><br />
<code>#include &lt;sys/uio.h&gt;</code><br />
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__logger.html">neo4j_logger</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A logger for neo4j client.  <a href="structneo4j__logger.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A provider for a neo4j logger.  <a href="structneo4j__logger__provider.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__iostream.html">neo4j_iostream</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">An I/O stream for neo4j client.  <a href="structneo4j__iostream.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__connection__factory.html">neo4j_connection_factory</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A factory for establishing communications with neo4j.  <a href="structneo4j__connection__factory.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__memory__allocator.html">neo4j_memory_allocator</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A memory allocator for neo4j client.  <a href="structneo4j__memory__allocator.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__value.html">neo4j_value_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A neo4j value.  <a href="structneo4j__value.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__map__entry.html">neo4j_map_entry_t</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">An entry in a neo4j map.  <a href="structneo4j__map__entry.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__failure__details.html">neo4j_failure_details</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Failure details.  <a href="structneo4j__failure__details.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__update__counts.html">neo4j_update_counts</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update counts.  <a href="structneo4j__update__counts.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">The plan (or profile) for an evaluated statement.  <a href="structneo4j__statement__plan.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneo4j__statement__execution__step.html">neo4j_statement_execution_step</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">An execution step in a plan (or profile) for an evaluated statement.  <a href="structneo4j__statement__execution__step.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:a7fcff58dad01c2140d036a0860863aa1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7fcff58dad01c2140d036a0860863aa1"></a>
typedef struct neo4j_config&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a></td></tr>
<tr class="memdesc:a7fcff58dad01c2140d036a0860863aa1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configuration for neo4j client. <br /></td></tr>
<tr class="separator:a7fcff58dad01c2140d036a0860863aa1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a470c230006d9a66af9898971f1cde093"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a470c230006d9a66af9898971f1cde093"></a>
typedef struct neo4j_connection&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a></td></tr>
<tr class="memdesc:a470c230006d9a66af9898971f1cde093"><td class="mdescLeft">&#160;</td><td class="mdescRight">A connection to a neo4j server. <br /></td></tr>
<tr class="separator:a470c230006d9a66af9898971f1cde093"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6abf7e2653dc3c8e999f3de8b54c117a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6abf7e2653dc3c8e999f3de8b54c117a"></a>
typedef struct neo4j_session&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a></td></tr>
<tr class="memdesc:a6abf7e2653dc3c8e999f3de8b54c117a"><td class="mdescLeft">&#160;</td><td class="mdescRight">A session within a connection. <br /></td></tr>
<tr class="separator:a6abf7e2653dc3c8e999f3de8b54c117a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0e726c5c4dfe02a5c621a9ab4b3d69a9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0e726c5c4dfe02a5c621a9ab4b3d69a9"></a>
typedef struct neo4j_result_stream&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a></td></tr>
<tr class="memdesc:a0e726c5c4dfe02a5c621a9ab4b3d69a9"><td class="mdescLeft">&#160;</td><td class="mdescRight">A stream of results from a job. <br /></td></tr>
<tr class="separator:a0e726c5c4dfe02a5c621a9ab4b3d69a9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a684fa02daeb236ea6d4d7671a251fe05"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a684fa02daeb236ea6d4d7671a251fe05"></a>
typedef struct neo4j_result&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a></td></tr>
<tr class="memdesc:a684fa02daeb236ea6d4d7671a251fe05"><td class="mdescLeft">&#160;</td><td class="mdescRight">A result from a job. <br /></td></tr>
<tr class="separator:a684fa02daeb236ea6d4d7671a251fe05"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a31bc86591910c439ff0403374ad2c91c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a31bc86591910c439ff0403374ad2c91c"></a>
typedef uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a></td></tr>
<tr class="memdesc:a31bc86591910c439ff0403374ad2c91c"><td class="mdescLeft">&#160;</td><td class="mdescRight">A neo4j value type. <br /></td></tr>
<tr class="separator:a31bc86591910c439ff0403374ad2c91c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a885919ac7c56e71207481ecac36b0149"><td class="memItemLeft" align="right" valign="top">typedef size_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a885919ac7c56e71207481ecac36b0149">neo4j_password_callback_t</a>) (void *userdata, char *buf, size_t len)</td></tr>
<tr class="memdesc:a885919ac7c56e71207481ecac36b0149"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function type for callback when passwords are required.  <a href="#a885919ac7c56e71207481ecac36b0149">More...</a><br /></td></tr>
<tr class="separator:a885919ac7c56e71207481ecac36b0149"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a622266493d752a1738038328c7a5f801"><td class="memItemLeft" align="right" valign="top">typedef int(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a622266493d752a1738038328c7a5f801">neo4j_authentication_reattempt_callback_t</a>) (void *userdata, const char *host, unsigned int attempts, int error, char *username, size_t usize, char *password, size_t psize)</td></tr>
<tr class="memdesc:a622266493d752a1738038328c7a5f801"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function type for callback when password authentication has failed.  <a href="#a622266493d752a1738038328c7a5f801">More...</a><br /></td></tr>
<tr class="separator:a622266493d752a1738038328c7a5f801"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a954aab71776ba3e9397d08454ba831db"><td class="memItemLeft" align="right" valign="top">typedef int(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a954aab71776ba3e9397d08454ba831db">neo4j_unverified_host_callback_t</a>) (void *userdata, const char *host, const char *fingerprint, neo4j_unverified_host_reason_t reason)</td></tr>
<tr class="memdesc:a954aab71776ba3e9397d08454ba831db"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function type for callback when host verification has failed.  <a href="#a954aab71776ba3e9397d08454ba831db">More...</a><br /></td></tr>
<tr class="separator:a954aab71776ba3e9397d08454ba831db"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a689e59c7ebe29dda21a85b1e1ca97162"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a689e59c7ebe29dda21a85b1e1ca97162"></a>
const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a689e59c7ebe29dda21a85b1e1ca97162">libneo4j_client_version</a> (void)</td></tr>
<tr class="memdesc:a689e59c7ebe29dda21a85b1e1ca97162"><td class="mdescLeft">&#160;</td><td class="mdescRight">The version string for libneo4j-client. <br /></td></tr>
<tr class="separator:a689e59c7ebe29dda21a85b1e1ca97162"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad1bcae8848697b17f7d85042dfd4d464"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad1bcae8848697b17f7d85042dfd4d464"></a>
const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ad1bcae8848697b17f7d85042dfd4d464">libneo4j_client_id</a> (void)</td></tr>
<tr class="memdesc:ad1bcae8848697b17f7d85042dfd4d464"><td class="mdescLeft">&#160;</td><td class="mdescRight">The default client ID string for libneo4j-client. <br /></td></tr>
<tr class="separator:ad1bcae8848697b17f7d85042dfd4d464"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86d9c82f1b6a44fafb0f6455c6354c58"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a86d9c82f1b6a44fafb0f6455c6354c58">neo4j_client_init</a> (void)</td></tr>
<tr class="memdesc:a86d9c82f1b6a44fafb0f6455c6354c58"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initialize the neo4j client library.  <a href="#a86d9c82f1b6a44fafb0f6455c6354c58">More...</a><br /></td></tr>
<tr class="separator:a86d9c82f1b6a44fafb0f6455c6354c58"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a670948caaf1de414e489ca09a4b5397c"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a670948caaf1de414e489ca09a4b5397c">neo4j_client_cleanup</a> (void)</td></tr>
<tr class="memdesc:a670948caaf1de414e489ca09a4b5397c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Cleanup after use of the neo4j client library.  <a href="#a670948caaf1de414e489ca09a4b5397c">More...</a><br /></td></tr>
<tr class="separator:a670948caaf1de414e489ca09a4b5397c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6aee8e1c9ab0375a8000b674bef9ddcb"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a6aee8e1c9ab0375a8000b674bef9ddcb">neo4j_std_logger_provider</a> (FILE *stream, uint_fast8_t level, uint_fast32_t flags)</td></tr>
<tr class="memdesc:a6aee8e1c9ab0375a8000b674bef9ddcb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Obtain a standard logger provider.  <a href="#a6aee8e1c9ab0375a8000b674bef9ddcb">More...</a><br /></td></tr>
<tr class="separator:a6aee8e1c9ab0375a8000b674bef9ddcb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad055a100a5b6f3da1cc2f0ad4715ffc1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ad055a100a5b6f3da1cc2f0ad4715ffc1">neo4j_std_logger_provider_free</a> (struct <a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a> *provider)</td></tr>
<tr class="memdesc:ad055a100a5b6f3da1cc2f0ad4715ffc1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Free a standard logger provider.  <a href="#ad055a100a5b6f3da1cc2f0ad4715ffc1">More...</a><br /></td></tr>
<tr class="separator:ad055a100a5b6f3da1cc2f0ad4715ffc1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a240d4df083636b4f4129812ac0a188fa"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a240d4df083636b4f4129812ac0a188fa">neo4j_log_level_str</a> (uint_fast8_t level)</td></tr>
<tr class="memdesc:a240d4df083636b4f4129812ac0a188fa"><td class="mdescLeft">&#160;</td><td class="mdescRight">The name for the logging level.  <a href="#a240d4df083636b4f4129812ac0a188fa">More...</a><br /></td></tr>
<tr class="separator:a240d4df083636b4f4129812ac0a188fa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab3d194764ed4a57f014104edec1893b9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab3d194764ed4a57f014104edec1893b9">neo4j_perror</a> (FILE *stream, int errnum, const char *message)</td></tr>
<tr class="memdesc:ab3d194764ed4a57f014104edec1893b9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Print the error message corresponding to an error number.  <a href="#ab3d194764ed4a57f014104edec1893b9">More...</a><br /></td></tr>
<tr class="separator:ab3d194764ed4a57f014104edec1893b9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9504ad227134450386d8dbb4a1564e78"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a9504ad227134450386d8dbb4a1564e78">neo4j_strerror</a> (int errnum, char *buf, size_t buflen)</td></tr>
<tr class="memdesc:a9504ad227134450386d8dbb4a1564e78"><td class="mdescLeft">&#160;</td><td class="mdescRight">Look up the error message corresponding to an error number.  <a href="#a9504ad227134450386d8dbb4a1564e78">More...</a><br /></td></tr>
<tr class="separator:a9504ad227134450386d8dbb4a1564e78"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab9dbf7f4374b109cf24a0ea77f4f9aa7"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab9dbf7f4374b109cf24a0ea77f4f9aa7">neo4j_instanceof</a> (neo4j_value_t value, <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> type)</td></tr>
<tr class="memdesc:ab9dbf7f4374b109cf24a0ea77f4f9aa7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check the type of a neo4j value.  <a href="#ab9dbf7f4374b109cf24a0ea77f4f9aa7">More...</a><br /></td></tr>
<tr class="separator:ab9dbf7f4374b109cf24a0ea77f4f9aa7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad3bf024a4f426d4fef143abb85edf697"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ad3bf024a4f426d4fef143abb85edf697">neo4j_typestr</a> (<a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> t)</td></tr>
<tr class="memdesc:ad3bf024a4f426d4fef143abb85edf697"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a string description of the neo4j type.  <a href="#ad3bf024a4f426d4fef143abb85edf697">More...</a><br /></td></tr>
<tr class="separator:ad3bf024a4f426d4fef143abb85edf697"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a61f578018b0de5cb4e19dbd07fab96a5"><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a61f578018b0de5cb4e19dbd07fab96a5">neo4j_tostring</a> (neo4j_value_t value, char *strbuf, size_t n)</td></tr>
<tr class="memdesc:a61f578018b0de5cb4e19dbd07fab96a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a string representation of a neo4j value.  <a href="#a61f578018b0de5cb4e19dbd07fab96a5">More...</a><br /></td></tr>
<tr class="separator:a61f578018b0de5cb4e19dbd07fab96a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a54d60e18282a3cd1b3d73bbb90d2cd98"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a54d60e18282a3cd1b3d73bbb90d2cd98">neo4j_ntostring</a> (neo4j_value_t value, char *strbuf, size_t n)</td></tr>
<tr class="memdesc:a54d60e18282a3cd1b3d73bbb90d2cd98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a string representation of a neo4j value.  <a href="#a54d60e18282a3cd1b3d73bbb90d2cd98">More...</a><br /></td></tr>
<tr class="separator:a54d60e18282a3cd1b3d73bbb90d2cd98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a55dbfcc9d041341086d9fd805b4b0a10"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a55dbfcc9d041341086d9fd805b4b0a10">neo4j_fprint</a> (neo4j_value_t value, FILE *stream)</td></tr>
<tr class="memdesc:a55dbfcc9d041341086d9fd805b4b0a10"><td class="mdescLeft">&#160;</td><td class="mdescRight">Print a string representation of a neo4j value to a stream.  <a href="#a55dbfcc9d041341086d9fd805b4b0a10">More...</a><br /></td></tr>
<tr class="separator:a55dbfcc9d041341086d9fd805b4b0a10"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa6cf7af76509cc79fe0dcef489ea3b95"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aa6cf7af76509cc79fe0dcef489ea3b95">neo4j_eq</a> (neo4j_value_t value1, neo4j_value_t value2)</td></tr>
<tr class="memdesc:aa6cf7af76509cc79fe0dcef489ea3b95"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two neo4j values for equality.  <a href="#aa6cf7af76509cc79fe0dcef489ea3b95">More...</a><br /></td></tr>
<tr class="separator:aa6cf7af76509cc79fe0dcef489ea3b95"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab612fc14751ca697789d6741b6019c6d"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab612fc14751ca697789d6741b6019c6d">neo4j_bool</a> (bool value)</td></tr>
<tr class="memdesc:ab612fc14751ca697789d6741b6019c6d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding a boolean.  <a href="#ab612fc14751ca697789d6741b6019c6d">More...</a><br /></td></tr>
<tr class="separator:ab612fc14751ca697789d6741b6019c6d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa6d6688d5206fc1f7fdfcc9ad75e2c1a"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aa6d6688d5206fc1f7fdfcc9ad75e2c1a">neo4j_bool_value</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:aa6d6688d5206fc1f7fdfcc9ad75e2c1a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the native boolean value from a neo4j boolean.  <a href="#aa6d6688d5206fc1f7fdfcc9ad75e2c1a">More...</a><br /></td></tr>
<tr class="separator:aa6d6688d5206fc1f7fdfcc9ad75e2c1a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a932607520928d1389e8f2f5c2e80ef06"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a932607520928d1389e8f2f5c2e80ef06">neo4j_int</a> (long long value)</td></tr>
<tr class="memdesc:a932607520928d1389e8f2f5c2e80ef06"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding an integer.  <a href="#a932607520928d1389e8f2f5c2e80ef06">More...</a><br /></td></tr>
<tr class="separator:a932607520928d1389e8f2f5c2e80ef06"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9d2cb3ae78a2b83f246fcf66a520d44e"><td class="memItemLeft" align="right" valign="top">long long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a9d2cb3ae78a2b83f246fcf66a520d44e">neo4j_int_value</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a9d2cb3ae78a2b83f246fcf66a520d44e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the native integer value from a neo4j int.  <a href="#a9d2cb3ae78a2b83f246fcf66a520d44e">More...</a><br /></td></tr>
<tr class="separator:a9d2cb3ae78a2b83f246fcf66a520d44e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0176a9af178a754816eddad4b03de57"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ac0176a9af178a754816eddad4b03de57">neo4j_float</a> (double value)</td></tr>
<tr class="memdesc:ac0176a9af178a754816eddad4b03de57"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding a double.  <a href="#ac0176a9af178a754816eddad4b03de57">More...</a><br /></td></tr>
<tr class="separator:ac0176a9af178a754816eddad4b03de57"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aff6c3cee12ab7c9942b0e4873ad9b7b5"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aff6c3cee12ab7c9942b0e4873ad9b7b5">neo4j_float_value</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:aff6c3cee12ab7c9942b0e4873ad9b7b5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the native double value from a neo4j float.  <a href="#aff6c3cee12ab7c9942b0e4873ad9b7b5">More...</a><br /></td></tr>
<tr class="separator:aff6c3cee12ab7c9942b0e4873ad9b7b5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a45bdd1349da01e9815e281da875f54eb"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a45bdd1349da01e9815e281da875f54eb">neo4j_ustring</a> (const char *u, unsigned int n)</td></tr>
<tr class="memdesc:a45bdd1349da01e9815e281da875f54eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding a string.  <a href="#a45bdd1349da01e9815e281da875f54eb">More...</a><br /></td></tr>
<tr class="separator:a45bdd1349da01e9815e281da875f54eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6a112d226fef3e0955f4fdb916410cdf"><td class="memItemLeft" align="right" valign="top">unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a6a112d226fef3e0955f4fdb916410cdf">neo4j_string_length</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a6a112d226fef3e0955f4fdb916410cdf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the length of a neo4j UTF-8 string.  <a href="#a6a112d226fef3e0955f4fdb916410cdf">More...</a><br /></td></tr>
<tr class="separator:a6a112d226fef3e0955f4fdb916410cdf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa40ec7f52e6686c830b62c884d65342a"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aa40ec7f52e6686c830b62c884d65342a">neo4j_ustring_value</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:aa40ec7f52e6686c830b62c884d65342a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return a pointer to a UTF-8 string.  <a href="#aa40ec7f52e6686c830b62c884d65342a">More...</a><br /></td></tr>
<tr class="separator:aa40ec7f52e6686c830b62c884d65342a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a73f4e61c323afb3f7abe675599beae65"><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a73f4e61c323afb3f7abe675599beae65">neo4j_string_value</a> (neo4j_value_t value, char *buffer, size_t length)</td></tr>
<tr class="memdesc:a73f4e61c323afb3f7abe675599beae65"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy a neo4j string to a <code>NULL</code> terminated buffer.  <a href="#a73f4e61c323afb3f7abe675599beae65">More...</a><br /></td></tr>
<tr class="separator:a73f4e61c323afb3f7abe675599beae65"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a93b3e42c87b79fa751c2e85ab0375634"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a93b3e42c87b79fa751c2e85ab0375634">neo4j_list</a> (const neo4j_value_t *items, unsigned int n)</td></tr>
<tr class="memdesc:a93b3e42c87b79fa751c2e85ab0375634"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding a list.  <a href="#a93b3e42c87b79fa751c2e85ab0375634">More...</a><br /></td></tr>
<tr class="separator:a93b3e42c87b79fa751c2e85ab0375634"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abf692bae81377534848a1e78eaaee05c"><td class="memItemLeft" align="right" valign="top">unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#abf692bae81377534848a1e78eaaee05c">neo4j_list_length</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:abf692bae81377534848a1e78eaaee05c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the length of a neo4j list (number of entries).  <a href="#abf692bae81377534848a1e78eaaee05c">More...</a><br /></td></tr>
<tr class="separator:abf692bae81377534848a1e78eaaee05c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7043509b76def70b22050c85f13237a3"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7043509b76def70b22050c85f13237a3">neo4j_list_get</a> (neo4j_value_t value, unsigned int index)</td></tr>
<tr class="memdesc:a7043509b76def70b22050c85f13237a3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return an element from a neo4j list.  <a href="#a7043509b76def70b22050c85f13237a3">More...</a><br /></td></tr>
<tr class="separator:a7043509b76def70b22050c85f13237a3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec4ca7e3daff19894fb993620711a705"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aec4ca7e3daff19894fb993620711a705">neo4j_map</a> (const neo4j_map_entry_t *entries, unsigned int n)</td></tr>
<tr class="memdesc:aec4ca7e3daff19894fb993620711a705"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding a map.  <a href="#aec4ca7e3daff19894fb993620711a705">More...</a><br /></td></tr>
<tr class="separator:aec4ca7e3daff19894fb993620711a705"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8a32838737a478f9aff634823ef1b237"><td class="memItemLeft" align="right" valign="top">unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a8a32838737a478f9aff634823ef1b237">neo4j_map_size</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a8a32838737a478f9aff634823ef1b237"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the size of a neo4j map (number of entries).  <a href="#a8a32838737a478f9aff634823ef1b237">More...</a><br /></td></tr>
<tr class="separator:a8a32838737a478f9aff634823ef1b237"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab2d94d45db7eebd72659a84d57dd473c"><td class="memItemLeft" align="right" valign="top">const neo4j_map_entry_t *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab2d94d45db7eebd72659a84d57dd473c">neo4j_map_getentry</a> (neo4j_value_t value, unsigned int index)</td></tr>
<tr class="memdesc:ab2d94d45db7eebd72659a84d57dd473c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return an entry from a neo4j map.  <a href="#ab2d94d45db7eebd72659a84d57dd473c">More...</a><br /></td></tr>
<tr class="separator:ab2d94d45db7eebd72659a84d57dd473c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aff37dd19cb55e8c8aebab621e57a7d6b"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aff37dd19cb55e8c8aebab621e57a7d6b">neo4j_map_kget</a> (neo4j_value_t value, neo4j_value_t key)</td></tr>
<tr class="memdesc:aff37dd19cb55e8c8aebab621e57a7d6b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return a value from a neo4j map.  <a href="#aff37dd19cb55e8c8aebab621e57a7d6b">More...</a><br /></td></tr>
<tr class="separator:aff37dd19cb55e8c8aebab621e57a7d6b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab5ff41b78f589be76b7edb462d897c28"><td class="memItemLeft" align="right" valign="top">neo4j_map_entry_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab5ff41b78f589be76b7edb462d897c28">neo4j_map_kentry</a> (neo4j_value_t key, neo4j_value_t value)</td></tr>
<tr class="memdesc:ab5ff41b78f589be76b7edb462d897c28"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constrct a neo4j map entry using a value key.  <a href="#ab5ff41b78f589be76b7edb462d897c28">More...</a><br /></td></tr>
<tr class="separator:ab5ff41b78f589be76b7edb462d897c28"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4a3a7540e3fd7b11a966e8578ea5f96b"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a4a3a7540e3fd7b11a966e8578ea5f96b">neo4j_node_labels</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a4a3a7540e3fd7b11a966e8578ea5f96b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the label list of a neo4j node.  <a href="#a4a3a7540e3fd7b11a966e8578ea5f96b">More...</a><br /></td></tr>
<tr class="separator:a4a3a7540e3fd7b11a966e8578ea5f96b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af3d64538b6a7888dd936e5fe88d8cb70"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#af3d64538b6a7888dd936e5fe88d8cb70">neo4j_node_properties</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:af3d64538b6a7888dd936e5fe88d8cb70"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the property map of a neo4j node.  <a href="#af3d64538b6a7888dd936e5fe88d8cb70">More...</a><br /></td></tr>
<tr class="separator:af3d64538b6a7888dd936e5fe88d8cb70"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac97b563057a9dc119fa20f7665a20e31"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ac97b563057a9dc119fa20f7665a20e31">neo4j_node_identity</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:ac97b563057a9dc119fa20f7665a20e31"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the identity of a neo4j node.  <a href="#ac97b563057a9dc119fa20f7665a20e31">More...</a><br /></td></tr>
<tr class="separator:ac97b563057a9dc119fa20f7665a20e31"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a137bda2240f5e2bd5c7656442f5a4ac1"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a137bda2240f5e2bd5c7656442f5a4ac1">neo4j_relationship_type</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a137bda2240f5e2bd5c7656442f5a4ac1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the type of a neo4j relationship.  <a href="#a137bda2240f5e2bd5c7656442f5a4ac1">More...</a><br /></td></tr>
<tr class="separator:a137bda2240f5e2bd5c7656442f5a4ac1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b74df795648127583f122411b88c0a2"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a1b74df795648127583f122411b88c0a2">neo4j_relationship_properties</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a1b74df795648127583f122411b88c0a2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the property map of a neo4j relationship.  <a href="#a1b74df795648127583f122411b88c0a2">More...</a><br /></td></tr>
<tr class="separator:a1b74df795648127583f122411b88c0a2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2fd233cc5fe6188e0cfdd96734bbbbf3"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a2fd233cc5fe6188e0cfdd96734bbbbf3">neo4j_relationship_identity</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a2fd233cc5fe6188e0cfdd96734bbbbf3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the identity of a neo4j relationship.  <a href="#a2fd233cc5fe6188e0cfdd96734bbbbf3">More...</a><br /></td></tr>
<tr class="separator:a2fd233cc5fe6188e0cfdd96734bbbbf3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3168e6dd5ee474f45d24058b8fb0f66e"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a3168e6dd5ee474f45d24058b8fb0f66e">neo4j_relationship_start_node_identity</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a3168e6dd5ee474f45d24058b8fb0f66e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the start node identity for a neo4j relationship.  <a href="#a3168e6dd5ee474f45d24058b8fb0f66e">More...</a><br /></td></tr>
<tr class="separator:a3168e6dd5ee474f45d24058b8fb0f66e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a94c7ddaaf29ea0a5cd16936fa105f40c"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a94c7ddaaf29ea0a5cd16936fa105f40c">neo4j_relationship_end_node_identity</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a94c7ddaaf29ea0a5cd16936fa105f40c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the end node identity for a neo4j relationship.  <a href="#a94c7ddaaf29ea0a5cd16936fa105f40c">More...</a><br /></td></tr>
<tr class="separator:a94c7ddaaf29ea0a5cd16936fa105f40c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a42bba3e04a6d840e0ee3b67574233f8c"><td class="memItemLeft" align="right" valign="top">unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a42bba3e04a6d840e0ee3b67574233f8c">neo4j_path_length</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a42bba3e04a6d840e0ee3b67574233f8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the length of a neo4j path.  <a href="#a42bba3e04a6d840e0ee3b67574233f8c">More...</a><br /></td></tr>
<tr class="separator:a42bba3e04a6d840e0ee3b67574233f8c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a87628186634223aa1fa4928e3740e20a"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a87628186634223aa1fa4928e3740e20a">neo4j_path_get_node</a> (neo4j_value_t value, unsigned int hops)</td></tr>
<tr class="memdesc:a87628186634223aa1fa4928e3740e20a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the node at a given distance into the path.  <a href="#a87628186634223aa1fa4928e3740e20a">More...</a><br /></td></tr>
<tr class="separator:a87628186634223aa1fa4928e3740e20a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6e612fafbd108b693fd9fcfa269ff291"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a6e612fafbd108b693fd9fcfa269ff291">neo4j_path_get_relationship</a> (neo4j_value_t value, unsigned int hops, bool *forward)</td></tr>
<tr class="memdesc:a6e612fafbd108b693fd9fcfa269ff291"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the relationship for the given hop in the path.  <a href="#a6e612fafbd108b693fd9fcfa269ff291">More...</a><br /></td></tr>
<tr class="separator:a6e612fafbd108b693fd9fcfa269ff291"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ade0b60861904e281bbe8076a73ab1b60"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ade0b60861904e281bbe8076a73ab1b60">neo4j_new_config</a> (void)</td></tr>
<tr class="memdesc:ade0b60861904e281bbe8076a73ab1b60"><td class="mdescLeft">&#160;</td><td class="mdescRight">Generate a new neo4j client configuration.  <a href="#ade0b60861904e281bbe8076a73ab1b60">More...</a><br /></td></tr>
<tr class="separator:ade0b60861904e281bbe8076a73ab1b60"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ce12c3f1093992d58c9feda91e48bf7"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7ce12c3f1093992d58c9feda91e48bf7">neo4j_config_free</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config)</td></tr>
<tr class="memdesc:a7ce12c3f1093992d58c9feda91e48bf7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Release a neo4j client configuration.  <a href="#a7ce12c3f1093992d58c9feda91e48bf7">More...</a><br /></td></tr>
<tr class="separator:a7ce12c3f1093992d58c9feda91e48bf7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a04435b26707f50591c92815853620ca2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a04435b26707f50591c92815853620ca2">neo4j_config_dup</a> (const <a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config)</td></tr>
<tr class="memdesc:a04435b26707f50591c92815853620ca2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Duplicate a neo4j client configuration.  <a href="#a04435b26707f50591c92815853620ca2">More...</a><br /></td></tr>
<tr class="separator:a04435b26707f50591c92815853620ca2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b44aae989a6301439bc83bb0638bc2d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7b44aae989a6301439bc83bb0638bc2d">neo4j_config_set_client_id</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *client_id)</td></tr>
<tr class="memdesc:a7b44aae989a6301439bc83bb0638bc2d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the client ID.  <a href="#a7b44aae989a6301439bc83bb0638bc2d">More...</a><br /></td></tr>
<tr class="separator:a7b44aae989a6301439bc83bb0638bc2d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4dd3cbe0f630f8118535a2fdad49c12e"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a4dd3cbe0f630f8118535a2fdad49c12e">neo4j_config_get_client_id</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config)</td></tr>
<tr class="memdesc:a4dd3cbe0f630f8118535a2fdad49c12e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the client ID in the neo4j client configuration.  <a href="#a4dd3cbe0f630f8118535a2fdad49c12e">More...</a><br /></td></tr>
<tr class="separator:a4dd3cbe0f630f8118535a2fdad49c12e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b314a005997c9ee7137a256157ee9fb"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7b314a005997c9ee7137a256157ee9fb">neo4j_config_set_username</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *username)</td></tr>
<tr class="memdesc:a7b314a005997c9ee7137a256157ee9fb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the username in the neo4j client configuration.  <a href="#a7b314a005997c9ee7137a256157ee9fb">More...</a><br /></td></tr>
<tr class="separator:a7b314a005997c9ee7137a256157ee9fb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac516abf42165605ab0259861e603fab9"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ac516abf42165605ab0259861e603fab9">neo4j_config_get_username</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config)</td></tr>
<tr class="memdesc:ac516abf42165605ab0259861e603fab9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the username in the neo4j client configuration.  <a href="#ac516abf42165605ab0259861e603fab9">More...</a><br /></td></tr>
<tr class="separator:ac516abf42165605ab0259861e603fab9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a96d0f4f8dfc137ed50feb3b300eacded"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a96d0f4f8dfc137ed50feb3b300eacded">neo4j_config_set_password</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *password)</td></tr>
<tr class="memdesc:a96d0f4f8dfc137ed50feb3b300eacded"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the password in the neo4j client configuration.  <a href="#a96d0f4f8dfc137ed50feb3b300eacded">More...</a><br /></td></tr>
<tr class="separator:a96d0f4f8dfc137ed50feb3b300eacded"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4675201d0963523c59eb6d79d2e8f33e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a4675201d0963523c59eb6d79d2e8f33e">neo4j_config_set_attempt_empty_password</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, bool value)</td></tr>
<tr class="memdesc:a4675201d0963523c59eb6d79d2e8f33e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Attempt initial authentication with an empty password.  <a href="#a4675201d0963523c59eb6d79d2e8f33e">More...</a><br /></td></tr>
<tr class="separator:a4675201d0963523c59eb6d79d2e8f33e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0c3290b5b3e71ab7d1fe2fa4181d4b1e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a0c3290b5b3e71ab7d1fe2fa4181d4b1e">neo4j_config_will_attempt_empty_password</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config)</td></tr>
<tr class="memdesc:a0c3290b5b3e71ab7d1fe2fa4181d4b1e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if the configuration allows for auth attempts using an empty password.  <a href="#a0c3290b5b3e71ab7d1fe2fa4181d4b1e">More...</a><br /></td></tr>
<tr class="separator:a0c3290b5b3e71ab7d1fe2fa4181d4b1e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a08c9ac2ef3a00668e5707c379af2c960"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a08c9ac2ef3a00668e5707c379af2c960">neo4j_config_set_authentication_reattempt_callback</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, <a class="el" href="neo4j-client_8h.html#a622266493d752a1738038328c7a5f801">neo4j_authentication_reattempt_callback_t</a> callback, void *userdata)</td></tr>
<tr class="memdesc:a08c9ac2ef3a00668e5707c379af2c960"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the authentication re-attempt callback.  <a href="#a08c9ac2ef3a00668e5707c379af2c960">More...</a><br /></td></tr>
<tr class="separator:a08c9ac2ef3a00668e5707c379af2c960"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac380f77eae1e0b24f31153a1e3e263f9"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ac380f77eae1e0b24f31153a1e3e263f9">neo4j_config_set_TLS_private_key</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *path)</td></tr>
<tr class="memdesc:ac380f77eae1e0b24f31153a1e3e263f9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the location of a TLS private key and certificate chain.  <a href="#ac380f77eae1e0b24f31153a1e3e263f9">More...</a><br /></td></tr>
<tr class="separator:ac380f77eae1e0b24f31153a1e3e263f9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4c1d5ac22412fbdb03048c09681d1170"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a4c1d5ac22412fbdb03048c09681d1170">neo4j_config_set_TLS_private_key_password_callback</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, <a class="el" href="neo4j-client_8h.html#a885919ac7c56e71207481ecac36b0149">neo4j_password_callback_t</a> callback, void *userdata)</td></tr>
<tr class="memdesc:a4c1d5ac22412fbdb03048c09681d1170"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the password callback for the TLS private key file.  <a href="#a4c1d5ac22412fbdb03048c09681d1170">More...</a><br /></td></tr>
<tr class="separator:a4c1d5ac22412fbdb03048c09681d1170"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ee7f5d4cb0dd7305f82cc7924d23f3d"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a0ee7f5d4cb0dd7305f82cc7924d23f3d">neo4j_config_set_TLS_private_key_password</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *password)</td></tr>
<tr class="memdesc:a0ee7f5d4cb0dd7305f82cc7924d23f3d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the password for the TLS private key file.  <a href="#a0ee7f5d4cb0dd7305f82cc7924d23f3d">More...</a><br /></td></tr>
<tr class="separator:a0ee7f5d4cb0dd7305f82cc7924d23f3d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8363cca7d40d34132fb159c84d74d028"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a8363cca7d40d34132fb159c84d74d028">neo4j_config_set_TLS_ca_file</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *path)</td></tr>
<tr class="memdesc:a8363cca7d40d34132fb159c84d74d028"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the location of a file containing TLS certificate authorities (and CRLs).  <a href="#a8363cca7d40d34132fb159c84d74d028">More...</a><br /></td></tr>
<tr class="separator:a8363cca7d40d34132fb159c84d74d028"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a294ec60e4bb902339b4934124872ae05"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a294ec60e4bb902339b4934124872ae05">neo4j_config_set_TLS_ca_dir</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *path)</td></tr>
<tr class="memdesc:a294ec60e4bb902339b4934124872ae05"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the location of a directory of TLS certificate authorities (and CRLs).  <a href="#a294ec60e4bb902339b4934124872ae05">More...</a><br /></td></tr>
<tr class="separator:a294ec60e4bb902339b4934124872ae05"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afcf4208f08f40fbd7adec519d200b82e"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#afcf4208f08f40fbd7adec519d200b82e">neo4j_config_set_trust_known_hosts</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, bool enable)</td></tr>
<tr class="memdesc:afcf4208f08f40fbd7adec519d200b82e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enable or disable trusting of known hosts.  <a href="#afcf4208f08f40fbd7adec519d200b82e">More...</a><br /></td></tr>
<tr class="separator:afcf4208f08f40fbd7adec519d200b82e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a88334f4e9a594c0a38c0ab1e828f242f"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a88334f4e9a594c0a38c0ab1e828f242f">neo4j_config_set_known_hosts_file</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, const char *path)</td></tr>
<tr class="memdesc:a88334f4e9a594c0a38c0ab1e828f242f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the location of the known hosts file for TLS certificates.  <a href="#a88334f4e9a594c0a38c0ab1e828f242f">More...</a><br /></td></tr>
<tr class="separator:a88334f4e9a594c0a38c0ab1e828f242f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a42d38599eecccaf1527277341e35d923"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a42d38599eecccaf1527277341e35d923">neo4j_config_set_unverified_host_callback</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, <a class="el" href="neo4j-client_8h.html#a954aab71776ba3e9397d08454ba831db">neo4j_unverified_host_callback_t</a> callback, void *userdata)</td></tr>
<tr class="memdesc:a42d38599eecccaf1527277341e35d923"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the unverified host callback.  <a href="#a42d38599eecccaf1527277341e35d923">More...</a><br /></td></tr>
<tr class="separator:a42d38599eecccaf1527277341e35d923"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1f99e23ed5b344a1a5f9ad51942f85db"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a1f99e23ed5b344a1a5f9ad51942f85db">neo4j_config_set_sndbuf_size</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, size_t size)</td></tr>
<tr class="memdesc:a1f99e23ed5b344a1a5f9ad51942f85db"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the I/O output buffer size.  <a href="#a1f99e23ed5b344a1a5f9ad51942f85db">More...</a><br /></td></tr>
<tr class="separator:a1f99e23ed5b344a1a5f9ad51942f85db"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3d473884e515e78189003d0d03d8b92e"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a3d473884e515e78189003d0d03d8b92e">neo4j_config_set_rcvbuf_size</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, size_t size)</td></tr>
<tr class="memdesc:a3d473884e515e78189003d0d03d8b92e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the I/O input buffer size.  <a href="#a3d473884e515e78189003d0d03d8b92e">More...</a><br /></td></tr>
<tr class="separator:a3d473884e515e78189003d0d03d8b92e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afcceee55bfca787c5aaa78dacc40962d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#afcceee55bfca787c5aaa78dacc40962d">neo4j_config_set_logger_provider</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, struct <a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a> *logger_provider)</td></tr>
<tr class="memdesc:afcceee55bfca787c5aaa78dacc40962d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set a logger provider in the neo4j client configuration.  <a href="#afcceee55bfca787c5aaa78dacc40962d">More...</a><br /></td></tr>
<tr class="separator:afcceee55bfca787c5aaa78dacc40962d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4c77e2cd377fda0514b7b6a4e3cad2cb"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a4c77e2cd377fda0514b7b6a4e3cad2cb">neo4j_config_set_so_sndbuf_size</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, unsigned int size)</td></tr>
<tr class="memdesc:a4c77e2cd377fda0514b7b6a4e3cad2cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the socket send buffer size.  <a href="#a4c77e2cd377fda0514b7b6a4e3cad2cb">More...</a><br /></td></tr>
<tr class="separator:a4c77e2cd377fda0514b7b6a4e3cad2cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa0b44dcd3b6bb042c4a95be5ea7a69be"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aa0b44dcd3b6bb042c4a95be5ea7a69be">neo4j_config_set_so_rcvbuf_size</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, unsigned int size)</td></tr>
<tr class="memdesc:aa0b44dcd3b6bb042c4a95be5ea7a69be"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the socket receive buffer size.  <a href="#aa0b44dcd3b6bb042c4a95be5ea7a69be">More...</a><br /></td></tr>
<tr class="separator:aa0b44dcd3b6bb042c4a95be5ea7a69be"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9e3bb0c589a04d2935b0cf0b93c29b09"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a9e3bb0c589a04d2935b0cf0b93c29b09">neo4j_config_set_connection_factory</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, struct <a class="el" href="structneo4j__connection__factory.html">neo4j_connection_factory</a> *factory)</td></tr>
<tr class="memdesc:a9e3bb0c589a04d2935b0cf0b93c29b09"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set a connection factory in the neo4j client configuration.  <a href="#a9e3bb0c589a04d2935b0cf0b93c29b09">More...</a><br /></td></tr>
<tr class="separator:a9e3bb0c589a04d2935b0cf0b93c29b09"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a08c1b1ab2c98a1c3c9bc4ede181ad61a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a08c1b1ab2c98a1c3c9bc4ede181ad61a">neo4j_config_set_memory_allocator</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, struct <a class="el" href="structneo4j__memory__allocator.html">neo4j_memory_allocator</a> *allocator)</td></tr>
<tr class="memdesc:a08c1b1ab2c98a1c3c9bc4ede181ad61a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set a memory allocator in the neo4j client configuration.  <a href="#a08c1b1ab2c98a1c3c9bc4ede181ad61a">More...</a><br /></td></tr>
<tr class="separator:a08c1b1ab2c98a1c3c9bc4ede181ad61a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad6caab1dac7cf1e3261ae1be1ddda613"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ad6caab1dac7cf1e3261ae1be1ddda613">neo4j_config_set_max_pipelined_requests</a> (<a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, unsigned int n)</td></tr>
<tr class="memdesc:ad6caab1dac7cf1e3261ae1be1ddda613"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the maximum number of requests that can be pipelined to the server.  <a href="#ad6caab1dac7cf1e3261ae1be1ddda613">More...</a><br /></td></tr>
<tr class="separator:ad6caab1dac7cf1e3261ae1be1ddda613"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a78490836844104fdf4877eb93e89c860"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a78490836844104fdf4877eb93e89c860">neo4j_dot_dir</a> (char *buffer, size_t n, const char *append)</td></tr>
<tr class="memdesc:a78490836844104fdf4877eb93e89c860"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return a path within the neo4j dot directory.  <a href="#a78490836844104fdf4877eb93e89c860">More...</a><br /></td></tr>
<tr class="separator:a78490836844104fdf4877eb93e89c860"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9ca013c7c2d09bb2c4a7e61f0a5bb464"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a9ca013c7c2d09bb2c4a7e61f0a5bb464">neo4j_dirname</a> (const char *path, char *buffer, size_t n)</td></tr>
<tr class="memdesc:a9ca013c7c2d09bb2c4a7e61f0a5bb464"><td class="mdescLeft">&#160;</td><td class="mdescRight">Obtain the parent directory of a specified path.  <a href="#a9ca013c7c2d09bb2c4a7e61f0a5bb464">More...</a><br /></td></tr>
<tr class="separator:a9ca013c7c2d09bb2c4a7e61f0a5bb464"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a177fa2c84a64922cdee5091052d4a764"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a177fa2c84a64922cdee5091052d4a764">neo4j_basename</a> (const char *path, char *buffer, size_t n)</td></tr>
<tr class="memdesc:a177fa2c84a64922cdee5091052d4a764"><td class="mdescLeft">&#160;</td><td class="mdescRight">Obtain the basename of a specified path.  <a href="#a177fa2c84a64922cdee5091052d4a764">More...</a><br /></td></tr>
<tr class="separator:a177fa2c84a64922cdee5091052d4a764"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a612db7767554838d5f46f31c55fd85d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a612db7767554838d5f46f31c55fd85d4">neo4j_mkdir_p</a> (const char *path)</td></tr>
<tr class="memdesc:a612db7767554838d5f46f31c55fd85d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a directory and any required parent directories.  <a href="#a612db7767554838d5f46f31c55fd85d4">More...</a><br /></td></tr>
<tr class="separator:a612db7767554838d5f46f31c55fd85d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a84dff5eae1df5b5b27cc160ca867d467"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a84dff5eae1df5b5b27cc160ca867d467">neo4j_connect</a> (const char *uri, <a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, uint_fast32_t flags)</td></tr>
<tr class="memdesc:a84dff5eae1df5b5b27cc160ca867d467"><td class="mdescLeft">&#160;</td><td class="mdescRight">Establish a connection to a neo4j server.  <a href="#a84dff5eae1df5b5b27cc160ca867d467">More...</a><br /></td></tr>
<tr class="separator:a84dff5eae1df5b5b27cc160ca867d467"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af5b6c7e6f637fc5ee1a1cd652baf351b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#af5b6c7e6f637fc5ee1a1cd652baf351b">neo4j_tcp_connect</a> (const char *hostname, unsigned int port, <a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *config, uint_fast32_t flags)</td></tr>
<tr class="memdesc:af5b6c7e6f637fc5ee1a1cd652baf351b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Establish a connection to a neo4j server.  <a href="#af5b6c7e6f637fc5ee1a1cd652baf351b">More...</a><br /></td></tr>
<tr class="separator:af5b6c7e6f637fc5ee1a1cd652baf351b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a411b2f468fe060c4a8dd5c01d6e85bd6"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a411b2f468fe060c4a8dd5c01d6e85bd6">neo4j_close</a> (<a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *connection)</td></tr>
<tr class="memdesc:a411b2f468fe060c4a8dd5c01d6e85bd6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Close a connection to a neo4j server.  <a href="#a411b2f468fe060c4a8dd5c01d6e85bd6">More...</a><br /></td></tr>
<tr class="separator:a411b2f468fe060c4a8dd5c01d6e85bd6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aed44012964b2a43020c14cd556c29ada"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aed44012964b2a43020c14cd556c29ada">neo4j_connection_hostname</a> (const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *connection)</td></tr>
<tr class="memdesc:aed44012964b2a43020c14cd556c29ada"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the hostname for a connection.  <a href="#aed44012964b2a43020c14cd556c29ada">More...</a><br /></td></tr>
<tr class="separator:aed44012964b2a43020c14cd556c29ada"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1251006bd222777b795c55a0f2d7aa46"><td class="memItemLeft" align="right" valign="top">unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a1251006bd222777b795c55a0f2d7aa46">neo4j_connection_port</a> (const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *connection)</td></tr>
<tr class="memdesc:a1251006bd222777b795c55a0f2d7aa46"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the port for a connection.  <a href="#a1251006bd222777b795c55a0f2d7aa46">More...</a><br /></td></tr>
<tr class="separator:a1251006bd222777b795c55a0f2d7aa46"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0d73ab2f33b53f60928248850182ad28"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a0d73ab2f33b53f60928248850182ad28">neo4j_connection_username</a> (const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *connection)</td></tr>
<tr class="memdesc:a0d73ab2f33b53f60928248850182ad28"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the username for a connection.  <a href="#a0d73ab2f33b53f60928248850182ad28">More...</a><br /></td></tr>
<tr class="separator:a0d73ab2f33b53f60928248850182ad28"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aef52e00d59af05e7af157b4de4f783e4"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aef52e00d59af05e7af157b4de4f783e4">neo4j_connection_is_secure</a> (const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *connection)</td></tr>
<tr class="memdesc:aef52e00d59af05e7af157b4de4f783e4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if a given connection uses TLS.  <a href="#aef52e00d59af05e7af157b4de4f783e4">More...</a><br /></td></tr>
<tr class="separator:aef52e00d59af05e7af157b4de4f783e4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5aa84b059f804cedd3f851e9117b601a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a5aa84b059f804cedd3f851e9117b601a">neo4j_new_session</a> (<a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *connection)</td></tr>
<tr class="memdesc:a5aa84b059f804cedd3f851e9117b601a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new session for the given connection.  <a href="#a5aa84b059f804cedd3f851e9117b601a">More...</a><br /></td></tr>
<tr class="separator:a5aa84b059f804cedd3f851e9117b601a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1a2c063a87ba026e719d425927586fdb"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a1a2c063a87ba026e719d425927586fdb">neo4j_end_session</a> (<a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *session)</td></tr>
<tr class="memdesc:a1a2c063a87ba026e719d425927586fdb"><td class="mdescLeft">&#160;</td><td class="mdescRight">End a session with a neo4j server.  <a href="#a1a2c063a87ba026e719d425927586fdb">More...</a><br /></td></tr>
<tr class="separator:a1a2c063a87ba026e719d425927586fdb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5e178f378c9e7f967357121c07a0d349"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a5e178f378c9e7f967357121c07a0d349">neo4j_reset_session</a> (<a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *session)</td></tr>
<tr class="memdesc:a5e178f378c9e7f967357121c07a0d349"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reset a session.  <a href="#a5e178f378c9e7f967357121c07a0d349">More...</a><br /></td></tr>
<tr class="separator:a5e178f378c9e7f967357121c07a0d349"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8f1824378a40f720ddfb9af10e238211"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a8f1824378a40f720ddfb9af10e238211">neo4j_session_connection</a> (<a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *session)</td></tr>
<tr class="memdesc:a8f1824378a40f720ddfb9af10e238211"><td class="mdescLeft">&#160;</td><td class="mdescRight">Obtain the connection associated with a session.  <a href="#a8f1824378a40f720ddfb9af10e238211">More...</a><br /></td></tr>
<tr class="separator:a8f1824378a40f720ddfb9af10e238211"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a559cc7c80d0f79fbf37fc9bee2732a4a"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a559cc7c80d0f79fbf37fc9bee2732a4a">neo4j_credentials_expired</a> (const <a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *session)</td></tr>
<tr class="memdesc:a559cc7c80d0f79fbf37fc9bee2732a4a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if the server indicated that credentials have expired.  <a href="#a559cc7c80d0f79fbf37fc9bee2732a4a">More...</a><br /></td></tr>
<tr class="separator:a559cc7c80d0f79fbf37fc9bee2732a4a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae975ef8a6ba72d3cc98dfcc7b96f4f30"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ae975ef8a6ba72d3cc98dfcc7b96f4f30">neo4j_run</a> (<a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *session, const char *statement, neo4j_value_t params)</td></tr>
<tr class="memdesc:ae975ef8a6ba72d3cc98dfcc7b96f4f30"><td class="mdescLeft">&#160;</td><td class="mdescRight">Evaluate a statement.  <a href="#ae975ef8a6ba72d3cc98dfcc7b96f4f30">More...</a><br /></td></tr>
<tr class="separator:ae975ef8a6ba72d3cc98dfcc7b96f4f30"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3a462cd2449de9490b1bfd038dba9dc6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a3a462cd2449de9490b1bfd038dba9dc6">neo4j_send</a> (<a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *session, const char *statement, neo4j_value_t params)</td></tr>
<tr class="memdesc:a3a462cd2449de9490b1bfd038dba9dc6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Evaluate a statement, ignoring any results.  <a href="#a3a462cd2449de9490b1bfd038dba9dc6">More...</a><br /></td></tr>
<tr class="separator:a3a462cd2449de9490b1bfd038dba9dc6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0da896e6da7f9dbad19a8a7091f60c2a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a0da896e6da7f9dbad19a8a7091f60c2a">neo4j_check_failure</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:a0da896e6da7f9dbad19a8a7091f60c2a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if a results stream has failed.  <a href="#a0da896e6da7f9dbad19a8a7091f60c2a">More...</a><br /></td></tr>
<tr class="separator:a0da896e6da7f9dbad19a8a7091f60c2a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a75840eac49113d9dd2acbab4586a5002"><td class="memItemLeft" align="right" valign="top">unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a75840eac49113d9dd2acbab4586a5002">neo4j_nfields</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:a75840eac49113d9dd2acbab4586a5002"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the number of fields in a result stream.  <a href="#a75840eac49113d9dd2acbab4586a5002">More...</a><br /></td></tr>
<tr class="separator:a75840eac49113d9dd2acbab4586a5002"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0e49dd65d4e3f49498c3eaaf4c86af49"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a0e49dd65d4e3f49498c3eaaf4c86af49">neo4j_fieldname</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results, unsigned int index)</td></tr>
<tr class="memdesc:a0e49dd65d4e3f49498c3eaaf4c86af49"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the name of a field in a result stream.  <a href="#a0e49dd65d4e3f49498c3eaaf4c86af49">More...</a><br /></td></tr>
<tr class="separator:a0e49dd65d4e3f49498c3eaaf4c86af49"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a25186e637ef83e7bd77cc089be1822c8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a25186e637ef83e7bd77cc089be1822c8">neo4j_fetch_next</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:a25186e637ef83e7bd77cc089be1822c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Fetch the next record from the result stream.  <a href="#a25186e637ef83e7bd77cc089be1822c8">More...</a><br /></td></tr>
<tr class="separator:a25186e637ef83e7bd77cc089be1822c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adc16b4d0d0085968c421ff39cd57bad9"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#adc16b4d0d0085968c421ff39cd57bad9">neo4j_close_results</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:adc16b4d0d0085968c421ff39cd57bad9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Close a result stream.  <a href="#adc16b4d0d0085968c421ff39cd57bad9">More...</a><br /></td></tr>
<tr class="separator:adc16b4d0d0085968c421ff39cd57bad9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3d76a109fffe5ef92834868a3b0f2f1e"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a3d76a109fffe5ef92834868a3b0f2f1e">neo4j_error_code</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:a3d76a109fffe5ef92834868a3b0f2f1e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the error code sent from neo4j.  <a href="#a3d76a109fffe5ef92834868a3b0f2f1e">More...</a><br /></td></tr>
<tr class="separator:a3d76a109fffe5ef92834868a3b0f2f1e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa66af2d7635746626a24d71bfe2471b4"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aa66af2d7635746626a24d71bfe2471b4">neo4j_error_message</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:aa66af2d7635746626a24d71bfe2471b4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the error message sent from neo4j.  <a href="#aa66af2d7635746626a24d71bfe2471b4">More...</a><br /></td></tr>
<tr class="separator:aa66af2d7635746626a24d71bfe2471b4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a87e98ed9d7062d6c300490c13dd26db6"><td class="memItemLeft" align="right" valign="top">const struct <a class="el" href="structneo4j__failure__details.html">neo4j_failure_details</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a87e98ed9d7062d6c300490c13dd26db6">neo4j_failure_details</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:a87e98ed9d7062d6c300490c13dd26db6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the details of a statement evaluation failure.  <a href="#a87e98ed9d7062d6c300490c13dd26db6">More...</a><br /></td></tr>
<tr class="separator:a87e98ed9d7062d6c300490c13dd26db6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad76cacbfc5c6e50650917ed212e80c86"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ad76cacbfc5c6e50650917ed212e80c86">neo4j_statement_type</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:ad76cacbfc5c6e50650917ed212e80c86"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the statement type for the result stream.  <a href="#ad76cacbfc5c6e50650917ed212e80c86">More...</a><br /></td></tr>
<tr class="separator:ad76cacbfc5c6e50650917ed212e80c86"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2932305981f891c0f31948dbdef27c54"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structneo4j__update__counts.html">neo4j_update_counts</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a2932305981f891c0f31948dbdef27c54">neo4j_update_counts</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:a2932305981f891c0f31948dbdef27c54"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the update counts for the result stream.  <a href="#a2932305981f891c0f31948dbdef27c54">More...</a><br /></td></tr>
<tr class="separator:a2932305981f891c0f31948dbdef27c54"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa51e9c7f3211b30286dbb8400e0b4dad"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#aa51e9c7f3211b30286dbb8400e0b4dad">neo4j_statement_plan</a> (<a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results)</td></tr>
<tr class="memdesc:aa51e9c7f3211b30286dbb8400e0b4dad"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the statement plan for the result stream.  <a href="#aa51e9c7f3211b30286dbb8400e0b4dad">More...</a><br /></td></tr>
<tr class="separator:aa51e9c7f3211b30286dbb8400e0b4dad"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae6b9965a33555ecfcb9213380292a129"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ae6b9965a33555ecfcb9213380292a129">neo4j_statement_plan_release</a> (struct <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a> *plan)</td></tr>
<tr class="memdesc:ae6b9965a33555ecfcb9213380292a129"><td class="mdescLeft">&#160;</td><td class="mdescRight">Release a statement plan.  <a href="#ae6b9965a33555ecfcb9213380292a129">More...</a><br /></td></tr>
<tr class="separator:ae6b9965a33555ecfcb9213380292a129"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abd8ce4a012c694dcad787d62ec335dac"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#abd8ce4a012c694dcad787d62ec335dac">neo4j_result_field</a> (const <a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *result, unsigned int index)</td></tr>
<tr class="memdesc:abd8ce4a012c694dcad787d62ec335dac"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a field from a result.  <a href="#abd8ce4a012c694dcad787d62ec335dac">More...</a><br /></td></tr>
<tr class="separator:abd8ce4a012c694dcad787d62ec335dac"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7274a12455cd60d9288889d6f5c1fd01"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7274a12455cd60d9288889d6f5c1fd01">neo4j_retain</a> (<a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *result)</td></tr>
<tr class="memdesc:a7274a12455cd60d9288889d6f5c1fd01"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retain a result.  <a href="#a7274a12455cd60d9288889d6f5c1fd01">More...</a><br /></td></tr>
<tr class="separator:a7274a12455cd60d9288889d6f5c1fd01"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ebaee4ed7627594fda0305666444c2f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a7ebaee4ed7627594fda0305666444c2f">neo4j_release</a> (<a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *result)</td></tr>
<tr class="memdesc:a7ebaee4ed7627594fda0305666444c2f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Release a result.  <a href="#a7ebaee4ed7627594fda0305666444c2f">More...</a><br /></td></tr>
<tr class="separator:a7ebaee4ed7627594fda0305666444c2f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a48a585941bd7fad68ab0028b310ea153"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a48a585941bd7fad68ab0028b310ea153">neo4j_render_table</a> (FILE *stream, <a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results, unsigned int width, uint_fast32_t flags)</td></tr>
<tr class="memdesc:a48a585941bd7fad68ab0028b310ea153"><td class="mdescLeft">&#160;</td><td class="mdescRight">Render a result stream as a table.  <a href="#a48a585941bd7fad68ab0028b310ea153">More...</a><br /></td></tr>
<tr class="separator:a48a585941bd7fad68ab0028b310ea153"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3bf2a87f8e45cd98ff01fc85c7d7d597"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a3bf2a87f8e45cd98ff01fc85c7d7d597">neo4j_render_csv</a> (FILE *stream, <a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *results, uint_fast32_t flags)</td></tr>
<tr class="memdesc:a3bf2a87f8e45cd98ff01fc85c7d7d597"><td class="mdescLeft">&#160;</td><td class="mdescRight">Render a result stream as comma separated value.  <a href="#a3bf2a87f8e45cd98ff01fc85c7d7d597">More...</a><br /></td></tr>
<tr class="separator:a3bf2a87f8e45cd98ff01fc85c7d7d597"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a158d7a7bb769b7912b354ff78f5a2989"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a158d7a7bb769b7912b354ff78f5a2989">neo4j_render_plan_table</a> (FILE *stream, struct <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a> *plan, unsigned int width, uint_fast32_t flags)</td></tr>
<tr class="memdesc:a158d7a7bb769b7912b354ff78f5a2989"><td class="mdescLeft">&#160;</td><td class="mdescRight">Render a statement plan as a table.  <a href="#a158d7a7bb769b7912b354ff78f5a2989">More...</a><br /></td></tr>
<tr class="separator:a158d7a7bb769b7912b354ff78f5a2989"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1ac01584449aafb49d0c1a315c44a51b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a1ac01584449aafb49d0c1a315c44a51b">neo4j_type</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:a1ac01584449aafb49d0c1a315c44a51b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the type of a neo4j value.  <a href="#a1ac01584449aafb49d0c1a315c44a51b">More...</a><br /></td></tr>
<tr class="separator:a1ac01584449aafb49d0c1a315c44a51b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab72a3b1720046758d0299b5c476f9ec0"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab72a3b1720046758d0299b5c476f9ec0">neo4j_is_null</a> (neo4j_value_t value)</td></tr>
<tr class="memdesc:ab72a3b1720046758d0299b5c476f9ec0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check if a neo4j value is the null value.  <a href="#ab72a3b1720046758d0299b5c476f9ec0">More...</a><br /></td></tr>
<tr class="separator:ab72a3b1720046758d0299b5c476f9ec0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abad22fb0ad90d3a4771a4b7fcdc448a5"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#abad22fb0ad90d3a4771a4b7fcdc448a5">neo4j_string</a> (const char *s)</td></tr>
<tr class="memdesc:abad22fb0ad90d3a4771a4b7fcdc448a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct a neo4j value encoding a string.  <a href="#abad22fb0ad90d3a4771a4b7fcdc448a5">More...</a><br /></td></tr>
<tr class="separator:abad22fb0ad90d3a4771a4b7fcdc448a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac4d1e4a516b5735778812e250726799a"><td class="memItemLeft" align="right" valign="top">neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ac4d1e4a516b5735778812e250726799a">neo4j_map_get</a> (neo4j_value_t value, const char *key)</td></tr>
<tr class="memdesc:ac4d1e4a516b5735778812e250726799a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return a value from a neo4j map.  <a href="#ac4d1e4a516b5735778812e250726799a">More...</a><br /></td></tr>
<tr class="separator:ac4d1e4a516b5735778812e250726799a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9c83a47ac2e9b17bbd5b25c516e6c039"><td class="memItemLeft" align="right" valign="top">neo4j_map_entry_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a9c83a47ac2e9b17bbd5b25c516e6c039">neo4j_map_entry</a> (const char *key, neo4j_value_t value)</td></tr>
<tr class="memdesc:a9c83a47ac2e9b17bbd5b25c516e6c039"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constrct a neo4j map entry.  <a href="#a9c83a47ac2e9b17bbd5b25c516e6c039">More...</a><br /></td></tr>
<tr class="separator:a9c83a47ac2e9b17bbd5b25c516e6c039"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a701c3b2b20f60d96d4b95522024bbd26"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a701c3b2b20f60d96d4b95522024bbd26">NEO4J_NULL</a></td></tr>
<tr class="memdesc:a701c3b2b20f60d96d4b95522024bbd26"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j null value type.  <a href="#a701c3b2b20f60d96d4b95522024bbd26">More...</a><br /></td></tr>
<tr class="separator:a701c3b2b20f60d96d4b95522024bbd26"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acdbc60a261bc4fffe2e9e9b624af6fe8"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#acdbc60a261bc4fffe2e9e9b624af6fe8">NEO4J_BOOL</a></td></tr>
<tr class="memdesc:acdbc60a261bc4fffe2e9e9b624af6fe8"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j boolean value type.  <a href="#acdbc60a261bc4fffe2e9e9b624af6fe8">More...</a><br /></td></tr>
<tr class="separator:acdbc60a261bc4fffe2e9e9b624af6fe8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a23d7a901eed0c0306fe2123b2bc33f40"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a23d7a901eed0c0306fe2123b2bc33f40">NEO4J_INT</a></td></tr>
<tr class="memdesc:a23d7a901eed0c0306fe2123b2bc33f40"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j integer value type.  <a href="#a23d7a901eed0c0306fe2123b2bc33f40">More...</a><br /></td></tr>
<tr class="separator:a23d7a901eed0c0306fe2123b2bc33f40"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae31246b16eeeebdbb352c8620dd53b67"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ae31246b16eeeebdbb352c8620dd53b67">NEO4J_FLOAT</a></td></tr>
<tr class="memdesc:ae31246b16eeeebdbb352c8620dd53b67"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j float value type.  <a href="#ae31246b16eeeebdbb352c8620dd53b67">More...</a><br /></td></tr>
<tr class="separator:ae31246b16eeeebdbb352c8620dd53b67"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a667a6f285a9f815d6a04d389b4d7bc7d"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a667a6f285a9f815d6a04d389b4d7bc7d">NEO4J_STRING</a></td></tr>
<tr class="memdesc:a667a6f285a9f815d6a04d389b4d7bc7d"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j string value type.  <a href="#a667a6f285a9f815d6a04d389b4d7bc7d">More...</a><br /></td></tr>
<tr class="separator:a667a6f285a9f815d6a04d389b4d7bc7d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab0d1be56ad2b9039e3fd516771f97cb4"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ab0d1be56ad2b9039e3fd516771f97cb4">NEO4J_LIST</a></td></tr>
<tr class="memdesc:ab0d1be56ad2b9039e3fd516771f97cb4"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j list value type.  <a href="#ab0d1be56ad2b9039e3fd516771f97cb4">More...</a><br /></td></tr>
<tr class="separator:ab0d1be56ad2b9039e3fd516771f97cb4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a31152f09fa10c88d39c043aab5096502"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a31152f09fa10c88d39c043aab5096502">NEO4J_MAP</a></td></tr>
<tr class="memdesc:a31152f09fa10c88d39c043aab5096502"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j map value type.  <a href="#a31152f09fa10c88d39c043aab5096502">More...</a><br /></td></tr>
<tr class="separator:a31152f09fa10c88d39c043aab5096502"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a731e16b013230d056c28e19b6b7f4254"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a731e16b013230d056c28e19b6b7f4254">NEO4J_NODE</a></td></tr>
<tr class="memdesc:a731e16b013230d056c28e19b6b7f4254"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j node value type.  <a href="#a731e16b013230d056c28e19b6b7f4254">More...</a><br /></td></tr>
<tr class="separator:a731e16b013230d056c28e19b6b7f4254"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac98db7e2be5854ae3f9114c0fac2e246"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#ac98db7e2be5854ae3f9114c0fac2e246">NEO4J_RELATIONSHIP</a></td></tr>
<tr class="memdesc:ac98db7e2be5854ae3f9114c0fac2e246"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j relationship value type.  <a href="#ac98db7e2be5854ae3f9114c0fac2e246">More...</a><br /></td></tr>
<tr class="separator:ac98db7e2be5854ae3f9114c0fac2e246"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4ee80898235fd5b985b66f95256cafe8"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a4ee80898235fd5b985b66f95256cafe8">NEO4J_PATH</a></td></tr>
<tr class="memdesc:a4ee80898235fd5b985b66f95256cafe8"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j path value type.  <a href="#a4ee80898235fd5b985b66f95256cafe8">More...</a><br /></td></tr>
<tr class="separator:a4ee80898235fd5b985b66f95256cafe8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:add980ee1efad88733a6586f0b7f49beb"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#add980ee1efad88733a6586f0b7f49beb">NEO4J_IDENTITY</a></td></tr>
<tr class="memdesc:add980ee1efad88733a6586f0b7f49beb"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j identity value type.  <a href="#add980ee1efad88733a6586f0b7f49beb">More...</a><br /></td></tr>
<tr class="separator:add980ee1efad88733a6586f0b7f49beb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1a46210f793cefbe6936e91f88392635"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1a46210f793cefbe6936e91f88392635"></a>
const neo4j_value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#a1a46210f793cefbe6936e91f88392635">neo4j_null</a></td></tr>
<tr class="memdesc:a1a46210f793cefbe6936e91f88392635"><td class="mdescLeft">&#160;</td><td class="mdescRight">The neo4j null value. <br /></td></tr>
<tr class="separator:a1a46210f793cefbe6936e91f88392635"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adada0d69bedd364ed1f0607d41dcd2a7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adada0d69bedd364ed1f0607d41dcd2a7"></a>
struct <a class="el" href="structneo4j__connection__factory.html">neo4j_connection_factory</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="neo4j-client_8h.html#adada0d69bedd364ed1f0607d41dcd2a7">neo4j_std_connection_factory</a></td></tr>
<tr class="memdesc:adada0d69bedd364ed1f0607d41dcd2a7"><td class="mdescLeft">&#160;</td><td class="mdescRight">The standard connection factory. <br /></td></tr>
<tr class="separator:adada0d69bedd364ed1f0607d41dcd2a7"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Typedef Documentation</h2>
<a class="anchor" id="a622266493d752a1738038328c7a5f801"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef int(* neo4j_authentication_reattempt_callback_t) (void *userdata, const char *host, unsigned int attempts, int error, char *username, size_t usize, char *password, size_t psize)</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Function type for callback when password authentication has failed. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[userdata]</td><td>The user data for the callback. </td></tr>
    <tr><td class="paramname">[host]</td><td>The host description (typically "&lt;hostname&gt;:&lt;port&gt;"). </td></tr>
    <tr><td class="paramname">[attempts]</td><td>The number of previous attempts. </td></tr>
    <tr><td class="paramname">[error]</td><td>The errno for the authentication failure. </td></tr>
    <tr><td class="paramname">[username]</td><td>A buffer containing the null terminated username for which authentication was attempted. </td></tr>
    <tr><td class="paramname">[usize]</td><td>The size of the username buffer. </td></tr>
    <tr><td class="paramname">[password]</td><td>A buffer containing the null terminated password for which authentication was attempted. </td></tr>
    <tr><td class="paramname">[usize]</td><td>The size of the password buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>NEO4J_AUTHENTICATION_REATTEMPT</code> if the credentials have been updated and authentication should be re-attempted, <code>NEO4J_AUTHENTICATION_FAIL</code> if authentication should fail, and -1 if an error occurs (errno should be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a885919ac7c56e71207481ecac36b0149"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef size_t(* neo4j_password_callback_t) (void *userdata, char *buf, size_t len)</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Function type for callback when passwords are required. </p>
<p>Should copy the password into the supplied buffer, and return the actual length of the password.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[userdata]</td><td>The user data for the callback. </td></tr>
    <tr><td class="paramname">[buf]</td><td>The buffer to copy the password into. </td></tr>
    <tr><td class="paramname">[len]</td><td>The length of the buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The length of the password as copied into the buffer. </dd></dl>

</div>
</div>
<a class="anchor" id="a954aab71776ba3e9397d08454ba831db"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef int(* neo4j_unverified_host_callback_t) (void *userdata, const char *host, const char *fingerprint, neo4j_unverified_host_reason_t reason)</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Function type for callback when host verification has failed. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[userdata]</td><td>The user data for the callback. </td></tr>
    <tr><td class="paramname">[host]</td><td>The host description (typically "&lt;hostname&gt;:&lt;port&gt;"). </td></tr>
    <tr><td class="paramname">[fingerprint]</td><td>The fingerprint for the host. </td></tr>
    <tr><td class="paramname">[reason]</td><td>The reason for the verification failure, which will be either <code>NEO4J_HOST_VERIFICATION_UNRECOGNIZED</code> or <code>NEO4J_HOST_VERIFICATION_MISMATCH</code>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>NEO4J_HOST_VERIFICATION_REJECT</code> if the host should be rejected, <code>NEO4J_HOST_VERIFICATION_ACCEPT_ONCE</code> if the host should be accepted for just the one connection, <code>NEO4J_HOST_VERIFICATION_TRUST</code> if the fingerprint should be stored in the "known hosts" file and thus trusted for future connections, or -1 if an error occurs (errno should be set). </dd></dl>

</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a177fa2c84a64922cdee5091052d4a764"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ssize_t neo4j_basename </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>buffer</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Obtain the basename of a specified path. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[path]</td><td>The path. </td></tr>
    <tr><td class="paramname">[buffer]</td><td>A buffer to place the base name into, or <code>NULL</code>. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The length of the base name, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ab612fc14751ca697789d6741b6019c6d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_bool </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding a boolean. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>A boolean value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Bool. </dd></dl>

</div>
</div>
<a class="anchor" id="aa6d6688d5206fc1f7fdfcc9ad75e2c1a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_bool_value </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the native boolean value from a neo4j boolean. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_BOOL.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The native boolean true or false </dd></dl>

</div>
</div>
<a class="anchor" id="a0da896e6da7f9dbad19a8a7091f60c2a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_check_failure </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if a results stream has failed. </p>
<p>Note: if the error is <code>NEO4J_STATEMENT_EVALUATION_FAILED</code>, then additional error information will be available via <a class="el" href="neo4j-client_8h.html#aa66af2d7635746626a24d71bfe2471b4" title="Return the error message sent from neo4j. ">neo4j_error_message()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 if no failure has occurred, and an error number otherwise. </dd></dl>

</div>
</div>
<a class="anchor" id="a670948caaf1de414e489ca09a4b5397c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_client_cleanup </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Cleanup after use of the neo4j client library. </p>
<p>Whilst it is not necessary to call this function, it can be useful for clearing any allocated memory when testing with tools such as valgrind.</p>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a86d9c82f1b6a44fafb0f6455c6354c58"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_client_init </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Initialize the neo4j client library. </p>
<p>This function should be invoked once per application including the neo4j client library.</p>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a411b2f468fe060c4a8dd5c01d6e85bd6"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_close </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td>
          <td class="paramname"><em>connection</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Close a connection to a neo4j server. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[connection]</td><td>The connection to close. This pointer will be invalid after the function returns, except when an error occurs and errno is set to NEO4J_SESSION_ACTIVE. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="adc16b4d0d0085968c421ff39cd57bad9"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_close_results </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Close a result stream. </p>
<p>Closes the result stream and releases all memory held by it, including results and values obtained from it.</p>
<p>NOTE: After this function is invoked, all <code>neo4j_result_t</code> objects fetched from this stream, and any values obtained from them, will be invalid and <em>must not be accessed</em>. Doing so will result in undetermined and unstable behaviour. This is true even if this function returns an error.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. The pointer will be invalid after the function returns. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a04435b26707f50591c92815853620ca2"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a>* neo4j_config_dup </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Duplicate a neo4j client configuration. </p>
<p>The returned configuration must be later released using <a class="el" href="neo4j-client_8h.html#a7ce12c3f1093992d58c9feda91e48bf7" title="Release a neo4j client configuration. ">neo4j_config_free()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>A pointer to a neo4j client configuration. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A duplicate configuration. </dd></dl>

</div>
</div>
<a class="anchor" id="a7ce12c3f1093992d58c9feda91e48bf7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_free </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Release a neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>A pointer to a neo4j client configuration. This pointer will be invalid after the function returns. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a4dd3cbe0f630f8118535a2fdad49c12e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_config_get_client_id </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the client ID in the neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to the client ID, or <code>NULL</code> if one is not set. </dd></dl>

</div>
</div>
<a class="anchor" id="ac516abf42165605ab0259861e603fab9"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_config_get_username </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the username in the neo4j client configuration. </p>
<p>The returned username will only be valid whilst the configuration is unchanged.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to the username, or <code>NULL</code> if one is not set. </dd></dl>

</div>
</div>
<a class="anchor" id="a4675201d0963523c59eb6d79d2e8f33e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_set_attempt_empty_password </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Attempt initial authentication with an empty password. </p>
<p>If an authentication re-attempt callback has been provided (see <a class="el" href="neo4j-client_8h.html#a08c9ac2ef3a00668e5707c379af2c960" title="Set the authentication re-attempt callback. ">neo4j_config_set_authentication_reattempt_callback()</a>), and a password has not been set in the config, or a connection URL does not contain a password, then the default behaviour is to immediately call the authentication re-attempt callback. If, however, this config property is set to true, then authentication using an empty password will be attempted first.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[value]</td><td>Allow attempting to use an empty password for the first authentiation attempt. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a08c9ac2ef3a00668e5707c379af2c960"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_authentication_reattempt_callback </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a622266493d752a1738038328c7a5f801">neo4j_authentication_reattempt_callback_t</a>&#160;</td>
          <td class="paramname"><em>callback</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>userdata</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the authentication re-attempt callback. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[callback]</td><td>The callback to be invoked whenever a authentication fails. </td></tr>
    <tr><td class="paramname">[userdata]</td><td>User data that will be supplied to the callback. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a7b44aae989a6301439bc83bb0638bc2d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_set_client_id </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>client_id</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the client ID. </p>
<p>The client ID will be used when identifying the client to neo4j.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[client_id]</td><td>The client ID string. This string should remain allocated whilst the config is allocated <em>or if any connections opened with the config remain active</em>. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a9e3bb0c589a04d2935b0cf0b93c29b09"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_set_connection_factory </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">struct <a class="el" href="structneo4j__connection__factory.html">neo4j_connection_factory</a> *&#160;</td>
          <td class="paramname"><em>factory</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set a connection factory in the neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[factory]</td><td>The connection factory. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a88334f4e9a594c0a38c0ab1e828f242f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_known_hosts_file </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the location of the known hosts file for TLS certificates. </p>
<p>The file, which will be created and maintained by neo4j client, will be used for storing trust information when using "Trust On First Use".</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[path]</td><td>The path to known hosts file. This string should remain allocated whilst the config is allocated <em>or if any connections opened with the config remain active</em>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="afcceee55bfca787c5aaa78dacc40962d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_set_logger_provider </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">struct <a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a> *&#160;</td>
          <td class="paramname"><em>logger_provider</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set a logger provider in the neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[logger_provider]</td><td>The logger provider function. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ad6caab1dac7cf1e3261ae1be1ddda613"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_set_max_pipelined_requests </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the maximum number of requests that can be pipelined to the server. </p>
<dl class="section attention"><dt>Attention</dt><dd>Setting this value too high could result in deadlocking within the client, as the client will block when trying to send statements to a server with a full queue, instead of reading results that would drain the queue.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[n]</td><td>The new maximum. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a08c1b1ab2c98a1c3c9bc4ede181ad61a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_config_set_memory_allocator </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">struct <a class="el" href="structneo4j__memory__allocator.html">neo4j_memory_allocator</a> *&#160;</td>
          <td class="paramname"><em>allocator</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set a memory allocator in the neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[allocator]</td><td>The memory allocator. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a96d0f4f8dfc137ed50feb3b300eacded"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_password </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>password</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the password in the neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[password]</td><td>The password to authenticate with. The string will be duplicated, and thus may point to temporary memory. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a3d473884e515e78189003d0d03d8b92e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_rcvbuf_size </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>size</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the I/O input buffer size. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[size]</td><td>The I/O input buffer size. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a1f99e23ed5b344a1a5f9ad51942f85db"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_sndbuf_size </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>size</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the I/O output buffer size. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[size]</td><td>The I/O output buffer size. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="aa0b44dcd3b6bb042c4a95be5ea7a69be"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_so_rcvbuf_size </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>size</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the socket receive buffer size. </p>
<p>This is only applicable to the standard connection factory.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[size]</td><td>The socket receive buffer size, or 0 to use the system default. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a4c77e2cd377fda0514b7b6a4e3cad2cb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_so_sndbuf_size </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>size</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the socket send buffer size. </p>
<p>This is only applicable to the standard connection factory.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[size]</td><td>The socket send buffer size, or 0 to use the system default. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a294ec60e4bb902339b4934124872ae05"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_TLS_ca_dir </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the location of a directory of TLS certificate authorities (and CRLs). </p>
<p>The specified directory should contain the certificates of the trusted CAs and CRLs, named by hash according to the <code>c_rehash</code> tool.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[path]</td><td>The path to the directory of CAs and CRLs. This string should remain allocated whilst the config is allocated <em>or if any connections opened with the config remain active</em>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a8363cca7d40d34132fb159c84d74d028"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_TLS_ca_file </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the location of a file containing TLS certificate authorities (and CRLs). </p>
<p>The file should contain the certificates of the trusted CAs and CRLs. The file must be in base64 privacy enhanced mail (PEM) format.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[path]</td><td>The path to the PEM file containing the trusted CAs and CRLs. This string should remain allocated whilst the config is allocated <em>or if any connections opened with the config remain active</em>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ac380f77eae1e0b24f31153a1e3e263f9"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_TLS_private_key </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the location of a TLS private key and certificate chain. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[path]</td><td>The path to the PEM file containing the private key and certificate chain. This string should remain allocated whilst the config is allocated <em>or if any connections opened with the config remain active</em>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a0ee7f5d4cb0dd7305f82cc7924d23f3d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_TLS_private_key_password </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>password</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the password for the TLS private key file. </p>
<p>This is a simpler alternative to using <a class="el" href="neo4j-client_8h.html#a4c1d5ac22412fbdb03048c09681d1170" title="Set the password callback for the TLS private key file. ">neo4j_config_set_TLS_private_key_password_callback()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[password]</td><td>The password for the certificate file. This string should remain allocated whilst the config is allocated <em>or if any connections opened with the config remain active</em>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a4c1d5ac22412fbdb03048c09681d1170"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_TLS_private_key_password_callback </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a885919ac7c56e71207481ecac36b0149">neo4j_password_callback_t</a>&#160;</td>
          <td class="paramname"><em>callback</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>userdata</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the password callback for the TLS private key file. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[callback]</td><td>The callback to be invoked whenever a password for the certificate file is required. </td></tr>
    <tr><td class="paramname">[userdata]</td><td>User data that will be supplied to the callback. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="afcf4208f08f40fbd7adec519d200b82e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_trust_known_hosts </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>enable</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Enable or disable trusting of known hosts. </p>
<p>When enabled, the neo4j client will check if a host has been previously trusted and stored into the "known hosts" file, and that the host fingerprint still matches the previously accepted value. This is enabled by default.</p>
<p>If verification fails, the callback set with <a class="el" href="neo4j-client_8h.html#a42d38599eecccaf1527277341e35d923" title="Set the unverified host callback. ">neo4j_config_set_unverified_host_callback()</a> will be invoked.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[enable]</td><td><code>true</code> to enable trusting of known hosts, and <code>false</code> to disable this behaviour. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a42d38599eecccaf1527277341e35d923"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_unverified_host_callback </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a954aab71776ba3e9397d08454ba831db">neo4j_unverified_host_callback_t</a>&#160;</td>
          <td class="paramname"><em>callback</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>userdata</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the unverified host callback. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[callback]</td><td>The callback to be invoked whenever a host verification fails. </td></tr>
    <tr><td class="paramname">[userdata]</td><td>User data that will be supplied to the callback. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a7b314a005997c9ee7137a256157ee9fb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_config_set_username </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>username</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Set the username in the neo4j client configuration. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to update. </td></tr>
    <tr><td class="paramname">[username]</td><td>The username to authenticate with. The string will be duplicated, and thus may point to temporary memory. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a0c3290b5b3e71ab7d1fe2fa4181d4b1e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_config_will_attempt_empty_password </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if the configuration allows for auth attempts using an empty password. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if an attempt will be made, or <code>false</code> otherwise. </dd></dl>

</div>
</div>
<a class="anchor" id="a84dff5eae1df5b5b27cc160ca867d467"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a>* neo4j_connect </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>uri</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast32_t&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Establish a connection to a neo4j server. </p>
<p>A bitmask of flags may be supplied, which may include:</p><ul>
<li>NEO4J_INSECURE - do not attempt to establish a secure connection. If a secure connection is required, then connect will fail with errno set to <code>NEO4J_SERVER_REQUIRES_SECURE_CONNECTION</code>.</li>
</ul>
<p>If no flags are required, pass 0 or <code>NEO4J_CONNECT_DEFAULT</code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[uri]</td><td>A URI describing the server to connect to, which may also include authentication data (which will override any provided in the config). </td></tr>
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to use for this connection. </td></tr>
    <tr><td class="paramname">[flags]</td><td>A bitmask of flags to control connections. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a <code>neo4j_connection_t</code> structure, or <code>NULL</code> on error (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="aed44012964b2a43020c14cd556c29ada"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_connection_hostname </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td>
          <td class="paramname"><em>connection</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the hostname for a connection. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[connection]</td><td>The neo4j connection. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a hostname string, which will remain valid only whilst the connection remains open. </dd></dl>

</div>
</div>
<a class="anchor" id="aef52e00d59af05e7af157b4de4f783e4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_connection_is_secure </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td>
          <td class="paramname"><em>connection</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if a given connection uses TLS. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[connection]</td><td>The neo4j connection. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the connection was established over TLS, and <code>false</code> otherwise. </dd></dl>

</div>
</div>
<a class="anchor" id="a1251006bd222777b795c55a0f2d7aa46"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int neo4j_connection_port </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td>
          <td class="paramname"><em>connection</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the port for a connection. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[connection]</td><td>The neo4j connection. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The port of the connection. </dd></dl>

</div>
</div>
<a class="anchor" id="a0d73ab2f33b53f60928248850182ad28"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_connection_username </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td>
          <td class="paramname"><em>connection</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the username for a connection. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[connection]</td><td>The neo4j connection. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a username string, which will remain valid only whilst the connection remains open, or NULL if no username was associated with the connection. </dd></dl>

</div>
</div>
<a class="anchor" id="a559cc7c80d0f79fbf37fc9bee2732a4a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_credentials_expired </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td>
          <td class="paramname"><em>session</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if the server indicated that credentials have expired. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[session]</td><td>The session. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the server indicated that credentials have expired, and <code>false</code> otherwise. </dd></dl>

</div>
</div>
<a class="anchor" id="a9ca013c7c2d09bb2c4a7e61f0a5bb464"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ssize_t neo4j_dirname </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>buffer</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Obtain the parent directory of a specified path. </p>
<p>Any trailing '/' characters are not counted as part of the directory name. If <code>path</code> is <code>NULL</code>, the empty string, or contains no '/' characters, the path "." is placed into the result buffer.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[path]</td><td>The path. </td></tr>
    <tr><td class="paramname">[buffer]</td><td>A buffer to place the parent directory path into, or <code>NULL</code>. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The length of the parent directory path, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a78490836844104fdf4877eb93e89c860"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ssize_t neo4j_dot_dir </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>buffer</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>n</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>append</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return a path within the neo4j dot directory. </p>
<p>The neo4j dot directory is typically ".neo4j" within the users home directory. If append is <code>NULL</code>, then an absoulte path to the home directory is placed into buffer.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[buffer]</td><td>The buffer in which to place the path, which will be null terminated. If the buffer is <code>NULL</code>, then the function will still return the length of the path it would have placed into the buffer. </td></tr>
    <tr><td class="paramname">[n]</td><td>The size of the buffer. If the path is too large to place into the buffer (including the terminating '\0' character), an <code>ERANGE</code> error will result. </td></tr>
    <tr><td class="paramname">[append]</td><td>The relative path to append to the dot directory, which may be <code>NULL</code>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The length of the resulting path (not including the null terminating character), or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a1a2c063a87ba026e719d425927586fdb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_end_session </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td>
          <td class="paramname"><em>session</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>End a session with a neo4j server. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[session]</td><td>The session to end. The pointer will be invalid after the function returns. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="aa6cf7af76509cc79fe0dcef489ea3b95"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_eq </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Compare two neo4j values for equality. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value1]</td><td>The first neo4j value. </td></tr>
    <tr><td class="paramname">[value2]</td><td>The second neo4j value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the two values are equivalent, <code>false</code> otherwise. </dd></dl>

</div>
</div>
<a class="anchor" id="a3d76a109fffe5ef92834868a3b0f2f1e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_error_code </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the error code sent from neo4j. </p>
<p>When <a class="el" href="neo4j-client_8h.html#a0da896e6da7f9dbad19a8a7091f60c2a" title="Check if a results stream has failed. ">neo4j_check_failure()</a> returns <code>NEO4J_STATEMENT_EVALUATION_FAILED</code>, then this function can be used to get the error code sent from neo4j.</p>
<dl class="section attention"><dt>Attention</dt><dd>Note that the returned pointer is only valid whilst the result stream has not been closed.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <code>NULL</code> terminated string reprenting the error code, or <code>NULL</code> if the stream has not failed or the failure was not <code>NEO4J_STATEMENT_EVALUATION_FAILED</code>. </dd></dl>

</div>
</div>
<a class="anchor" id="aa66af2d7635746626a24d71bfe2471b4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_error_message </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the error message sent from neo4j. </p>
<p>When <a class="el" href="neo4j-client_8h.html#a0da896e6da7f9dbad19a8a7091f60c2a" title="Check if a results stream has failed. ">neo4j_check_failure()</a> returns <code>NEO4J_STATEMENT_EVALUATION_FAILED</code>, then this function can be used to get the detailed error message sent from neo4j.</p>
<dl class="section attention"><dt>Attention</dt><dd>Note that the returned pointer is only valid whilst the result stream has not been closed.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The error message, or <code>NULL</code> if the stream has not failed or the failure was not <code>NEO4J_STATEMENT_EVALUATION_FAILED</code>. If returned, the message will be a <code>NULL</code> terminated string and may contain UTF-8 mutli-byte characters. </dd></dl>

</div>
</div>
<a class="anchor" id="a87e98ed9d7062d6c300490c13dd26db6"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const struct <a class="el" href="structneo4j__failure__details.html">neo4j_failure_details</a>* <a class="el" href="structneo4j__failure__details.html">neo4j_failure_details</a> </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the details of a statement evaluation failure. </p>
<p>When <a class="el" href="neo4j-client_8h.html#a0da896e6da7f9dbad19a8a7091f60c2a" title="Check if a results stream has failed. ">neo4j_check_failure()</a> returns <code>NEO4J_STATEMENT_EVALUATION_FAILED</code>, then this function can be used to get the details of the failure.</p>
<dl class="section attention"><dt>Attention</dt><dd>Note that the returned pointer is only valid whilst the result stream has not been closed.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to the failure details, or <code>NULL</code> if no failure details were available. </dd></dl>

</div>
</div>
<a class="anchor" id="a25186e637ef83e7bd77cc089be1822c8"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a>* neo4j_fetch_next </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Fetch the next record from the result stream. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The next result, or NULL if the stream is exahusted or an error has occurred (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a0e49dd65d4e3f49498c3eaaf4c86af49"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_fieldname </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>index</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the name of a field in a result stream. </p>
<dl class="section attention"><dt>Attention</dt><dd>Note that the returned pointer is only valid whilst the result stream has not been closed.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
    <tr><td class="paramname">[index]</td><td>The field index to get the name of. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The name of the field, or <code>NULL</code> if an error occurs (errno will be set). If returned, the name will be a <code>NULL</code> terminated string and may contain UTF-8 multi-byte characters. </dd></dl>

</div>
</div>
<a class="anchor" id="ac0176a9af178a754816eddad4b03de57"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_float </td>
          <td>(</td>
          <td class="paramtype">double&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding a double. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>A double precision floating point value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Float. </dd></dl>

</div>
</div>
<a class="anchor" id="aff6c3cee12ab7c9942b0e4873ad9b7b5"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double neo4j_float_value </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the native double value from a neo4j float. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_FLOAT.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The native double value </dd></dl>

</div>
</div>
<a class="anchor" id="a55dbfcc9d041341086d9fd805b4b0a10"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">ssize_t neo4j_fprint </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">FILE *&#160;</td>
          <td class="paramname"><em>stream</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Print a string representation of a neo4j value to a stream. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value. </td></tr>
    <tr><td class="paramname">[stream]</td><td>The stream to print to. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes written to the stream, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ab9dbf7f4374b109cf24a0ea77f4f9aa7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_instanceof </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td>
          <td class="paramname"><em>type</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check the type of a neo4j value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value. </td></tr>
    <tr><td class="paramname">[type]</td><td>The neo4j type. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the node is of the specified type and <code>false</code> otherwise. </dd></dl>

</div>
</div>
<a class="anchor" id="a932607520928d1389e8f2f5c2e80ef06"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_int </td>
          <td>(</td>
          <td class="paramtype">long long&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding an integer. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>A signed integer. This must be in the range INT64_MIN to INT64_MAX, or it will be capped to the closest value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Int. </dd></dl>

</div>
</div>
<a class="anchor" id="a9d2cb3ae78a2b83f246fcf66a520d44e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">long long neo4j_int_value </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the native integer value from a neo4j int. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_INT.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The native integer value </dd></dl>

</div>
</div>
<a class="anchor" id="ab72a3b1720046758d0299b5c476f9ec0"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool neo4j_is_null </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Check if a neo4j value is the null value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the value is the null value. </dd></dl>

</div>
</div>
<a class="anchor" id="a93b3e42c87b79fa751c2e85ab0375634"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_list </td>
          <td>(</td>
          <td class="paramtype">const neo4j_value_t *&#160;</td>
          <td class="paramname"><em>items</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding a list. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[items]</td><td>An array of neo4j values. The pointer to the items must remain valid, and the content unchanged, for the lifetime of the neo4j value. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the array of items. This must be less than UINT32_MAX (or the list will be truncated). </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the List. </dd></dl>

</div>
</div>
<a class="anchor" id="a7043509b76def70b22050c85f13237a3"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_list_get </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>index</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return an element from a neo4j list. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_LIST.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j list. </td></tr>
    <tr><td class="paramname">[index]</td><td>The index of the element to return. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a <code>neo4j_value_t</code> element, or <code>NULL</code> if the index is beyond the end of the list. </dd></dl>

</div>
</div>
<a class="anchor" id="abf692bae81377534848a1e78eaaee05c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int neo4j_list_length </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the length of a neo4j list (number of entries). </p>
<p>Note that the result is undefined if the value is not of type NEO4J_LIST.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j list. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of entries. </dd></dl>

</div>
</div>
<a class="anchor" id="a240d4df083636b4f4129812ac0a188fa"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_log_level_str </td>
          <td>(</td>
          <td class="paramtype">uint_fast8_t&#160;</td>
          <td class="paramname"><em>level</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The name for the logging level. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[level]</td><td>The logging level. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <code>NULL</code> terminated ASCII string describing the logging level. </dd></dl>

</div>
</div>
<a class="anchor" id="aec4ca7e3daff19894fb993620711a705"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_map </td>
          <td>(</td>
          <td class="paramtype">const neo4j_map_entry_t *&#160;</td>
          <td class="paramname"><em>entries</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding a map. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[entries]</td><td>An array of neo4j map entries. This pointer must remain valid, and the content unchanged, for the lifetime of the neo4j value. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the array of entries. This must be less than UINT32_MAX (or the list of entries will be truncated). </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Map. </dd></dl>

</div>
</div>
<a class="anchor" id="a9c83a47ac2e9b17bbd5b25c516e6c039"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_map_entry_t <a class="el" href="structneo4j__map__entry.html">neo4j_map_entry</a> </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>key</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constrct a neo4j map entry. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[key]</td><td>The null terminated string key for the entry. </td></tr>
    <tr><td class="paramname">[value]</td><td>The value for the entry. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j map entry. </dd></dl>

</div>
</div>
<a class="anchor" id="ac4d1e4a516b5735778812e250726799a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_map_get </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return a value from a neo4j map. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_MAP.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j map. </td></tr>
    <tr><td class="paramname">[key]</td><td>The null terminated string key for the entry. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The value stored under the specified key, or <code>NULL</code> if the key is not known. </dd></dl>

</div>
</div>
<a class="anchor" id="ab2d94d45db7eebd72659a84d57dd473c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const neo4j_map_entry_t* neo4j_map_getentry </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>index</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return an entry from a neo4j map. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_MAP.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j map. </td></tr>
    <tr><td class="paramname">[index]</td><td>The index of the entry to return. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The entry at the specified index, or <code>NULL</code> if the index is too large. </dd></dl>

</div>
</div>
<a class="anchor" id="ab5ff41b78f589be76b7edb462d897c28"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_map_entry_t neo4j_map_kentry </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>key</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constrct a neo4j map entry using a value key. </p>
<p>The value key must be of type NEO4J_STRING.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[key]</td><td>The key for the entry. </td></tr>
    <tr><td class="paramname">[value]</td><td>The value for the entry. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j map entry. </dd></dl>

</div>
</div>
<a class="anchor" id="aff37dd19cb55e8c8aebab621e57a7d6b"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_map_kget </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return a value from a neo4j map. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_MAP.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j map. </td></tr>
    <tr><td class="paramname">[key]</td><td>The map key. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The value stored under the specified key, or <code>NULL</code> if the key is not known. </dd></dl>

</div>
</div>
<a class="anchor" id="a8a32838737a478f9aff634823ef1b237"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int neo4j_map_size </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the size of a neo4j map (number of entries). </p>
<p>Note that the result is undefined if the value is not of type NEO4J_MAP.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j map. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of entries. </dd></dl>

</div>
</div>
<a class="anchor" id="a612db7767554838d5f46f31c55fd85d4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_mkdir_p </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>path</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Create a directory and any required parent directories. </p>
<p>Directories are created with default permissions as per the users umask.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[path]</td><td>The path of the directory to create. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ade0b60861904e281bbe8076a73ab1b60"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a>* neo4j_new_config </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Generate a new neo4j client configuration. </p>
<p>The returned configuration must be later released using <a class="el" href="neo4j-client_8h.html#a7ce12c3f1093992d58c9feda91e48bf7" title="Release a neo4j client configuration. ">neo4j_config_free()</a>.</p>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a new neo4j client configuration, or <code>NULL</code> if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a5aa84b059f804cedd3f851e9117b601a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a>* neo4j_new_session </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a> *&#160;</td>
          <td class="paramname"><em>connection</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Create a new session for the given connection. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[connection]</td><td>The connection over which to establish the session. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a <code>neo4j_session_t</code> structure, or <code>NULL</code> on error (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a75840eac49113d9dd2acbab4586a5002"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int neo4j_nfields </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the number of fields in a result stream. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of fields in the result, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ac97b563057a9dc119fa20f7665a20e31"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_node_identity </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the identity of a neo4j node. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j node. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Identity of the node. </dd></dl>

</div>
</div>
<a class="anchor" id="a4a3a7540e3fd7b11a966e8578ea5f96b"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_node_labels </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the label list of a neo4j node. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_NODE.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j node. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the List of labels. </dd></dl>

</div>
</div>
<a class="anchor" id="af3d64538b6a7888dd936e5fe88d8cb70"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_node_properties </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the property map of a neo4j node. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_NODE.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j node. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Map of properties. </dd></dl>

</div>
</div>
<a class="anchor" id="a54d60e18282a3cd1b3d73bbb90d2cd98"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t neo4j_ntostring </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>strbuf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get a string representation of a neo4j value. </p>
<p>Writes as much of the representation as possible into the buffer, ensuring it is always <code>NULL</code> terminated.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value. </td></tr>
    <tr><td class="paramname">[strbuf]</td><td>A buffer to write the string representation into. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes that would have been written into the buffer had the buffer been large enough. </dd></dl>

</div>
</div>
<a class="anchor" id="a87628186634223aa1fa4928e3740e20a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_path_get_node </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>hops</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the node at a given distance into the path. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_PATH.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j path. </td></tr>
    <tr><td class="paramname">[hops]</td><td>The number of hops (distance). </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value enconding the Node. </dd></dl>

</div>
</div>
<a class="anchor" id="a6e612fafbd108b693fd9fcfa269ff291"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_path_get_relationship </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>hops</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool *&#160;</td>
          <td class="paramname"><em>forward</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the relationship for the given hop in the path. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_PATH.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j path. </td></tr>
    <tr><td class="paramname">[hops]</td><td>The number of hops (distance). </td></tr>
    <tr><td class="paramname">[forward]</td><td><code>NULL</code>, or a pointer to a boolean which will be set to <code>true</code> if the relationship was traversed in its natural direction and <code>false</code> if it was traversed backward. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value enconding the Relationship. </dd></dl>

</div>
</div>
<a class="anchor" id="a42bba3e04a6d840e0ee3b67574233f8c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int neo4j_path_length </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the length of a neo4j path. </p>
<p>The length of a path is defined by the number of relationships included in it.</p>
<p>Note that the result is undefined if the value is not of type NEO4J_PATH.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j path. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The length of the path </dd></dl>

</div>
</div>
<a class="anchor" id="ab3d194764ed4a57f014104edec1893b9"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_perror </td>
          <td>(</td>
          <td class="paramtype">FILE *&#160;</td>
          <td class="paramname"><em>stream</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>errnum</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>message</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Print the error message corresponding to an error number. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[stream]</td><td>The stream to write to. </td></tr>
    <tr><td class="paramname">[errnum]</td><td>The error number. </td></tr>
    <tr><td class="paramname">[message]</td><td><code>NULL</code>, or a pointer to a message string which will be prepend to the error message, separated by a colon and space. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a94c7ddaaf29ea0a5cd16936fa105f40c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_relationship_end_node_identity </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the end node identity for a neo4j relationship. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j relationship. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Identity of the end node. </dd></dl>

</div>
</div>
<a class="anchor" id="a2fd233cc5fe6188e0cfdd96734bbbbf3"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_relationship_identity </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the identity of a neo4j relationship. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j relationship. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Identity of the relationship. </dd></dl>

</div>
</div>
<a class="anchor" id="a1b74df795648127583f122411b88c0a2"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_relationship_properties </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the property map of a neo4j relationship. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_RELATIONSHIP.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j relationship. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Map of properties. </dd></dl>

</div>
</div>
<a class="anchor" id="a3168e6dd5ee474f45d24058b8fb0f66e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_relationship_start_node_identity </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the start node identity for a neo4j relationship. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j relationship. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the Identity of the start node. </dd></dl>

</div>
</div>
<a class="anchor" id="a137bda2240f5e2bd5c7656442f5a4ac1"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_relationship_type </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the type of a neo4j relationship. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_RELATIONSHIP.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j node. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the type as a String. </dd></dl>

</div>
</div>
<a class="anchor" id="a7ebaee4ed7627594fda0305666444c2f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_release </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *&#160;</td>
          <td class="paramname"><em>result</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Release a result. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[result]</td><td>A previously retained result. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a3bf2a87f8e45cd98ff01fc85c7d7d597"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_render_csv </td>
          <td>(</td>
          <td class="paramtype">FILE *&#160;</td>
          <td class="paramname"><em>stream</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast32_t&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Render a result stream as comma separated value. </p>
<p>Flags can be specified, as a bitmask, to control rendering. This rendering method respects the flag <code>NEO4J_RENDER_SHOW_NULL</code>.</p>
<p>If no flags are specified, pass 0 or <code>NEO4J_RENDER_DEFAULT</code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[stream]</td><td>The stream to render to. </td></tr>
    <tr><td class="paramname">[results]</td><td>The results stream to render. </td></tr>
    <tr><td class="paramname">[flags]</td><td>A bitmask of flags to control rendering. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a158d7a7bb769b7912b354ff78f5a2989"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_render_plan_table </td>
          <td>(</td>
          <td class="paramtype">FILE *&#160;</td>
          <td class="paramname"><em>stream</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">struct <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a> *&#160;</td>
          <td class="paramname"><em>plan</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>width</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast32_t&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Render a statement plan as a table. </p>
<p>Flags can be specified, as a bitmask, to control rendering. There are no flags that currently affect this function and a value of 0 or <code>NEO4J_RENDER_DEFAULT</code> should be specified.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[stream]</td><td>The stream to render to. </td></tr>
    <tr><td class="paramname">[plan]</td><td>The statement plan to render. </td></tr>
    <tr><td class="paramname">[width]</td><td>The width of the table to render. </td></tr>
    <tr><td class="paramname">[flags]</td><td>A bitmask of flags to control rendering. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a48a585941bd7fad68ab0028b310ea153"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_render_table </td>
          <td>(</td>
          <td class="paramtype">FILE *&#160;</td>
          <td class="paramname"><em>stream</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>width</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast32_t&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Render a result stream as a table. </p>
<p>Flags can be specified, as a bitmask, to control rendering. This rendering method respects the flags <code>NEO4J_RENDER_SHOW_NULL</code> and <code>NEO4J_RENDER_QUOTE_STRINGS</code>.</p>
<p>If no flags are specified, pass 0 or <code>NEO4J_RENDER_DEFAULT</code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[stream]</td><td>The stream to render to. </td></tr>
    <tr><td class="paramname">[results]</td><td>The results stream to render. </td></tr>
    <tr><td class="paramname">[width]</td><td>The width of the table to render. </td></tr>
    <tr><td class="paramname">[flags]</td><td>A bitmask of flags to control rendering. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a5e178f378c9e7f967357121c07a0d349"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_reset_session </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td>
          <td class="paramname"><em>session</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Reset a session. </p>
<p>Invoking this function causes all server-held state for the session to be cleared, including rolling back any open transactions, and causes any existing result stream to be terminated.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[session]</td><td>The session to reset. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on sucess, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="abd8ce4a012c694dcad787d62ec335dac"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_result_field </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *&#160;</td>
          <td class="paramname"><em>result</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>index</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get a field from a result. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[result]</td><td>A result. </td></tr>
    <tr><td class="paramname">[index]</td><td>The field index to get. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The field from the result, or <a class="el" href="neo4j-client_8h.html#a1a46210f793cefbe6936e91f88392635" title="The neo4j null value. ">neo4j_null</a> if index is out of bounds. </dd></dl>

</div>
</div>
<a class="anchor" id="a7274a12455cd60d9288889d6f5c1fd01"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a>* neo4j_retain </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a684fa02daeb236ea6d4d7671a251fe05">neo4j_result_t</a> *&#160;</td>
          <td class="paramname"><em>result</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Retain a result. </p>
<p>This retains the result and all values contained within it, preventing them from being deallocated on the next call to <a class="el" href="neo4j-client_8h.html#a25186e637ef83e7bd77cc089be1822c8" title="Fetch the next record from the result stream. ">neo4j_fetch_next()</a> or when the result stream is closed via <a class="el" href="neo4j-client_8h.html#adc16b4d0d0085968c421ff39cd57bad9" title="Close a result stream. ">neo4j_close_results()</a>. Once retained, the result <em>must</em> later be explicitly released via <a class="el" href="neo4j-client_8h.html#a7ebaee4ed7627594fda0305666444c2f" title="Release a result. ">neo4j_release()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[result]</td><td>A result. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The result. </dd></dl>

</div>
</div>
<a class="anchor" id="ae975ef8a6ba72d3cc98dfcc7b96f4f30"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a>* neo4j_run </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td>
          <td class="paramname"><em>session</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>statement</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>params</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Evaluate a statement. </p>
<dl class="section attention"><dt>Attention</dt><dd>The statement and the params must remain valid until the returned result stream is closed.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[session]</td><td>The session to evaluate the statement in. </td></tr>
    <tr><td class="paramname">[statement]</td><td>The statement to be evaluated. This must be a <code>NULL</code> terminated string and may contain UTF-8 multi-byte characters. </td></tr>
    <tr><td class="paramname">[params]</td><td>The parameters for the statement, which must be a value of type NEO4J_MAP or <a class="el" href="neo4j-client_8h.html#a1a46210f793cefbe6936e91f88392635" title="The neo4j null value. ">neo4j_null</a>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <code>neo4j_result_stream_t</code>, or <code>NULL</code> if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a3a462cd2449de9490b1bfd038dba9dc6"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a>* neo4j_send </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td>
          <td class="paramname"><em>session</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>statement</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>params</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Evaluate a statement, ignoring any results. </p>
<p>The <code>neo4j_result_stream_t</code> returned from this function will not provide any results. It can be used to check for evaluation errors using <a class="el" href="neo4j-client_8h.html#a0da896e6da7f9dbad19a8a7091f60c2a" title="Check if a results stream has failed. ">neo4j_check_failure()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[session]</td><td>The session to evaluate the statement in. </td></tr>
    <tr><td class="paramname">[statement]</td><td>The statement to be evaluated. This must be a <code>NULL</code> terminated string and may contain UTF-8 multi-byte characters. </td></tr>
    <tr><td class="paramname">[params]</td><td>The parameters for the statement, which must be a value of type NEO4J_MAP or <a class="el" href="neo4j-client_8h.html#a1a46210f793cefbe6936e91f88392635" title="The neo4j null value. ">neo4j_null</a>. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <code>neo4j_result_stream_t</code>, or <code>NULL</code> if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a8f1824378a40f720ddfb9af10e238211"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a>* neo4j_session_connection </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a6abf7e2653dc3c8e999f3de8b54c117a">neo4j_session_t</a> *&#160;</td>
          <td class="paramname"><em>session</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Obtain the connection associated with a session. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[session]</td><td>The session. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The connection for the session. </dd></dl>

</div>
</div>
<a class="anchor" id="aa51e9c7f3211b30286dbb8400e0b4dad"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a>* <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a> </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the statement plan for the result stream. </p>
<p>The returned statement plan, if not <code>NULL</code>, must be later released using <a class="el" href="neo4j-client_8h.html#ae6b9965a33555ecfcb9213380292a129" title="Release a statement plan. ">neo4j_statement_plan_release()</a>.</p>
<p>If the was no plan (or profile) in the server response, the result of this function will be <code>NULL</code> and errno will be set to NEO4J_NO_PLAN_AVAILABLE. Note that errno will not be modified when a plan is returned, so error checking MUST evaluate the return value first.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The statement plan/profile, or <code>NULL</code> if a one was not available or if an error occurred (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ae6b9965a33555ecfcb9213380292a129"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_statement_plan_release </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structneo4j__statement__plan.html">neo4j_statement_plan</a> *&#160;</td>
          <td class="paramname"><em>plan</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Release a statement plan. </p>
<p>The pointer will be invalid and should not be used after this function is called.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[plan]</td><td>A statment plan. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="ad76cacbfc5c6e50650917ed212e80c86"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int neo4j_statement_type </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the statement type for the result stream. </p>
<p>The returned value will either be -1, if an error occurs, or one of the following values:</p><ul>
<li>NEO4J_READ_ONLY_STATEMENT</li>
<li>NEO4J_WRITE_ONLY_STATEMENT</li>
<li>NEO4J_READ_WRITE_STATEMENT</li>
<li>NEO4J_SCHEMA_UPDATE_STATEMENT</li>
<li>NEO4J_CONTROL_STATEMENT</li>
</ul>
<dl class="section attention"><dt>Attention</dt><dd>As the statement type is only available at the end of the result stream, invoking this function will will result in any unfetched results being pulled from the server and held in memory. It is usually better to exhaust the stream using <a class="el" href="neo4j-client_8h.html#a25186e637ef83e7bd77cc089be1822c8" title="Fetch the next record from the result stream. ">neo4j_fetch_next()</a> before invoking this method.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The statement type, or -1 if an error occurs (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a6aee8e1c9ab0375a8000b674bef9ddcb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a>* neo4j_std_logger_provider </td>
          <td>(</td>
          <td class="paramtype">FILE *&#160;</td>
          <td class="paramname"><em>stream</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast8_t&#160;</td>
          <td class="paramname"><em>level</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast32_t&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Obtain a standard logger provider. </p>
<p>The logger will output to the provided <code>FILE</code>.</p>
<p>A bitmask of flags may be supplied, which may include:</p><ul>
<li>NEO4J_STD_LOGGER_NO_PREFIX - don't output a prefix on each logline</li>
</ul>
<p>If no flags are required, pass 0 or <code>NEO4J_STD_LOGGER_DEFAULT</code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[stream]</td><td>The stream to output to. </td></tr>
    <tr><td class="paramname">[level]</td><td>The default level to log at. </td></tr>
    <tr><td class="paramname">[flags]</td><td>A bitmask of flags for the standard logger output. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <code><a class="el" href="structneo4j__logger__provider.html" title="A provider for a neo4j logger. ">neo4j_logger_provider</a></code>, or <code>NULL</code> on error (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="ad055a100a5b6f3da1cc2f0ad4715ffc1"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void neo4j_std_logger_provider_free </td>
          <td>(</td>
          <td class="paramtype">struct <a class="el" href="structneo4j__logger__provider.html">neo4j_logger_provider</a> *&#160;</td>
          <td class="paramname"><em>provider</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Free a standard logger provider. </p>
<p>Provider must have been obtained via <a class="el" href="neo4j-client_8h.html#a6aee8e1c9ab0375a8000b674bef9ddcb" title="Obtain a standard logger provider. ">neo4j_std_logger_provider()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[provider]</td><td>The provider to free. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a9504ad227134450386d8dbb4a1564e78"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_strerror </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>errnum</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>buf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>buflen</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Look up the error message corresponding to an error number. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[errnum]</td><td>The error number. </td></tr>
    <tr><td class="paramname">[buf]</td><td>A character buffer that may be used to hold the message. </td></tr>
    <tr><td class="paramname">[buflen]</td><td>The length of the provided buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a character string containing the error message. </dd></dl>

</div>
</div>
<a class="anchor" id="abad22fb0ad90d3a4771a4b7fcdc448a5"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_string </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>s</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding a string. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[s]</td><td>A pointer to a <code>NULL</code> terminated ASCII string. The pointer must remain valid, and the content unchanged, for the lifetime of the neo4j value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the String. </dd></dl>

</div>
</div>
<a class="anchor" id="a6a112d226fef3e0955f4fdb916410cdf"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int neo4j_string_length </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the length of a neo4j UTF-8 string. </p>
<p>Note that the result is undefined if the value is not of type NEO4J_STRING.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j string. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The length of the string in bytes. </dd></dl>

</div>
</div>
<a class="anchor" id="a73f4e61c323afb3f7abe675599beae65"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* neo4j_string_value </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>buffer</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>length</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Copy a neo4j string to a <code>NULL</code> terminated buffer. </p>
<p>As much of the string will be copied to the buffer as possible, and the result will be <code>NULL</code> terminated.</p>
<p>Note that the result is undefined if the value is not of type NEO4J_STRING.</p>
<dl class="section attention"><dt>Attention</dt><dd>The content copied to the buffer may contain UTF-8 multi-byte characters.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j string. </td></tr>
    <tr><td class="paramname">[buffer]</td><td>A pointer to a buffer for storing the string. The pointer must remain valid, and the content unchanged, for the lifetime of the neo4j value. </td></tr>
    <tr><td class="paramname">[length]</td><td>The length of the buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to the supplied buffer. </dd></dl>

</div>
</div>
<a class="anchor" id="af5b6c7e6f637fc5ee1a1cd652baf351b"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a470c230006d9a66af9898971f1cde093">neo4j_connection_t</a>* neo4j_tcp_connect </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>hostname</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>port</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a7fcff58dad01c2140d036a0860863aa1">neo4j_config_t</a> *&#160;</td>
          <td class="paramname"><em>config</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint_fast32_t&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Establish a connection to a neo4j server. </p>
<p>A bitmask of flags may be supplied, which may include:</p><ul>
<li>NEO4J_INSECURE - do not attempt to establish a secure connection. If a secure connection is required, then connect will fail with errno set to <code>NEO4J_SERVER_REQUIRES_SECURE_CONNECTION</code>.</li>
</ul>
<p>If no flags are required, pass 0 or <code>NEO4J_CONNECT_DEFAULT</code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[hostname]</td><td>The hostname to connect to. </td></tr>
    <tr><td class="paramname">[port]</td><td>The port to connect to. </td></tr>
    <tr><td class="paramname">[config]</td><td>The neo4j client configuration to use for this connection. </td></tr>
    <tr><td class="paramname">[flags]</td><td>A bitmask of flags to control connections. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a <code>neo4j_connection_t</code> structure, or <code>NULL</code> on error (errno will be set). </dd></dl>

</div>
</div>
<a class="anchor" id="a61f578018b0de5cb4e19dbd07fab96a5"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* neo4j_tostring </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>strbuf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get a string representation of a neo4j value. </p>
<p>Writes as much of the representation as possible into the buffer, ensuring it is always <code>NULL</code> terminated.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value. </td></tr>
    <tr><td class="paramname">[strbuf]</td><td>A buffer to write the string representation into. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the buffer. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to the provided buffer. </dd></dl>

</div>
</div>
<a class="anchor" id="a1ac01584449aafb49d0c1a315c44a51b"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> neo4j_type </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get the type of a neo4j value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j value. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The type of the value. </dd></dl>

</div>
</div>
<a class="anchor" id="ad3bf024a4f426d4fef143abb85edf697"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_typestr </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a>&#160;</td>
          <td class="paramname"><em>t</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Get a string description of the neo4j type. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[t]</td><td>The neo4j type. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a <code>NULL</code> terminated string containing the type name. </dd></dl>

</div>
</div>
<a class="anchor" id="a2932305981f891c0f31948dbdef27c54"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structneo4j__update__counts.html">neo4j_update_counts</a> <a class="el" href="structneo4j__update__counts.html">neo4j_update_counts</a> </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="neo4j-client_8h.html#a0e726c5c4dfe02a5c621a9ab4b3d69a9">neo4j_result_stream_t</a> *&#160;</td>
          <td class="paramname"><em>results</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return the update counts for the result stream. </p>
<dl class="section attention"><dt>Attention</dt><dd>As the update counts are only available at the end of the result stream, invoking this function will will result in any unfetched results being pulled from the server and held in memory. It is usually better to exhaust the stream using <a class="el" href="neo4j-client_8h.html#a25186e637ef83e7bd77cc089be1822c8" title="Fetch the next record from the result stream. ">neo4j_fetch_next()</a> before invoking this method.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[results]</td><td>The result stream. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The update counts. If an error has occurred, all the counts will be zero. </dd></dl>

</div>
</div>
<a class="anchor" id="a45bdd1349da01e9815e281da875f54eb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">neo4j_value_t neo4j_ustring </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>u</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&#160;</td>
          <td class="paramname"><em>n</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct a neo4j value encoding a string. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[u]</td><td>A pointer to a UTF-8 string. The pointer must remain valid, and the content unchanged, for the lifetime of the neo4j value. </td></tr>
    <tr><td class="paramname">[n]</td><td>The length of the UTF-8 string. This must be less than UINT32_MAX in length (and will be truncated otherwise). </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A neo4j value encoding the String. </dd></dl>

</div>
</div>
<a class="anchor" id="aa40ec7f52e6686c830b62c884d65342a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* neo4j_ustring_value </td>
          <td>(</td>
          <td class="paramtype">neo4j_value_t&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Return a pointer to a UTF-8 string. </p>
<p>The pointer will be to a UTF-8 string, and will NOT be <code>NULL</code> terminated. The length of the string, in bytes, can be obtained using neo4j_ustring_length(value).</p>
<p>Note that the result is undefined if the value is not of type NEO4J_STRING.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">[value]</td><td>The neo4j string. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A pointer to a UTF-8 string, which will not be terminated. </dd></dl>

</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="acdbc60a261bc4fffe2e9e9b624af6fe8"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_BOOL</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j boolean value type. </p>

</div>
</div>
<a class="anchor" id="ae31246b16eeeebdbb352c8620dd53b67"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_FLOAT</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j float value type. </p>

</div>
</div>
<a class="anchor" id="add980ee1efad88733a6586f0b7f49beb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_IDENTITY</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j identity value type. </p>

</div>
</div>
<a class="anchor" id="a23d7a901eed0c0306fe2123b2bc33f40"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_INT</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j integer value type. </p>

</div>
</div>
<a class="anchor" id="ab0d1be56ad2b9039e3fd516771f97cb4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_LIST</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j list value type. </p>

</div>
</div>
<a class="anchor" id="a31152f09fa10c88d39c043aab5096502"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_MAP</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j map value type. </p>

</div>
</div>
<a class="anchor" id="a731e16b013230d056c28e19b6b7f4254"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_NODE</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j node value type. </p>

</div>
</div>
<a class="anchor" id="a701c3b2b20f60d96d4b95522024bbd26"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_NULL</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j null value type. </p>

</div>
</div>
<a class="anchor" id="a4ee80898235fd5b985b66f95256cafe8"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_PATH</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j path value type. </p>

</div>
</div>
<a class="anchor" id="ac98db7e2be5854ae3f9114c0fac2e246"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_RELATIONSHIP</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j relationship value type. </p>

</div>
</div>
<a class="anchor" id="a667a6f285a9f815d6a04d389b4d7bc7d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="neo4j-client_8h.html#a31bc86591910c439ff0403374ad2c91c">neo4j_type_t</a> NEO4J_STRING</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The neo4j string value type. </p>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>