51 lines
1 KiB
JSON
51 lines
1 KiB
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT title as \"title!\", file_path as \"path!\", start_time as \"start_time!: f32\", end_time as \"end_time!: f32\", loop as \"looping!\", id as \"id: i32\" from videos where id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "title!",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "path!",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "start_time!: f32",
|
|
"ordinal": 2,
|
|
"type_info": "Null"
|
|
},
|
|
{
|
|
"name": "end_time!: f32",
|
|
"ordinal": 3,
|
|
"type_info": "Null"
|
|
},
|
|
{
|
|
"name": "looping!",
|
|
"ordinal": 4,
|
|
"type_info": "Bool"
|
|
},
|
|
{
|
|
"name": "id: i32",
|
|
"ordinal": 5,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
true,
|
|
true,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "d4b324ece51b3a314367f570bb7f28a36ef703387d3f9eace9f51f102b1ed6da"
|
|
}
|