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
|
{
"db_name": "MySQL",
"query": "SELECT name,content,example FROM localization_placeholders WHERE localization_string=? ORDER BY id ASC",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "name",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | NO_DEFAULT_VALUE",
"char_set": 224,
"max_size": 512
}
},
{
"ordinal": 1,
"name": "content",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | NO_DEFAULT_VALUE",
"char_set": 224,
"max_size": 1024
}
},
{
"ordinal": 2,
"name": "example",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL",
"char_set": 224,
"max_size": 1024
}
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false
]
},
"hash": "55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b"
}
|