27 lines
491 B
JSON
27 lines
491 B
JSON
|
|
{
|
||
|
|
"db_name": "SQLite",
|
||
|
|
"query": "SELECT * FROM RelayLabels WHERE relay_id = ?1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"name": "relay_id",
|
||
|
|
"ordinal": 0,
|
||
|
|
"type_info": "Integer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "label",
|
||
|
|
"ordinal": 1,
|
||
|
|
"type_info": "Text"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Right": 1
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "15738a0f943596d60a342c973435b94e1b7dc3199ad9fb400db6db349141b560"
|
||
|
|
}
|