45 lines
861 B
JSON
45 lines
861 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT id, quiz_id, text, section, position FROM questions WHERE quiz_id = ? ORDER BY position",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "quiz_id",
|
|
"ordinal": 1,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "section",
|
|
"ordinal": 3,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "position",
|
|
"ordinal": 4,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "c47c6e7f9402abc300085c720014ba9e10e1a1203a3451cd74e9866c4c9489bc"
|
|
}
|