40 lines
830 B
JSON
40 lines
830 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n SELECT pid, nex_key FROM staged_nex_accounts WHERE pid = $1\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "pid",
|
||
|
|
"type_info": "Int4",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "staged_nex_accounts",
|
||
|
|
"name": "pid"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"ordinal": 1,
|
||
|
|
"name": "nex_key",
|
||
|
|
"type_info": "Bytea",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "staged_nex_accounts",
|
||
|
|
"name": "nex_key"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int4"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "b7c02e50d638b6eb590a8587bf210fb7a48bb6bad15dd8a2cba6e2ea2413d40e"
|
||
|
|
}
|