Introduce Statement::columns

Return Columns name and type. (#494)
This commit is contained in:
gwenn
2019-03-19 20:33:36 +01:00
parent 1013571186
commit 38e92159fb
5 changed files with 150 additions and 46 deletions

View File

@@ -104,6 +104,7 @@ pub mod backup;
pub mod blob;
mod busy;
mod cache;
pub mod column;
pub mod config;
#[cfg(any(feature = "functions", feature = "vtab"))]
mod context;