1
- /*------------------------------------------------------------------*/
2
- // Copyright (c) 2012 Toshiba Solutions Corporation. All Rights Reserved.
3
- /*------------------------------------------------------------------*/
4
-
5
-
1
+ /*
2
+ Copyright (c) 2012 TOSHIBA CORPORATION.
3
+ */
6
4
#ifndef GRIDSTORE_H_
7
5
#define GRIDSTORE_H_
8
6
26
24
#define GS_CLIENT_VERSION_MINOR 1
27
25
#endif
28
26
29
-
30
27
#ifdef __cplusplus
31
28
extern "C" {
32
29
#endif
@@ -78,23 +75,18 @@ extern "C" {
78
75
79
76
#if GS_DEPRECATED_FUNC_ENABLED
80
77
81
-
82
78
#ifndef GS_COMPATIBILITY_FACTORY_BETA_0_3
83
79
#define GS_COMPATIBILITY_FACTORY_BETA_0_3 0
84
80
#endif
85
81
86
-
87
-
88
82
#ifndef GS_COMPATIBILITY_TIME_SETIES_PROPERTIES_0_0_10
89
83
#define GS_COMPATIBILITY_TIME_SETIES_PROPERTIES_0_0_10 0
90
84
#endif
91
85
92
-
93
86
#ifndef GS_COMPATIBILITY_TIME_SETIES_SAMPLING_BETA_0_1
94
87
#define GS_COMPATIBILITY_TIME_SETIES_SAMPLING_BETA_0_1 0
95
88
#endif
96
89
97
-
98
90
#ifndef GS_COMPATIBILITY_GET_MULTIPLE_ROWS_BETA_0_3
99
91
#define GS_COMPATIBILITY_GET_MULTIPLE_ROWS_BETA_0_3 0
100
92
#endif
@@ -1015,9 +1007,6 @@ typedef union GSValueTag {
1015
1007
1016
1008
1017
1009
1018
-
1019
-
1020
-
1021
1010
GS_DLL_PUBLIC void GS_API_CALL gsCloseFactory (
1022
1011
GSGridStoreFactory * * factory , GSBool allRelated );
1023
1012
@@ -1070,9 +1059,6 @@ GS_DLL_PUBLIC GS_DEPRECATED_FUNC(
1070
1059
1071
1060
1072
1061
1073
-
1074
-
1075
-
1076
1062
GS_DLL_PUBLIC void GS_API_CALL gsCloseGridStore (
1077
1063
GSGridStore * * store , GSBool allRelated );
1078
1064
@@ -1382,9 +1368,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsCreateRowKeyPredicate(
1382
1368
1383
1369
1384
1370
1385
-
1386
-
1387
-
1388
1371
GS_DLL_PUBLIC void GS_API_CALL gsCloseContainer (
1389
1372
GSContainer * * container , GSBool allRelated );
1390
1373
@@ -1488,9 +1471,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsCreateRowByContainer(
1488
1471
1489
1472
1490
1473
1491
-
1492
-
1493
-
1494
1474
GS_DLL_PUBLIC GSResult GS_API_CALL gsAbort (GSContainer * container );
1495
1475
1496
1476
@@ -1506,9 +1486,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsSetAutoCommit(
1506
1486
1507
1487
1508
1488
1509
-
1510
-
1511
-
1512
1489
GS_DLL_PUBLIC GSResult GS_API_CALL gsGetRowByInteger (
1513
1490
GSContainer * container , int32_t key , void * rowObj ,
1514
1491
GSBool forUpdate , GSBool * exists );
@@ -1582,9 +1559,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsDeleteRowByString(
1582
1559
1583
1560
1584
1561
1585
-
1586
-
1587
-
1588
1562
GS_DLL_PUBLIC GSResult GS_API_CALL gsQueryByGeometry (
1589
1563
GSCollection * collection , const GSChar * column , const GSChar * geometry ,
1590
1564
GSGeometryOperator geometryOp , GSQuery * * query );
@@ -1605,9 +1579,6 @@ GS_DLL_PUBLIC GS_DEPRECATED_FUNC(
1605
1579
1606
1580
1607
1581
1608
-
1609
-
1610
-
1611
1582
GS_DLL_PUBLIC GSResult GS_API_CALL gsAggregateTimeSeries (
1612
1583
GSTimeSeries * timeSeries , GSTimestamp start , GSTimestamp end ,
1613
1584
const GSChar * column , GSAggregation aggregation ,
@@ -1671,9 +1642,6 @@ GS_DLL_PUBLIC GS_DEPRECATED_FUNC(GSResult GS_API_CALL
1671
1642
#endif
1672
1643
1673
1644
1674
-
1675
-
1676
-
1677
1645
#if GS_COMPATIBILITY_SUPPORT_1_5
1678
1646
1679
1647
@@ -1891,9 +1859,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsGetRowFieldAsTimestampArray(
1891
1859
1892
1860
1893
1861
1894
-
1895
-
1896
-
1897
1862
GS_DLL_PUBLIC void GS_API_CALL gsCloseQuery (GSQuery * * query );
1898
1863
1899
1864
@@ -1915,9 +1880,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsGetRowSet(
1915
1880
1916
1881
1917
1882
1918
-
1919
-
1920
-
1921
1883
GS_DLL_PUBLIC void GS_API_CALL gsCloseRowSet (GSRowSet * * rowSet );
1922
1884
1923
1885
@@ -1951,9 +1913,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsUpdateCurrentRow(
1951
1913
1952
1914
1953
1915
1954
-
1955
-
1956
-
1957
1916
GS_DLL_PUBLIC void GS_API_CALL gsCloseAggregationResult (
1958
1917
GSAggregationResult * * aggregationResult );
1959
1918
@@ -1963,9 +1922,6 @@ GS_DLL_PUBLIC GSBool GS_API_CALL gsGetAggregationValue(
1963
1922
GSType valueType );
1964
1923
1965
1924
1966
-
1967
-
1968
-
1969
1925
#if GS_COMPATIBILITY_SUPPORT_1_5
1970
1926
1971
1927
@@ -2101,9 +2057,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsAddPredicateKeyByTimestamp(
2101
2057
#endif
2102
2058
2103
2059
2104
-
2105
-
2106
-
2107
2060
#if GS_COMPATIBILITY_SUPPORT_1_5
2108
2061
2109
2062
@@ -2154,9 +2107,6 @@ GS_DLL_PUBLIC GSResult GS_API_CALL gsGetPartitionIndexOfContainer(
2154
2107
2155
2108
2156
2109
2157
-
2158
-
2159
-
2160
2110
GS_DLL_PUBLIC GSTimestamp GS_API_CALL gsCurrentTime ();
2161
2111
2162
2112
@@ -2175,9 +2125,6 @@ GS_DLL_PUBLIC GSBool GS_API_CALL gsParseTime(
2175
2125
2176
2126
2177
2127
2178
-
2179
-
2180
-
2181
2128
GS_DLL_PUBLIC size_t GS_API_CALL gsGetErrorStackSize (
2182
2129
void * gsResource );
2183
2130
@@ -2211,9 +2158,6 @@ GS_DLL_PUBLIC GSBool GS_API_CALL gsIsTimeoutError(GSResult result);
2211
2158
#endif
2212
2159
2213
2160
2214
-
2215
-
2216
-
2217
2161
#if GS_EXPERIMENTAL_TOOL_ENABLED
2218
2162
typedef struct GSExperimentalRowIdTag {
2219
2163
struct {
0 commit comments