28 lines
542 B
JSON
28 lines
542 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT nex_key FROM nex_accounts WHERE pid = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "nex_key",
|
||
|
|
"type_info": "Bytea",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "nex_accounts",
|
||
|
|
"name": "nex_key"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int4"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "1a808ced9b9a9c16ac33f512f654f610a6a9abba836191b99504d4c9ee2f7393"
|
||
|
|
}
|