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
|
{
"db_name": "MySQL",
"query": "SELECT id,dn FROM users ORDER BY id",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | PRIMARY_KEY | NO_DEFAULT_VALUE",
"char_set": 224,
"max_size": 512
}
},
{
"ordinal": 1,
"name": "dn",
"type_info": {
"type": "VarString",
"flags": "",
"char_set": 224,
"max_size": 1024
}
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
true
]
},
"hash": "5d34251e2084507d7bc10c11df2f01e4e21c83d0fa03b917e5792b8753f32726"
}
|