Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FunctionId.cs
Go to the documentation of this file.
1namespace System.Data;
2
3internal enum FunctionId
4{
5 none = -1,
6 Ascii = 0,
7 Char = 1,
8 Charindex = 2,
9 Difference = 3,
10 Len = 4,
11 Lower = 5,
12 LTrim = 6,
13 Patindex = 7,
14 Replicate = 8,
15 Reverse = 9,
16 Right = 10,
17 RTrim = 11,
18 Soundex = 12,
19 Space = 13,
20 Str = 14,
21 Stuff = 15,
22 Substring = 16,
23 Upper = 17,
24 IsNull = 18,
25 Iif = 19,
26 Convert = 20,
27 cInt = 21,
28 cBool = 22,
29 cDate = 23,
30 cDbl = 24,
31 cStr = 25,
32 Abs = 26,
33 Acos = 27,
34 In = 28,
35 Trim = 29,
36 Sum = 30,
37 Avg = 31,
38 Min = 32,
39 Max = 33,
40 Count = 34,
41 StDev = 35,
42 Var = 37,
44}