1 | import { Field, StringFilterFunction, BooleanFilterFunction } from '../odata-common';
|
2 | import { Entity } from './entity';
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 | export declare function substringOf<EntityT extends Entity>(substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>): BooleanFilterFunction<EntityT>;
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | export declare function replace<EntityT extends Entity>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, searchStr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, replaceStr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>): StringFilterFunction<EntityT>;
|
20 |
|
21 |
|
22 |
|
23 |
|
24 | export declare const length: typeof import("../odata-common").length;
|
25 |
|
26 |
|
27 |
|
28 |
|
29 | export declare const substring: typeof import("../odata-common").substring;
|
30 |
|
31 |
|
32 |
|
33 | export declare const filterFunctions: {
|
34 | substringOf: typeof substringOf;
|
35 | replace: typeof replace;
|
36 | endsWith: typeof import("../odata-common").endsWith;
|
37 | startsWith: typeof import("../odata-common").startsWith;
|
38 | length: typeof import("../odata-common").length;
|
39 | indexOf: typeof import("../odata-common").indexOf;
|
40 | substring: typeof import("../odata-common").substring;
|
41 | toLower: typeof import("../odata-common").toLower;
|
42 | toUpper: typeof import("../odata-common").toUpper;
|
43 | trim: typeof import("../odata-common").trim;
|
44 | concat: typeof import("../odata-common").concat;
|
45 | round: typeof import("../odata-common").round;
|
46 | floor: typeof import("../odata-common").floor;
|
47 | ceiling: typeof import("../odata-common").ceiling;
|
48 | day: typeof import("../odata-common").day;
|
49 | hour: typeof import("../odata-common").hour;
|
50 | minute: typeof import("../odata-common").minute;
|
51 | month: typeof import("../odata-common").month;
|
52 | second: typeof import("../odata-common").second;
|
53 | year: typeof import("../odata-common").year;
|
54 | isOf: typeof import("../odata-common").isOf;
|
55 | };
|
56 | export { filterFunctions as filterFunctionsV2 };
|
57 |
|
\ | No newline at end of file |