27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT host_id, installation_device FROM host_role_mapping WHERE role = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "host_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "installation_device",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "24f719d57144ecf4daa55f0aa5836c165872d70164401c0388e8d625f1b72d7b"
|
|
}
|